img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-img,
.img-wrap,
.image-wrapper,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #d2564f !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #dc7d78 !important;
  border-color: #dc7d78 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #d2564f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #d2564f !important;
  border-color: #d2564f !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #d2564f !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #952c26 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #d2564f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #d2564f;
  border-color: #d2564f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #d2564f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fcf2f1;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #d2564f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.2rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #d2564f;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #d2564f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #d2564f;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #d2564f;
  border-bottom-color: #d2564f;
}
.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: #d2564f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23d2564f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tVLZZ6q6w1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVLZZ6q6w1 .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;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVLZZ6q6w1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tVLZZ6q6w1 .navbar {
    padding: 0 128px !important;
  }
}
.cid-tVLZZ6q6w1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVLZZ6q6w1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVLZZ6q6w1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tVLZZ6q6w1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVLZZ6q6w1 .navbar.collapsed {
  justify-content: center;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVLZZ6q6w1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVLZZ6q6w1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVLZZ6q6w1 .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-tVLZZ6q6w1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .navbar {
    min-height: 72px;
  }
  .cid-tVLZZ6q6w1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVLZZ6q6w1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVLZZ6q6w1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVLZZ6q6w1 .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-tVLZZ6q6w1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVLZZ6q6w1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVLZZ6q6w1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVLZZ6q6w1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVLZZ6q6w1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVLZZ6q6w1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVLZZ6q6w1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tVLZZ6q6w1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVLZZ6q6w1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVLZZ6q6w1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tVLZZ6q6w1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVLZZ6q6w1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tVLZZ6q6w1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVLZZ6q6w1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tVLZZ6q6w1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVLZZ6q6w1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVLZZ6q6w1 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVLZZ6q6w1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVLZZ6q6w1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVLZZ6q6w1 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #247e45;
}
@media (max-width: 992px) {
  .cid-tVLZZ6q6w1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVLZZ6q6w1 .iconfont-wrapper {
  color: #e5f1f2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVLZZ6q6w1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #247e45;
}
.cid-tVLZZ6q6w1 .nav-item:focus,
.cid-tVLZZ6q6w1 .nav-link:focus {
  outline: none;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVLZZ6q6w1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVLZZ6q6w1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVLZZ6q6w1 .dropdown-item.active,
.cid-tVLZZ6q6w1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVLZZ6q6w1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVLZZ6q6w1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVLZZ6q6w1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVLZZ6q6w1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #247e45;
}
.cid-tVLZZ6q6w1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVLZZ6q6w1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVLZZ6q6w1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVLZZ6q6w1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tVLZZ6q6w1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVLZZ6q6w1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVLZZ6q6w1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVLZZ6q6w1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVLZZ6q6w1 .navbar {
    height: 70px;
  }
  .cid-tVLZZ6q6w1 .navbar.opened {
    height: auto;
  }
  .cid-tVLZZ6q6w1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVLZZ6q6w1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVLZZ6q6w1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVLZZ6q6w1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tVLZZ6q6w1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #247e45;
    backdrop-filter: blur(8px);
  }
  .cid-tVLZZ6q6w1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVLZZ6q6w1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVLZZ6q6w1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVM0Ak78SA {
  display: flex;
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/james-wheeler-hjhgcu-ibsq-unsplash-1-1-2000x1429.jpg");
}
.cid-tVM0Ak78SA .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tVM0Ak78SA .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVM0Ak78SA {
    align-items: center;
  }
  .cid-tVM0Ak78SA .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVM0Ak78SA .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVM0Ak78SA {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVM0Ak78SA .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVM0Ak78SA .content-wrap {
    width: 100%;
  }
}
.cid-tVM0Ak78SA .mbr-section-title {
  text-align: left;
}
.cid-tVM0Ak78SA .mbr-text,
.cid-tVM0Ak78SA .mbr-section-btn {
  text-align: left;
}
.cid-tVM7msdx5A {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVM7msdx5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVM7msdx5A .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-tVM7msdx5A .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tVM7msdx5A .container {
    padding: 0 12px;
  }
}
.cid-tVM7msdx5A .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tVM7msdx5A .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tVM7msdx5A .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tVM7msdx5A .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #247e45;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tVM7msdx5A .mbr-section-title {
  color: #222222;
}
.cid-tVMdi7pkjJ {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVMdi7pkjJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMdi7pkjJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMdi7pkjJ .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMdi7pkjJ .mbr-section-title {
  color: #000000;
}
.cid-tVMdi7pkjJ .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVGZaGH0W9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #247e45;
}
.cid-tVGZaGH0W9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGZaGH0W9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGZaGH0W9 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tVGZaGH0W9 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tVGZaGH0W9 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tVGZaGH0W9 .mbr-section-title {
  color: #131313;
}
.cid-tVGZaGH0W9 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tVGZaGH0W9 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tVGZaGH0W9 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tVGZaGH0W9 .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tVGZaGH0W9 .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tVGZaGH0W9 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tVGZaGH0W9 .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tVGZaGH0W9 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tVGZaGH0W9 .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tVGZaGH0W9 .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tVGZaGH0W9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tVGZaGH0W9 .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tVGZaGH0W9 .content-wrap {
    margin-top: 0;
  }
}
.cid-tVGZaGH0W9 .card-title {
  color: #131313;
}
.cid-tVGZaGH0W9 .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVGZaGH0W9 .card-text {
    margin-top: 15px;
  }
}
.cid-tVGZaGH0W9 .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVGZaGH0W9 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVGZaGH0W9 .card-link {
    margin-top: 15px;
  }
}
.cid-tVGZaGH0W9 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tVGQY0HnYh {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVGQY0HnYh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGQY0HnYh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGQY0HnYh .mbr-section-subtitle {
  color: #131313;
}
.cid-tVGQY0HnYh .mbr-section-title {
  color: #1d1d1f;
}
.cid-tVGQY0HnYh .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVGZMnKqUZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVGZMnKqUZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGZMnKqUZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGZMnKqUZ .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tVGZMnKqUZ .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tVGZMnKqUZ .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tVGZMnKqUZ .mbr-section-title {
  color: #131313;
}
.cid-tVGZMnKqUZ .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tVGZMnKqUZ .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tVGZMnKqUZ .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tVGZMnKqUZ .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #e5f1f2;
  box-shadow: 4px 4px 0 #e5f1f2;
  background: #247e45;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tVGZMnKqUZ .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tVGZMnKqUZ .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tVGZMnKqUZ .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tVGZMnKqUZ .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tVGZMnKqUZ .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tVGZMnKqUZ .card-title {
  color: #131313;
}
.cid-tVGZMnKqUZ .card-text {
  margin-top: 10px;
  color: #ffffff;
}
.cid-tVGZMnKqUZ .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVGZMnKqUZ .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tVGZMnKqUZ .card-link {
    margin-top: 15px;
  }
}
.cid-tVGZMnKqUZ .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tVGZMnKqUZ .card-title,
.cid-tVGZMnKqUZ .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tVGSPX5eQD {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVGSPX5eQD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGSPX5eQD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGSPX5eQD .mbr-section-subtitle {
  color: #131313;
}
.cid-tVGSPX5eQD .mbr-section-title {
  color: #131313;
}
.cid-tVGSPX5eQD .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVGJhAycYC {
  padding-top: 45px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #247e45, #ffffff);
}
.cid-tVGJhAycYC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGJhAycYC .card-link {
  position: relative;
  width: fit-content;
}
.cid-tVGJhAycYC .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tVGJhAycYC .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tVGJhAycYC .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-tVGJhAycYC .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tVGJhAycYC .item-wrapper:hover .card-title,
.cid-tVGJhAycYC .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-tVGJhAycYC .item-wrapper:hover span,
.cid-tVGJhAycYC .item-wrapper:hover .card-link,
.cid-tVGJhAycYC .item-wrapper:hover .card-link a {
  color: #d2564f !important;
}
.cid-tVGJhAycYC .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-tVGJhAycYC .card-title,
.cid-tVGJhAycYC .card-text,
.cid-tVGJhAycYC .card-link,
.cid-tVGJhAycYC .card-link a {
  transition: all 0.3s;
}
.cid-tVGJhAycYC .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tVGJhAycYC .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tVGJhAycYC .link-wrapper:hover {
  cursor: pointer;
}
.cid-tVGJhAycYC .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVGJhAycYC .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tVGJhAycYC .card-title,
.cid-tVGJhAycYC .iconfont-wrapper {
  color: #000000;
}
.cid-tVGJhAycYC .card-text {
  color: #232323;
}
.cid-tVGJhAycYC .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tVGJhAycYC .card-link,
.cid-tVGJhAycYC .link-icon,
.cid-tVGJhAycYC .link-align {
  color: #232323;
}
.cid-tVGJhAycYC .mbr-section-subtitle {
  text-align: left;
}
.cid-tVGSQv4jrY {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVGSQv4jrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGSQv4jrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGSQv4jrY .mbr-section-subtitle {
  color: #000000;
}
.cid-tVGSQv4jrY .mbr-section-title {
  color: #000000;
}
.cid-tVGSQv4jrY .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVGX82HFKB {
  background-color: #247e45 !important;
  border: 18px solid #247e45;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tVGX82HFKB {
    border: 8px solid #247e45;
    margin-top: -8px;
  }
}
.cid-tVGX82HFKB .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tVGX82HFKB .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tVGX82HFKB .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-tVGX82HFKB .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGX82HFKB .row .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-tVGX82HFKB .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tVGX82HFKB .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVGX82HFKB .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tVGX82HFKB .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #247e45;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tVGX82HFKB .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tVGX82HFKB .panel-group .card {
    padding: 16px;
  }
}
.cid-tVGX82HFKB .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-tVGX82HFKB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tVGX82HFKB .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7787a5;
}
.cid-tVGX82HFKB .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #7787a5;
}
.cid-tVGX82HFKB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tVGX82HFKB .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-tVGX82HFKB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tVGX82HFKB .mbr-section-title {
  color: #131313;
}
.cid-tVGX82HFKB .panel-title-edit {
  color: #ffffff;
}
.cid-tVGX82HFKB .panel-text {
  color: #ffffff;
}
.cid-tVGSRbP2I6 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVGSRbP2I6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGSRbP2I6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGSRbP2I6 .mbr-section-subtitle {
  color: #000000;
}
.cid-tVGSRbP2I6 .mbr-section-title {
  color: #000000;
}
.cid-tVGSRbP2I6 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVM0Hm6FFP {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #247e45;
}
.cid-tVM0Hm6FFP .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVM0Hm6FFP {
    align-items: center;
  }
  .cid-tVM0Hm6FFP .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVM0Hm6FFP .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVM0Hm6FFP {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVM0Hm6FFP .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVM0Hm6FFP .content-wrap {
    width: 100%;
  }
}
.cid-tVM0Hm6FFP .mbr-section-title {
  text-align: center;
}
.cid-tVM0Hm6FFP .mbr-text,
.cid-tVM0Hm6FFP .mbr-section-btn {
  text-align: left;
}
.cid-tVGTsRBHsu {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVGTsRBHsu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGTsRBHsu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGTsRBHsu .mbr-section-subtitle {
  color: #000000;
}
.cid-tVGTsRBHsu .mbr-section-title {
  color: #000000;
}
.cid-tVGTsRBHsu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVGQf7HvTX {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #247e45;
}
.cid-tVGQf7HvTX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVGQf7HvTX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVGQf7HvTX .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tVGQf7HvTX .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tVGQf7HvTX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVGQf7HvTX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVGQf7HvTX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVGQf7HvTX .content-head {
  max-width: 800px;
}
.cid-tVGQf7HvTX .mbr-section-title {
  color: #ffffff;
}
.cid-tNbVQcVGKB {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbVQcVGKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbVQcVGKB .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbVQcVGKB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNbVQcVGKB .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tNbVQcVGKB a {
  font-weight: 600;
}
.cid-tNbVQcVGKB a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tNbVQcVGKB .col-lg-3,
  .cid-tNbVQcVGKB .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tNbVQcVGKB .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tNbVQcVGKB .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNbVQcVGKB h5 {
  margin: 0;
}
.cid-tNbVQcVGKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbVQcVGKB .iconfont-wrapper {
  position: relative;
}
.cid-tNbVQcVGKB .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tNbVQcVGKB .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tNbVQcVGKB .sociconfont-wrapper {
  display: flex;
}
.cid-tNbVQcVGKB .card-title,
.cid-tNbVQcVGKB .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tNbVQcVGKB .card-text {
  color: #000000;
}
.cid-tNbVQcVGKB .mbr-section-title {
  color: #000000;
}
.cid-tNbVQcVGKB .main-title,
.cid-tNbVQcVGKB .iconfont-wrapper {
  text-align: left;
}
.cid-tNbtX8ulws {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #247e45;
}
.cid-tNbtX8ulws .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-col {
    flex-direction: column;
  }
}
.cid-tNbtX8ulws .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tNbtX8ulws .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-wrap {
    margin-right: 0;
  }
}
.cid-tNbtX8ulws .cards-row,
.cid-tNbtX8ulws .social-row,
.cid-tNbtX8ulws .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .cards-row,
  .cid-tNbtX8ulws .social-row,
  .cid-tNbtX8ulws .menu-row {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .foot-menu {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tNbtX8ulws .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tNbtX8ulws .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .row {
    text-align: center;
  }
  .cid-tNbtX8ulws .cards-col {
    justify-content: center;
  }
  .cid-tNbtX8ulws .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tNbtX8ulws .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tNbtX8ulws .card-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNbtX8ulws .logo {
  width: 80px;
}
.cid-tNbtX8ulws .socicon {
  color: black;
}
.cid-tNbtX8ulws .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNbtX8ulws .soc-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .mbr-text {
  color: #ffffff;
}
.cid-tNbtX8ulws .copyright {
  color: #000000;
}
.cid-tNzxIOqmjK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tNzxIOqmjK .media-container-row .mbr-text {
  color: #000000;
}
.cid-tVPIK3xtod {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVPIK3xtod .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tVPIK3xtod .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tVPIK3xtod h5 {
  margin-bottom: 1rem;
}
.cid-tVPIK3xtod .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tVPIK3xtod .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tVPIK3xtod img,
.cid-tVPIK3xtod .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-tVPIK3xtod .item:focus,
.cid-tVPIK3xtod span:focus {
  outline: none;
}
.cid-tVPIK3xtod .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tVPIK3xtod .item {
    margin-bottom: 1rem;
  }
}
.cid-tVPIK3xtod .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVPIK3xtod .mbr-section-title {
  color: #4e423d;
}
.cid-tVPIK3xtod .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tVPIK3xtod .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tVPIK3xtod .mbr-text,
.cid-tVPIK3xtod .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tVPIK3xtod .content-head {
  max-width: 800px;
}
.cid-tVHert6Sh0 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVHert6Sh0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVHert6Sh0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVHert6Sh0 .mbr-section-subtitle {
  color: #000000;
}
.cid-tVHert6Sh0 .mbr-section-title {
  color: #000000;
}
.cid-tVHert6Sh0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVHertCAMK {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background: #000000;
}
.cid-tVHertCAMK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVHertCAMK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVHertCAMK .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tVHertCAMK .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tVHertCAMK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVHertCAMK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVHertCAMK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVHertCAMK .content-head {
  max-width: 800px;
}
.cid-tVHertCAMK .mbr-section-title {
  color: #ffffff;
}
.cid-tVHerugNOn {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVHerugNOn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVHerugNOn .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tVHerugNOn .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVHerugNOn .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tVHerugNOn a {
  font-weight: 600;
}
.cid-tVHerugNOn a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tVHerugNOn .col-lg-3,
  .cid-tVHerugNOn .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tVHerugNOn .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tVHerugNOn .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tVHerugNOn h5 {
  margin: 0;
}
.cid-tVHerugNOn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVHerugNOn .iconfont-wrapper {
  position: relative;
}
.cid-tVHerugNOn .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tVHerugNOn .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tVHerugNOn .sociconfont-wrapper {
  display: flex;
}
.cid-tVHerugNOn .card-title,
.cid-tVHerugNOn .iconfont-wrapper {
  color: #000000;
}
.cid-tVHerugNOn .card-text {
  color: #000000;
}
.cid-tVHerugNOn .mbr-section-title {
  color: #000000;
}
.cid-tVHerugNOn .main-title,
.cid-tVHerugNOn .iconfont-wrapper {
  text-align: left;
}
.cid-tVHeruSmzs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1d1d1f;
}
.cid-tVHeruSmzs .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVHeruSmzs .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tVHeruSmzs .media-col {
    flex-direction: column;
  }
}
.cid-tVHeruSmzs .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tVHeruSmzs .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tVHeruSmzs .media-wrap {
    margin-right: 0;
  }
}
.cid-tVHeruSmzs .cards-row,
.cid-tVHeruSmzs .social-row,
.cid-tVHeruSmzs .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVHeruSmzs .cards-row,
  .cid-tVHeruSmzs .social-row,
  .cid-tVHeruSmzs .menu-row {
    justify-content: center;
  }
}
.cid-tVHeruSmzs .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVHeruSmzs .foot-menu {
    justify-content: center;
  }
}
.cid-tVHeruSmzs .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tVHeruSmzs .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tVHeruSmzs .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tVHeruSmzs .row {
    text-align: center;
  }
  .cid-tVHeruSmzs .cards-col {
    justify-content: center;
  }
  .cid-tVHeruSmzs .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tVHeruSmzs .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tVHeruSmzs .card-item:last-child {
  margin-right: 0;
}
.cid-tVHeruSmzs .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tVHeruSmzs .logo {
  width: 80px;
}
.cid-tVHeruSmzs .socicon {
  color: black;
}
.cid-tVHeruSmzs .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVHeruSmzs .soc-item:last-child {
  margin-right: 0;
}
.cid-tVHeruSmzs .mbr-text {
  color: #ffffff;
}
.cid-tVHeruSmzs .copyright {
  color: #000000;
}
.cid-tVHerwj33G {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tVHerwj33G .media-container-row .mbr-text {
  color: #000000;
}
.cid-tVLZZ6q6w1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVLZZ6q6w1 .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;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVLZZ6q6w1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tVLZZ6q6w1 .navbar {
    padding: 0 128px !important;
  }
}
.cid-tVLZZ6q6w1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVLZZ6q6w1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVLZZ6q6w1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tVLZZ6q6w1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVLZZ6q6w1 .navbar.collapsed {
  justify-content: center;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVLZZ6q6w1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVLZZ6q6w1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVLZZ6q6w1 .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-tVLZZ6q6w1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .navbar {
    min-height: 72px;
  }
  .cid-tVLZZ6q6w1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVLZZ6q6w1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVLZZ6q6w1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVLZZ6q6w1 .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-tVLZZ6q6w1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVLZZ6q6w1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVLZZ6q6w1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVLZZ6q6w1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVLZZ6q6w1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVLZZ6q6w1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVLZZ6q6w1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tVLZZ6q6w1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVLZZ6q6w1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVLZZ6q6w1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tVLZZ6q6w1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVLZZ6q6w1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tVLZZ6q6w1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVLZZ6q6w1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tVLZZ6q6w1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVLZZ6q6w1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVLZZ6q6w1 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVLZZ6q6w1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVLZZ6q6w1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVLZZ6q6w1 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #247e45;
}
@media (max-width: 992px) {
  .cid-tVLZZ6q6w1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVLZZ6q6w1 .iconfont-wrapper {
  color: #e5f1f2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVLZZ6q6w1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #247e45;
}
.cid-tVLZZ6q6w1 .nav-item:focus,
.cid-tVLZZ6q6w1 .nav-link:focus {
  outline: none;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVLZZ6q6w1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVLZZ6q6w1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVLZZ6q6w1 .dropdown-item.active,
.cid-tVLZZ6q6w1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVLZZ6q6w1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVLZZ6q6w1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVLZZ6q6w1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVLZZ6q6w1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #247e45;
}
.cid-tVLZZ6q6w1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVLZZ6q6w1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVLZZ6q6w1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVLZZ6q6w1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tVLZZ6q6w1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVLZZ6q6w1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVLZZ6q6w1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVLZZ6q6w1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVLZZ6q6w1 .navbar {
    height: 70px;
  }
  .cid-tVLZZ6q6w1 .navbar.opened {
    height: auto;
  }
  .cid-tVLZZ6q6w1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVLZZ6q6w1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVLZZ6q6w1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVLZZ6q6w1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tVLZZ6q6w1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #247e45;
    backdrop-filter: blur(8px);
  }
  .cid-tVLZZ6q6w1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVLZZ6q6w1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVLZZ6q6w1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVPIpwkemo {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVPIpwkemo .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tVPIpwkemo .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tVPIpwkemo h5 {
  margin-bottom: 1rem;
}
.cid-tVPIpwkemo .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  padding: 2rem 8rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tVPIpwkemo .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tVPIpwkemo img,
.cid-tVPIpwkemo .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-tVPIpwkemo .item:focus,
.cid-tVPIpwkemo span:focus {
  outline: none;
}
.cid-tVPIpwkemo .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tVPIpwkemo .item {
    margin-bottom: 1rem;
  }
}
.cid-tVPIpwkemo .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tVPIpwkemo .mbr-section-title {
  color: #4e423d;
}
.cid-tVPIpwkemo .item-title {
  text-align: left;
  color: #ffffff;
}
.cid-tVPIpwkemo .item-subtitle {
  text-align: left;
  color: #ffffff;
}
.cid-tVPIpwkemo .mbr-text,
.cid-tVPIpwkemo .item .mbr-section-btn {
  text-align: left;
  color: #ffffff;
}
.cid-tVPIpwkemo .content-head {
  max-width: 800px;
}
.cid-tVHcVclK26 {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVHcVclK26 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVHcVclK26 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVHcVclK26 .mbr-section-subtitle {
  color: #000000;
}
.cid-tVHcVclK26 .mbr-section-title {
  color: #000000;
}
.cid-tVHcVclK26 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVHcVmgrQC {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #247e45;
}
.cid-tVHcVmgrQC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVHcVmgrQC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVHcVmgrQC .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tVHcVmgrQC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tVHcVmgrQC .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVHcVmgrQC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVHcVmgrQC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVHcVmgrQC .content-head {
  max-width: 800px;
}
.cid-tVHcVmgrQC .mbr-section-title {
  color: #ffffff;
}
.cid-tVHcVmZx5v {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVHcVmZx5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVHcVmZx5v .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tVHcVmZx5v .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVHcVmZx5v .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tVHcVmZx5v a {
  font-weight: 600;
}
.cid-tVHcVmZx5v a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tVHcVmZx5v .col-lg-3,
  .cid-tVHcVmZx5v .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tVHcVmZx5v .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tVHcVmZx5v .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tVHcVmZx5v h5 {
  margin: 0;
}
.cid-tVHcVmZx5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVHcVmZx5v .iconfont-wrapper {
  position: relative;
}
.cid-tVHcVmZx5v .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tVHcVmZx5v .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tVHcVmZx5v .sociconfont-wrapper {
  display: flex;
}
.cid-tVHcVmZx5v .card-title,
.cid-tVHcVmZx5v .iconfont-wrapper {
  color: #0c2c68;
}
.cid-tVHcVmZx5v .card-text {
  color: #000000;
}
.cid-tVHcVmZx5v .mbr-section-title {
  color: #000000;
}
.cid-tVHcVmZx5v .main-title,
.cid-tVHcVmZx5v .iconfont-wrapper {
  text-align: left;
}
.cid-tVHcVnSTn9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #247e45;
}
.cid-tVHcVnSTn9 .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVHcVnSTn9 .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tVHcVnSTn9 .media-col {
    flex-direction: column;
  }
}
.cid-tVHcVnSTn9 .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tVHcVnSTn9 .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tVHcVnSTn9 .media-wrap {
    margin-right: 0;
  }
}
.cid-tVHcVnSTn9 .cards-row,
.cid-tVHcVnSTn9 .social-row,
.cid-tVHcVnSTn9 .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVHcVnSTn9 .cards-row,
  .cid-tVHcVnSTn9 .social-row,
  .cid-tVHcVnSTn9 .menu-row {
    justify-content: center;
  }
}
.cid-tVHcVnSTn9 .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVHcVnSTn9 .foot-menu {
    justify-content: center;
  }
}
.cid-tVHcVnSTn9 .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tVHcVnSTn9 .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tVHcVnSTn9 .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tVHcVnSTn9 .row {
    text-align: center;
  }
  .cid-tVHcVnSTn9 .cards-col {
    justify-content: center;
  }
  .cid-tVHcVnSTn9 .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tVHcVnSTn9 .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tVHcVnSTn9 .card-item:last-child {
  margin-right: 0;
}
.cid-tVHcVnSTn9 .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tVHcVnSTn9 .logo {
  width: 80px;
}
.cid-tVHcVnSTn9 .socicon {
  color: black;
}
.cid-tVHcVnSTn9 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVHcVnSTn9 .soc-item:last-child {
  margin-right: 0;
}
.cid-tVHcVnSTn9 .mbr-text {
  color: #ffffff;
}
.cid-tVHcVnSTn9 .copyright {
  color: #000000;
}
.cid-tVHcVpswf7 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tVHcVpswf7 .media-container-row .mbr-text {
  color: #000000;
}
.cid-tVLZZ6q6w1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVLZZ6q6w1 .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;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVLZZ6q6w1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tVLZZ6q6w1 .navbar {
    padding: 0 128px !important;
  }
}
.cid-tVLZZ6q6w1 .navbar.opened {
  transition: all 0.3s;
}
.cid-tVLZZ6q6w1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVLZZ6q6w1 .navbar .navbar-logo img {
  width: auto;
}
.cid-tVLZZ6q6w1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVLZZ6q6w1 .navbar.collapsed {
  justify-content: center;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVLZZ6q6w1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVLZZ6q6w1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVLZZ6q6w1 .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-tVLZZ6q6w1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVLZZ6q6w1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .navbar {
    min-height: 72px;
  }
  .cid-tVLZZ6q6w1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVLZZ6q6w1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVLZZ6q6w1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVLZZ6q6w1 .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-tVLZZ6q6w1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVLZZ6q6w1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVLZZ6q6w1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVLZZ6q6w1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVLZZ6q6w1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVLZZ6q6w1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVLZZ6q6w1 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tVLZZ6q6w1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVLZZ6q6w1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVLZZ6q6w1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tVLZZ6q6w1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVLZZ6q6w1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tVLZZ6q6w1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVLZZ6q6w1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tVLZZ6q6w1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVLZZ6q6w1 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVLZZ6q6w1 .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVLZZ6q6w1 .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVLZZ6q6w1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVLZZ6q6w1 .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #247e45;
}
@media (max-width: 992px) {
  .cid-tVLZZ6q6w1 .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVLZZ6q6w1 .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVLZZ6q6w1 .iconfont-wrapper {
  color: #e5f1f2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVLZZ6q6w1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #247e45;
}
.cid-tVLZZ6q6w1 .nav-item:focus,
.cid-tVLZZ6q6w1 .nav-link:focus {
  outline: none;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVLZZ6q6w1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVLZZ6q6w1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVLZZ6q6w1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVLZZ6q6w1 .dropdown-item.active,
.cid-tVLZZ6q6w1 .dropdown-item:active {
  background-color: transparent;
}
.cid-tVLZZ6q6w1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVLZZ6q6w1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVLZZ6q6w1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVLZZ6q6w1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #247e45;
}
.cid-tVLZZ6q6w1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVLZZ6q6w1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVLZZ6q6w1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVLZZ6q6w1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVLZZ6q6w1 .navbar-buttons {
    text-align: left;
  }
}
.cid-tVLZZ6q6w1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVLZZ6q6w1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVLZZ6q6w1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVLZZ6q6w1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVLZZ6q6w1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVLZZ6q6w1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVLZZ6q6w1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVLZZ6q6w1 .navbar {
    height: 70px;
  }
  .cid-tVLZZ6q6w1 .navbar.opened {
    height: auto;
  }
  .cid-tVLZZ6q6w1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVLZZ6q6w1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVLZZ6q6w1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVLZZ6q6w1 .navbar-brand {
    margin-right: auto;
  }
  .cid-tVLZZ6q6w1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #247e45;
    backdrop-filter: blur(8px);
  }
  .cid-tVLZZ6q6w1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVLZZ6q6w1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVLZZ6q6w1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVLZZ6q6w1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVN0MOhRpu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVN0MOhRpu .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;
}
@media (max-width: 767px) {
  .cid-tVN0MOhRpu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVN0MOhRpu .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tVN0MOhRpu .navbar {
    padding: 0 128px !important;
  }
}
.cid-tVN0MOhRpu .navbar.opened {
  transition: all 0.3s;
}
.cid-tVN0MOhRpu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVN0MOhRpu .navbar .navbar-logo img {
  width: auto;
}
.cid-tVN0MOhRpu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVN0MOhRpu .navbar.collapsed {
  justify-content: center;
}
.cid-tVN0MOhRpu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVN0MOhRpu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVN0MOhRpu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVN0MOhRpu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVN0MOhRpu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVN0MOhRpu .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-tVN0MOhRpu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVN0MOhRpu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVN0MOhRpu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVN0MOhRpu .navbar {
    min-height: 72px;
  }
  .cid-tVN0MOhRpu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVN0MOhRpu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVN0MOhRpu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVN0MOhRpu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVN0MOhRpu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVN0MOhRpu .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-tVN0MOhRpu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVN0MOhRpu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVN0MOhRpu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVN0MOhRpu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVN0MOhRpu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVN0MOhRpu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVN0MOhRpu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tVN0MOhRpu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVN0MOhRpu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVN0MOhRpu .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tVN0MOhRpu .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVN0MOhRpu .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tVN0MOhRpu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVN0MOhRpu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVN0MOhRpu .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tVN0MOhRpu .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVN0MOhRpu .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVN0MOhRpu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVN0MOhRpu .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVN0MOhRpu .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVN0MOhRpu .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tVN0MOhRpu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVN0MOhRpu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVN0MOhRpu .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #247e45;
}
@media (max-width: 992px) {
  .cid-tVN0MOhRpu .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVN0MOhRpu .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVN0MOhRpu .iconfont-wrapper {
  color: #e5f1f2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVN0MOhRpu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #247e45;
}
.cid-tVN0MOhRpu .nav-item:focus,
.cid-tVN0MOhRpu .nav-link:focus {
  outline: none;
}
.cid-tVN0MOhRpu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVN0MOhRpu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVN0MOhRpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVN0MOhRpu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVN0MOhRpu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVN0MOhRpu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVN0MOhRpu .dropdown-item.active,
.cid-tVN0MOhRpu .dropdown-item:active {
  background-color: transparent;
}
.cid-tVN0MOhRpu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVN0MOhRpu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVN0MOhRpu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVN0MOhRpu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #247e45;
}
.cid-tVN0MOhRpu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVN0MOhRpu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVN0MOhRpu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVN0MOhRpu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVN0MOhRpu .navbar-buttons {
    text-align: left;
  }
}
.cid-tVN0MOhRpu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVN0MOhRpu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tVN0MOhRpu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVN0MOhRpu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVN0MOhRpu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVN0MOhRpu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVN0MOhRpu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVN0MOhRpu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVN0MOhRpu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVN0MOhRpu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVN0MOhRpu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVN0MOhRpu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVN0MOhRpu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVN0MOhRpu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVN0MOhRpu .navbar {
    height: 70px;
  }
  .cid-tVN0MOhRpu .navbar.opened {
    height: auto;
  }
  .cid-tVN0MOhRpu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVN0MOhRpu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVN0MOhRpu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVN0MOhRpu .navbar-brand {
    margin-right: auto;
  }
  .cid-tVN0MOhRpu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #247e45;
    backdrop-filter: blur(8px);
  }
  .cid-tVN0MOhRpu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVN0MOhRpu .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVN0MOhRpu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVN0MOhRpu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVN0MOhRpu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVN0MOG95Z {
  display: flex;
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/david-j-boozer-ypbpje3dpes-unsplash-1-2000x1333.jpg");
}
.cid-tVN0MOG95Z .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tVN0MOG95Z .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVN0MOG95Z {
    align-items: center;
  }
  .cid-tVN0MOG95Z .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVN0MOG95Z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVN0MOG95Z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVN0MOG95Z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVN0MOG95Z .content-wrap {
    width: 100%;
  }
}
.cid-tVN0MOG95Z .mbr-section-title {
  text-align: left;
}
.cid-tVN0MOG95Z .mbr-text,
.cid-tVN0MOG95Z .mbr-section-btn {
  text-align: left;
}
.cid-tVN0MP3lvM {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVN0MP3lvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MP3lvM .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-tVN0MP3lvM .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tVN0MP3lvM .container {
    padding: 0 12px;
  }
}
.cid-tVN0MP3lvM .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tVN0MP3lvM .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tVN0MP3lvM .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tVN0MP3lvM .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #247e45;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tVN0MP3lvM .mbr-section-title {
  color: #222222;
}
.cid-tVN0MPpJnC {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVN0MPpJnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MPpJnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MPpJnC .mbr-section-subtitle {
  color: #000000;
}
.cid-tVN0MPpJnC .mbr-section-title {
  color: #000000;
}
.cid-tVN0MPpJnC .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVN0MPMRyK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #247e45;
}
.cid-tVN0MPMRyK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MPMRyK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MPMRyK .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tVN0MPMRyK .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tVN0MPMRyK .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tVN0MPMRyK .mbr-section-title {
  color: #131313;
}
.cid-tVN0MPMRyK .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tVN0MPMRyK .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tVN0MPMRyK .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tVN0MPMRyK .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tVN0MPMRyK .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tVN0MPMRyK .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tVN0MPMRyK .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tVN0MPMRyK .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tVN0MPMRyK .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tVN0MPMRyK .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tVN0MPMRyK .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tVN0MPMRyK .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tVN0MPMRyK .content-wrap {
    margin-top: 0;
  }
}
.cid-tVN0MPMRyK .card-title {
  color: #131313;
}
.cid-tVN0MPMRyK .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVN0MPMRyK .card-text {
    margin-top: 15px;
  }
}
.cid-tVN0MPMRyK .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVN0MPMRyK .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVN0MPMRyK .card-link {
    margin-top: 15px;
  }
}
.cid-tVN0MPMRyK .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tVN0MQomxA {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVN0MQomxA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MQomxA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MQomxA .mbr-section-subtitle {
  color: #131313;
}
.cid-tVN0MQomxA .mbr-section-title {
  color: #1d1d1f;
}
.cid-tVN0MQomxA .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVN0MQHryX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVN0MQHryX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MQHryX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MQHryX .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tVN0MQHryX .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tVN0MQHryX .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tVN0MQHryX .mbr-section-title {
  color: #131313;
}
.cid-tVN0MQHryX .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tVN0MQHryX .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tVN0MQHryX .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tVN0MQHryX .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #e5f1f2;
  box-shadow: 4px 4px 0 #e5f1f2;
  background: #247e45;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tVN0MQHryX .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tVN0MQHryX .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tVN0MQHryX .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tVN0MQHryX .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tVN0MQHryX .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tVN0MQHryX .card-title {
  color: #131313;
}
.cid-tVN0MQHryX .card-text {
  margin-top: 10px;
  color: #ffffff;
}
.cid-tVN0MQHryX .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVN0MQHryX .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tVN0MQHryX .card-link {
    margin-top: 15px;
  }
}
.cid-tVN0MQHryX .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tVN0MQHryX .card-title,
.cid-tVN0MQHryX .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tVN0MRils4 {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVN0MRils4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MRils4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MRils4 .mbr-section-subtitle {
  color: #000000;
}
.cid-tVN0MRils4 .mbr-section-title {
  color: #000000;
}
.cid-tVN0MRils4 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVN0MRDw2H {
  padding-top: 45px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #247e45, #ffffff);
}
.cid-tVN0MRDw2H .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MRDw2H .card-link {
  position: relative;
  width: fit-content;
}
.cid-tVN0MRDw2H .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tVN0MRDw2H .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tVN0MRDw2H .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-tVN0MRDw2H .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tVN0MRDw2H .item-wrapper:hover .card-title,
.cid-tVN0MRDw2H .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-tVN0MRDw2H .item-wrapper:hover span,
.cid-tVN0MRDw2H .item-wrapper:hover .card-link,
.cid-tVN0MRDw2H .item-wrapper:hover .card-link a {
  color: #d2564f !important;
}
.cid-tVN0MRDw2H .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-tVN0MRDw2H .card-title,
.cid-tVN0MRDw2H .card-text,
.cid-tVN0MRDw2H .card-link,
.cid-tVN0MRDw2H .card-link a {
  transition: all 0.3s;
}
.cid-tVN0MRDw2H .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tVN0MRDw2H .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tVN0MRDw2H .link-wrapper:hover {
  cursor: pointer;
}
.cid-tVN0MRDw2H .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVN0MRDw2H .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tVN0MRDw2H .card-title,
.cid-tVN0MRDw2H .iconfont-wrapper {
  color: #000000;
}
.cid-tVN0MRDw2H .card-text {
  color: #232323;
}
.cid-tVN0MRDw2H .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tVN0MRDw2H .card-link,
.cid-tVN0MRDw2H .link-icon,
.cid-tVN0MRDw2H .link-align {
  color: #232323;
}
.cid-tVN0MRDw2H .mbr-section-subtitle {
  text-align: left;
}
.cid-tVN0MSgO6q {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVN0MSgO6q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MSgO6q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MSgO6q .mbr-section-subtitle {
  color: #000000;
}
.cid-tVN0MSgO6q .mbr-section-title {
  color: #000000;
}
.cid-tVN0MSgO6q .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVN0MSBwxv {
  background-color: #247e45 !important;
  border: 18px solid #247e45;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tVN0MSBwxv {
    border: 8px solid #247e45;
    margin-top: -8px;
  }
}
.cid-tVN0MSBwxv .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tVN0MSBwxv .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tVN0MSBwxv .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-tVN0MSBwxv .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MSBwxv .row .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-tVN0MSBwxv .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tVN0MSBwxv .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVN0MSBwxv .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tVN0MSBwxv .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #247e45;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tVN0MSBwxv .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tVN0MSBwxv .panel-group .card {
    padding: 16px;
  }
}
.cid-tVN0MSBwxv .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-tVN0MSBwxv .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tVN0MSBwxv .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7787a5;
}
.cid-tVN0MSBwxv .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #7787a5;
}
.cid-tVN0MSBwxv .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tVN0MSBwxv .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-tVN0MSBwxv .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tVN0MSBwxv .mbr-section-title {
  color: #131313;
}
.cid-tVN0MSBwxv .panel-title-edit {
  color: #ffffff;
}
.cid-tVN0MSBwxv .panel-text {
  color: #ffffff;
}
.cid-tVN0MTjt4V {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVN0MTjt4V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MTjt4V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MTjt4V .mbr-section-subtitle {
  color: #000000;
}
.cid-tVN0MTjt4V .mbr-section-title {
  color: #000000;
}
.cid-tVN0MTjt4V .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVN0MTP3MX {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #247e45;
}
.cid-tVN0MTP3MX .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVN0MTP3MX {
    align-items: center;
  }
  .cid-tVN0MTP3MX .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVN0MTP3MX .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVN0MTP3MX {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVN0MTP3MX .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVN0MTP3MX .content-wrap {
    width: 100%;
  }
}
.cid-tVN0MTP3MX .mbr-section-title {
  text-align: center;
}
.cid-tVN0MTP3MX .mbr-text,
.cid-tVN0MTP3MX .mbr-section-btn {
  text-align: left;
}
.cid-tVPI4d1JGt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVPI4d1JGt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPI4d1JGt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPI4d1JGt .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tVPI4d1JGt .container-fluid {
    padding: 0 12px;
  }
}
.cid-tVPI4d1JGt .container-fluid .row {
  padding: 0;
}
.cid-tVPI4d1JGt .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tVPI4d1JGt .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tVPI4d1JGt .card {
    padding: 48px 20px;
  }
}
.cid-tVPI4d1JGt .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tVPI4d1JGt .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVPI4d1JGt .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tVPI4d1JGt .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tVPI4d1JGt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tVN0MUgGWy {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVN0MUgGWy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MUgGWy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MUgGWy .mbr-section-subtitle {
  color: #000000;
}
.cid-tVN0MUgGWy .mbr-section-title {
  color: #000000;
}
.cid-tVN0MUgGWy .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVPK9CALNa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tVPK9CALNa .container {
    padding: 0 25px;
  }
}
.cid-tVPK9CALNa .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVPK9CALNa .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tVPK9CALNa .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tVPK9CALNa .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tVPK9CALNa .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tVPK9CALNa .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tVPK9CALNa .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tVPK9CALNa .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tVPK9CALNa .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tVPK9CALNa .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVPK9CALNa .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tVPK9CALNa .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tVPK9CALNa .mbr-section-title {
  color: #000000;
}
.cid-tVPK9CALNa .panel-title-edit {
  color: #000000;
}
.cid-tVPK9CALNa .panel-text {
  color: #000000;
}
.cid-tVN0MUEe07 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #247e45;
}
.cid-tVN0MUEe07 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MUEe07 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MUEe07 .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tVN0MUEe07 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tVN0MUEe07 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVN0MUEe07 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVN0MUEe07 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVN0MUEe07 .content-head {
  max-width: 800px;
}
.cid-tVN0MUEe07 .mbr-section-title {
  color: #ffffff;
}
.cid-tVN0MVb6sj {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVN0MVb6sj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVN0MVb6sj .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tVN0MVb6sj .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVN0MVb6sj .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tVN0MVb6sj a {
  font-weight: 600;
}
.cid-tVN0MVb6sj a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tVN0MVb6sj .col-lg-3,
  .cid-tVN0MVb6sj .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tVN0MVb6sj .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tVN0MVb6sj .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tVN0MVb6sj h5 {
  margin: 0;
}
.cid-tVN0MVb6sj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVN0MVb6sj .iconfont-wrapper {
  position: relative;
}
.cid-tVN0MVb6sj .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tVN0MVb6sj .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tVN0MVb6sj .sociconfont-wrapper {
  display: flex;
}
.cid-tVN0MVb6sj .card-title,
.cid-tVN0MVb6sj .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tVN0MVb6sj .card-text {
  color: #000000;
}
.cid-tVN0MVb6sj .mbr-section-title {
  color: #000000;
}
.cid-tVN0MVb6sj .main-title,
.cid-tVN0MVb6sj .iconfont-wrapper {
  text-align: left;
}
.cid-tVN0MVOvSP {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #247e45;
}
.cid-tVN0MVOvSP .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVN0MVOvSP .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tVN0MVOvSP .media-col {
    flex-direction: column;
  }
}
.cid-tVN0MVOvSP .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tVN0MVOvSP .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tVN0MVOvSP .media-wrap {
    margin-right: 0;
  }
}
.cid-tVN0MVOvSP .cards-row,
.cid-tVN0MVOvSP .social-row,
.cid-tVN0MVOvSP .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVN0MVOvSP .cards-row,
  .cid-tVN0MVOvSP .social-row,
  .cid-tVN0MVOvSP .menu-row {
    justify-content: center;
  }
}
.cid-tVN0MVOvSP .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVN0MVOvSP .foot-menu {
    justify-content: center;
  }
}
.cid-tVN0MVOvSP .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tVN0MVOvSP .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tVN0MVOvSP .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tVN0MVOvSP .row {
    text-align: center;
  }
  .cid-tVN0MVOvSP .cards-col {
    justify-content: center;
  }
  .cid-tVN0MVOvSP .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tVN0MVOvSP .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tVN0MVOvSP .card-item:last-child {
  margin-right: 0;
}
.cid-tVN0MVOvSP .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tVN0MVOvSP .logo {
  width: 80px;
}
.cid-tVN0MVOvSP .socicon {
  color: black;
}
.cid-tVN0MVOvSP .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVN0MVOvSP .soc-item:last-child {
  margin-right: 0;
}
.cid-tVN0MVOvSP .mbr-text {
  color: #ffffff;
}
.cid-tVN0MVOvSP .copyright {
  color: #000000;
}
.cid-tVN0MWlyJB {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tVN0MWlyJB .media-container-row .mbr-text {
  color: #000000;
}
.cid-tVMTXxPzcH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVMTXxPzcH .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;
}
@media (max-width: 767px) {
  .cid-tVMTXxPzcH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVMTXxPzcH .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tVMTXxPzcH .navbar {
    padding: 0 128px !important;
  }
}
.cid-tVMTXxPzcH .navbar.opened {
  transition: all 0.3s;
}
.cid-tVMTXxPzcH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVMTXxPzcH .navbar .navbar-logo img {
  width: auto;
}
.cid-tVMTXxPzcH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVMTXxPzcH .navbar.collapsed {
  justify-content: center;
}
.cid-tVMTXxPzcH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVMTXxPzcH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVMTXxPzcH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVMTXxPzcH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVMTXxPzcH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVMTXxPzcH .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-tVMTXxPzcH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVMTXxPzcH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVMTXxPzcH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVMTXxPzcH .navbar {
    min-height: 72px;
  }
  .cid-tVMTXxPzcH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVMTXxPzcH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVMTXxPzcH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVMTXxPzcH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVMTXxPzcH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVMTXxPzcH .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-tVMTXxPzcH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVMTXxPzcH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVMTXxPzcH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVMTXxPzcH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVMTXxPzcH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVMTXxPzcH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVMTXxPzcH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tVMTXxPzcH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVMTXxPzcH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVMTXxPzcH .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tVMTXxPzcH .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVMTXxPzcH .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tVMTXxPzcH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVMTXxPzcH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVMTXxPzcH .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tVMTXxPzcH .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVMTXxPzcH .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVMTXxPzcH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVMTXxPzcH .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVMTXxPzcH .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVMTXxPzcH .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tVMTXxPzcH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVMTXxPzcH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVMTXxPzcH .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #247e45;
}
@media (max-width: 992px) {
  .cid-tVMTXxPzcH .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVMTXxPzcH .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVMTXxPzcH .iconfont-wrapper {
  color: #e5f1f2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVMTXxPzcH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #247e45;
}
.cid-tVMTXxPzcH .nav-item:focus,
.cid-tVMTXxPzcH .nav-link:focus {
  outline: none;
}
.cid-tVMTXxPzcH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVMTXxPzcH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVMTXxPzcH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVMTXxPzcH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVMTXxPzcH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVMTXxPzcH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVMTXxPzcH .dropdown-item.active,
.cid-tVMTXxPzcH .dropdown-item:active {
  background-color: transparent;
}
.cid-tVMTXxPzcH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVMTXxPzcH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVMTXxPzcH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVMTXxPzcH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #247e45;
}
.cid-tVMTXxPzcH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVMTXxPzcH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVMTXxPzcH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVMTXxPzcH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVMTXxPzcH .navbar-buttons {
    text-align: left;
  }
}
.cid-tVMTXxPzcH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVMTXxPzcH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tVMTXxPzcH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVMTXxPzcH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVMTXxPzcH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVMTXxPzcH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVMTXxPzcH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVMTXxPzcH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVMTXxPzcH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVMTXxPzcH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVMTXxPzcH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVMTXxPzcH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVMTXxPzcH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVMTXxPzcH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVMTXxPzcH .navbar {
    height: 70px;
  }
  .cid-tVMTXxPzcH .navbar.opened {
    height: auto;
  }
  .cid-tVMTXxPzcH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVMTXxPzcH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVMTXxPzcH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVMTXxPzcH .navbar-brand {
    margin-right: auto;
  }
  .cid-tVMTXxPzcH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #247e45;
    backdrop-filter: blur(8px);
  }
  .cid-tVMTXxPzcH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVMTXxPzcH .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVMTXxPzcH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVMTXxPzcH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVMTXxPzcH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVMTXyeTmn {
  display: flex;
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/clay-leconey-z16-tlcfy9e-unsplash-1-2000x2000.jpg");
}
.cid-tVMTXyeTmn .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tVMTXyeTmn .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVMTXyeTmn {
    align-items: center;
  }
  .cid-tVMTXyeTmn .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVMTXyeTmn .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVMTXyeTmn {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVMTXyeTmn .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVMTXyeTmn .content-wrap {
    width: 100%;
  }
}
.cid-tVMTXyeTmn .mbr-section-title {
  text-align: left;
}
.cid-tVMTXyeTmn .mbr-text,
.cid-tVMTXyeTmn .mbr-section-btn {
  text-align: left;
}
.cid-tVMTXyxutx {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVMTXyxutx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXyxutx .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-tVMTXyxutx .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tVMTXyxutx .container {
    padding: 0 12px;
  }
}
.cid-tVMTXyxutx .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tVMTXyxutx .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tVMTXyxutx .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tVMTXyxutx .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #247e45;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tVMTXyxutx .mbr-section-title {
  color: #222222;
}
.cid-tVMTXyRHeq {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVMTXyRHeq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXyRHeq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXyRHeq .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMTXyRHeq .mbr-section-title {
  color: #000000;
}
.cid-tVMTXyRHeq .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMTXz9fds {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #247e45;
}
.cid-tVMTXz9fds .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXz9fds .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXz9fds .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tVMTXz9fds .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tVMTXz9fds .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tVMTXz9fds .mbr-section-title {
  color: #131313;
}
.cid-tVMTXz9fds .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tVMTXz9fds .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tVMTXz9fds .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tVMTXz9fds .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tVMTXz9fds .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tVMTXz9fds .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tVMTXz9fds .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tVMTXz9fds .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tVMTXz9fds .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tVMTXz9fds .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tVMTXz9fds .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tVMTXz9fds .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tVMTXz9fds .content-wrap {
    margin-top: 0;
  }
}
.cid-tVMTXz9fds .card-title {
  color: #131313;
}
.cid-tVMTXz9fds .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVMTXz9fds .card-text {
    margin-top: 15px;
  }
}
.cid-tVMTXz9fds .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVMTXz9fds .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVMTXz9fds .card-link {
    margin-top: 15px;
  }
}
.cid-tVMTXz9fds .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tVMTXzKkO0 {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVMTXzKkO0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXzKkO0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXzKkO0 .mbr-section-subtitle {
  color: #131313;
}
.cid-tVMTXzKkO0 .mbr-section-title {
  color: #1d1d1f;
}
.cid-tVMTXzKkO0 .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMTXA3bw4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVMTXA3bw4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXA3bw4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXA3bw4 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tVMTXA3bw4 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tVMTXA3bw4 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tVMTXA3bw4 .mbr-section-title {
  color: #131313;
}
.cid-tVMTXA3bw4 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tVMTXA3bw4 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tVMTXA3bw4 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tVMTXA3bw4 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #e5f1f2;
  box-shadow: 4px 4px 0 #e5f1f2;
  background: #247e45;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tVMTXA3bw4 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tVMTXA3bw4 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tVMTXA3bw4 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tVMTXA3bw4 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tVMTXA3bw4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tVMTXA3bw4 .card-title {
  color: #131313;
}
.cid-tVMTXA3bw4 .card-text {
  margin-top: 10px;
  color: #ffffff;
}
.cid-tVMTXA3bw4 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVMTXA3bw4 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tVMTXA3bw4 .card-link {
    margin-top: 15px;
  }
}
.cid-tVMTXA3bw4 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tVMTXA3bw4 .card-title,
.cid-tVMTXA3bw4 .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tVMTXAujdn {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVMTXAujdn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXAujdn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXAujdn .mbr-section-subtitle {
  color: #131313;
}
.cid-tVMTXAujdn .mbr-section-title {
  color: #131313;
}
.cid-tVMTXAujdn .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMTXAObIo {
  padding-top: 45px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #247e45, #ffffff);
}
.cid-tVMTXAObIo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXAObIo .card-link {
  position: relative;
  width: fit-content;
}
.cid-tVMTXAObIo .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tVMTXAObIo .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tVMTXAObIo .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-tVMTXAObIo .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tVMTXAObIo .item-wrapper:hover .card-title,
.cid-tVMTXAObIo .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-tVMTXAObIo .item-wrapper:hover span,
.cid-tVMTXAObIo .item-wrapper:hover .card-link,
.cid-tVMTXAObIo .item-wrapper:hover .card-link a {
  color: #d2564f !important;
}
.cid-tVMTXAObIo .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-tVMTXAObIo .card-title,
.cid-tVMTXAObIo .card-text,
.cid-tVMTXAObIo .card-link,
.cid-tVMTXAObIo .card-link a {
  transition: all 0.3s;
}
.cid-tVMTXAObIo .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tVMTXAObIo .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tVMTXAObIo .link-wrapper:hover {
  cursor: pointer;
}
.cid-tVMTXAObIo .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVMTXAObIo .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tVMTXAObIo .card-title,
.cid-tVMTXAObIo .iconfont-wrapper {
  color: #000000;
}
.cid-tVMTXAObIo .card-text {
  color: #232323;
}
.cid-tVMTXAObIo .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tVMTXAObIo .card-link,
.cid-tVMTXAObIo .link-icon,
.cid-tVMTXAObIo .link-align {
  color: #232323;
}
.cid-tVMTXAObIo .mbr-section-subtitle {
  text-align: left;
}
.cid-tVMTXBuxJu {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVMTXBuxJu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXBuxJu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXBuxJu .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMTXBuxJu .mbr-section-title {
  color: #000000;
}
.cid-tVMTXBuxJu .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMTXBN8p8 {
  background-color: #247e45 !important;
  border: 18px solid #247e45;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tVMTXBN8p8 {
    border: 8px solid #247e45;
    margin-top: -8px;
  }
}
.cid-tVMTXBN8p8 .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tVMTXBN8p8 .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tVMTXBN8p8 .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-tVMTXBN8p8 .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXBN8p8 .row .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-tVMTXBN8p8 .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tVMTXBN8p8 .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVMTXBN8p8 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tVMTXBN8p8 .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #247e45;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tVMTXBN8p8 .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tVMTXBN8p8 .panel-group .card {
    padding: 16px;
  }
}
.cid-tVMTXBN8p8 .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-tVMTXBN8p8 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tVMTXBN8p8 .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7787a5;
}
.cid-tVMTXBN8p8 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #7787a5;
}
.cid-tVMTXBN8p8 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tVMTXBN8p8 .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-tVMTXBN8p8 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tVMTXBN8p8 .mbr-section-title {
  color: #131313;
}
.cid-tVMTXBN8p8 .panel-title-edit {
  color: #ffffff;
}
.cid-tVMTXBN8p8 .panel-text {
  color: #ffffff;
}
.cid-tVMTXCpdub {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVMTXCpdub .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXCpdub .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXCpdub .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMTXCpdub .mbr-section-title {
  color: #000000;
}
.cid-tVMTXCpdub .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMTXCNSuS {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #247e45;
}
.cid-tVMTXCNSuS .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVMTXCNSuS {
    align-items: center;
  }
  .cid-tVMTXCNSuS .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVMTXCNSuS .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVMTXCNSuS {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVMTXCNSuS .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVMTXCNSuS .content-wrap {
    width: 100%;
  }
}
.cid-tVMTXCNSuS .mbr-section-title {
  text-align: center;
}
.cid-tVMTXCNSuS .mbr-text,
.cid-tVMTXCNSuS .mbr-section-btn {
  text-align: left;
}
.cid-tVPEPozYSt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVPEPozYSt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVPEPozYSt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVPEPozYSt .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tVPEPozYSt .container-fluid {
    padding: 0 12px;
  }
}
.cid-tVPEPozYSt .container-fluid .row {
  padding: 0;
}
.cid-tVPEPozYSt .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tVPEPozYSt .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tVPEPozYSt .card {
    padding: 48px 20px;
  }
}
.cid-tVPEPozYSt .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tVPEPozYSt .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tVPEPozYSt .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tVPEPozYSt .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tVPEPozYSt .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tVMTXDd7qL {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVMTXDd7qL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXDd7qL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXDd7qL .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMTXDd7qL .mbr-section-title {
  color: #000000;
}
.cid-tVMTXDd7qL .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVPJeSO9Cf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tVPJeSO9Cf .container {
    padding: 0 25px;
  }
}
.cid-tVPJeSO9Cf .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVPJeSO9Cf .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tVPJeSO9Cf .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tVPJeSO9Cf .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tVPJeSO9Cf .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tVPJeSO9Cf .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tVPJeSO9Cf .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tVPJeSO9Cf .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tVPJeSO9Cf .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tVPJeSO9Cf .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVPJeSO9Cf .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tVPJeSO9Cf .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tVPJeSO9Cf .mbr-section-title {
  color: #000000;
}
.cid-tVPJeSO9Cf .panel-title-edit {
  color: #000000;
}
.cid-tVPJeSO9Cf .panel-text {
  color: #000000;
}
.cid-tVMTXDM1CN {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #247e45;
}
.cid-tVMTXDM1CN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXDM1CN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXDM1CN .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tVMTXDM1CN .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tVMTXDM1CN .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVMTXDM1CN .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVMTXDM1CN .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVMTXDM1CN .content-head {
  max-width: 800px;
}
.cid-tVMTXDM1CN .mbr-section-title {
  color: #ffffff;
}
.cid-tVMTXEf2OF {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVMTXEf2OF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMTXEf2OF .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tVMTXEf2OF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVMTXEf2OF .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tVMTXEf2OF a {
  font-weight: 600;
}
.cid-tVMTXEf2OF a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tVMTXEf2OF .col-lg-3,
  .cid-tVMTXEf2OF .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tVMTXEf2OF .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tVMTXEf2OF .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tVMTXEf2OF h5 {
  margin: 0;
}
.cid-tVMTXEf2OF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMTXEf2OF .iconfont-wrapper {
  position: relative;
}
.cid-tVMTXEf2OF .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tVMTXEf2OF .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tVMTXEf2OF .sociconfont-wrapper {
  display: flex;
}
.cid-tVMTXEf2OF .card-title,
.cid-tVMTXEf2OF .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tVMTXEf2OF .card-text {
  color: #000000;
}
.cid-tVMTXEf2OF .mbr-section-title {
  color: #000000;
}
.cid-tVMTXEf2OF .main-title,
.cid-tVMTXEf2OF .iconfont-wrapper {
  text-align: left;
}
.cid-tVMTXEN1AY {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #247e45;
}
.cid-tVMTXEN1AY .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVMTXEN1AY .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tVMTXEN1AY .media-col {
    flex-direction: column;
  }
}
.cid-tVMTXEN1AY .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tVMTXEN1AY .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tVMTXEN1AY .media-wrap {
    margin-right: 0;
  }
}
.cid-tVMTXEN1AY .cards-row,
.cid-tVMTXEN1AY .social-row,
.cid-tVMTXEN1AY .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVMTXEN1AY .cards-row,
  .cid-tVMTXEN1AY .social-row,
  .cid-tVMTXEN1AY .menu-row {
    justify-content: center;
  }
}
.cid-tVMTXEN1AY .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVMTXEN1AY .foot-menu {
    justify-content: center;
  }
}
.cid-tVMTXEN1AY .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tVMTXEN1AY .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tVMTXEN1AY .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tVMTXEN1AY .row {
    text-align: center;
  }
  .cid-tVMTXEN1AY .cards-col {
    justify-content: center;
  }
  .cid-tVMTXEN1AY .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tVMTXEN1AY .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tVMTXEN1AY .card-item:last-child {
  margin-right: 0;
}
.cid-tVMTXEN1AY .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tVMTXEN1AY .logo {
  width: 80px;
}
.cid-tVMTXEN1AY .socicon {
  color: black;
}
.cid-tVMTXEN1AY .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVMTXEN1AY .soc-item:last-child {
  margin-right: 0;
}
.cid-tVMTXEN1AY .mbr-text {
  color: #ffffff;
}
.cid-tVMTXEN1AY .copyright {
  color: #000000;
}
.cid-tVMTXFrwO8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tVMTXFrwO8 .media-container-row .mbr-text {
  color: #000000;
}
.cid-tVMVeSubBR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tVMVeSubBR .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;
}
@media (max-width: 767px) {
  .cid-tVMVeSubBR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tVMVeSubBR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
@media (min-width: 1400px) {
  .cid-tVMVeSubBR .navbar {
    padding: 0 128px !important;
  }
}
.cid-tVMVeSubBR .navbar.opened {
  transition: all 0.3s;
}
.cid-tVMVeSubBR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tVMVeSubBR .navbar .navbar-logo img {
  width: auto;
}
.cid-tVMVeSubBR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tVMVeSubBR .navbar.collapsed {
  justify-content: center;
}
.cid-tVMVeSubBR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tVMVeSubBR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tVMVeSubBR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tVMVeSubBR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tVMVeSubBR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tVMVeSubBR .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-tVMVeSubBR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tVMVeSubBR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tVMVeSubBR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tVMVeSubBR .navbar {
    min-height: 72px;
  }
  .cid-tVMVeSubBR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tVMVeSubBR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tVMVeSubBR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tVMVeSubBR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tVMVeSubBR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tVMVeSubBR .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-tVMVeSubBR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tVMVeSubBR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tVMVeSubBR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tVMVeSubBR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tVMVeSubBR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tVMVeSubBR .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tVMVeSubBR .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tVMVeSubBR .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tVMVeSubBR .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tVMVeSubBR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tVMVeSubBR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-tVMVeSubBR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tVMVeSubBR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tVMVeSubBR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tVMVeSubBR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tVMVeSubBR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tVMVeSubBR .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-tVMVeSubBR .nav-link {
  width: fit-content;
  position: relative;
}
.cid-tVMVeSubBR .navbar-logo {
  padding-left: 0.5rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tVMVeSubBR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tVMVeSubBR .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-tVMVeSubBR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tVMVeSubBR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tVMVeSubBR .container {
  display: flex;
  height: 90px;
  max-width: 100%;
  border-bottom: 1px solid #232323;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 1rem;
  background-color: #247e45;
}
@media (max-width: 992px) {
  .cid-tVMVeSubBR .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tVMVeSubBR .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tVMVeSubBR .iconfont-wrapper {
  color: #e5f1f2 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tVMVeSubBR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #247e45;
}
.cid-tVMVeSubBR .nav-item:focus,
.cid-tVMVeSubBR .nav-link:focus {
  outline: none;
}
.cid-tVMVeSubBR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tVMVeSubBR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tVMVeSubBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tVMVeSubBR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tVMVeSubBR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tVMVeSubBR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tVMVeSubBR .dropdown-item.active,
.cid-tVMVeSubBR .dropdown-item:active {
  background-color: transparent;
}
.cid-tVMVeSubBR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tVMVeSubBR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tVMVeSubBR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tVMVeSubBR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #247e45;
}
.cid-tVMVeSubBR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-tVMVeSubBR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tVMVeSubBR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tVMVeSubBR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tVMVeSubBR .navbar-buttons {
    text-align: left;
  }
}
.cid-tVMVeSubBR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tVMVeSubBR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #232323;
}
.cid-tVMVeSubBR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tVMVeSubBR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVMVeSubBR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tVMVeSubBR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tVMVeSubBR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVMVeSubBR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tVMVeSubBR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tVMVeSubBR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tVMVeSubBR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tVMVeSubBR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tVMVeSubBR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tVMVeSubBR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tVMVeSubBR .navbar {
    height: 70px;
  }
  .cid-tVMVeSubBR .navbar.opened {
    height: auto;
  }
  .cid-tVMVeSubBR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 0px);
  left: 50%;
}
.cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tVMVeSubBR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tVMVeSubBR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tVMVeSubBR .navbar-brand {
    margin-right: auto;
  }
  .cid-tVMVeSubBR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #247e45;
    backdrop-filter: blur(8px);
  }
  .cid-tVMVeSubBR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tVMVeSubBR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tVMVeSubBR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tVMVeSubBR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tVMVeSubBR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tVMVeT9DRw {
  display: flex;
  padding-top: 150px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/knut-troim-tejbzuns8sq-unsplash-1-2000x1333.jpg");
}
.cid-tVMVeT9DRw .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tVMVeT9DRw .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVMVeT9DRw {
    align-items: center;
  }
  .cid-tVMVeT9DRw .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVMVeT9DRw .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVMVeT9DRw {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVMVeT9DRw .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVMVeT9DRw .content-wrap {
    width: 100%;
  }
}
.cid-tVMVeT9DRw .mbr-section-title {
  text-align: left;
}
.cid-tVMVeT9DRw .mbr-text,
.cid-tVMVeT9DRw .mbr-section-btn {
  text-align: left;
}
.cid-tVMVeTNDNd {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVMVeTNDNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVeTNDNd .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-tVMVeTNDNd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tVMVeTNDNd .container {
    padding: 0 12px;
  }
}
.cid-tVMVeTNDNd .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tVMVeTNDNd .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tVMVeTNDNd .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tVMVeTNDNd .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #247e45;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tVMVeTNDNd .mbr-section-title {
  color: #222222;
}
.cid-tVMVeU9v3u {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVMVeU9v3u .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVeU9v3u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVeU9v3u .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMVeU9v3u .mbr-section-title {
  color: #000000;
}
.cid-tVMVeU9v3u .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMVeUCr8s {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #247e45;
}
.cid-tVMVeUCr8s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVeUCr8s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVeUCr8s .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tVMVeUCr8s .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tVMVeUCr8s .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tVMVeUCr8s .mbr-section-title {
  color: #131313;
}
.cid-tVMVeUCr8s .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tVMVeUCr8s .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tVMVeUCr8s .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tVMVeUCr8s .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tVMVeUCr8s .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tVMVeUCr8s .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tVMVeUCr8s .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tVMVeUCr8s .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tVMVeUCr8s .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tVMVeUCr8s .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tVMVeUCr8s .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tVMVeUCr8s .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tVMVeUCr8s .content-wrap {
    margin-top: 0;
  }
}
.cid-tVMVeUCr8s .card-title {
  color: #131313;
}
.cid-tVMVeUCr8s .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVMVeUCr8s .card-text {
    margin-top: 15px;
  }
}
.cid-tVMVeUCr8s .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVMVeUCr8s .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tVMVeUCr8s .card-link {
    margin-top: 15px;
  }
}
.cid-tVMVeUCr8s .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tVMVeVtIaa {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tVMVeVtIaa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVeVtIaa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVeVtIaa .mbr-section-subtitle {
  color: #131313;
}
.cid-tVMVeVtIaa .mbr-section-title {
  color: #1d1d1f;
}
.cid-tVMVeVtIaa .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMVeW35A9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tVMVeW35A9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVeW35A9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVeW35A9 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tVMVeW35A9 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tVMVeW35A9 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tVMVeW35A9 .mbr-section-title {
  color: #131313;
}
.cid-tVMVeW35A9 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tVMVeW35A9 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tVMVeW35A9 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tVMVeW35A9 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #e5f1f2;
  box-shadow: 4px 4px 0 #e5f1f2;
  background: #247e45;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tVMVeW35A9 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tVMVeW35A9 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tVMVeW35A9 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tVMVeW35A9 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tVMVeW35A9 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tVMVeW35A9 .card-title {
  color: #131313;
}
.cid-tVMVeW35A9 .card-text {
  margin-top: 10px;
  color: #ffffff;
}
.cid-tVMVeW35A9 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tVMVeW35A9 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tVMVeW35A9 .card-link {
    margin-top: 15px;
  }
}
.cid-tVMVeW35A9 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tVMVeW35A9 .card-title,
.cid-tVMVeW35A9 .iconfont-wrapper {
  text-align: center;
  color: #ffffff;
}
.cid-tVMVNW5jOF {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVMVNW5jOF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVNW5jOF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVNW5jOF .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMVNW5jOF .mbr-section-title {
  color: #000000;
}
.cid-tVMVNW5jOF .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMVeX93Li {
  padding-top: 45px;
  padding-bottom: 75px;
  background: linear-gradient(to bottom, #247e45, #ffffff);
}
.cid-tVMVeX93Li .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVeX93Li .card-link {
  position: relative;
  width: fit-content;
}
.cid-tVMVeX93Li .card-link:before {
  content: '';
  position: absolute;
  width: 100%;
  transition: all 0.3s;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
}
.cid-tVMVeX93Li .item-wrapper {
  margin-bottom: 0rem;
  padding: 2.5rem 2rem;
  margin-top: 2rem;
  background: #ffffff;
  transition: all 0.3s;
}
@media (max-width: 767px) {
  .cid-tVMVeX93Li .item-wrapper {
    margin-bottom: 0rem;
    padding: 1rem;
  }
}
.cid-tVMVeX93Li .item-wrapper:hover {
  background: #232323;
  transform: translateY(-5px);
}
.cid-tVMVeX93Li .item-wrapper:hover .card-title,
.cid-tVMVeX93Li .item-wrapper:hover .card-text {
  color: white !important;
}
.cid-tVMVeX93Li .item-wrapper:hover span,
.cid-tVMVeX93Li .item-wrapper:hover .card-link,
.cid-tVMVeX93Li .item-wrapper:hover .card-link a {
  color: #d2564f !important;
}
.cid-tVMVeX93Li .item-wrapper:hover .card-link:before {
  width: 0%;
}
.cid-tVMVeX93Li .card-title,
.cid-tVMVeX93Li .card-text,
.cid-tVMVeX93Li .card-link,
.cid-tVMVeX93Li .card-link a {
  transition: all 0.3s;
}
.cid-tVMVeX93Li .link-wrapper {
  display: inline-flex;
  align-items: center;
}
.cid-tVMVeX93Li .link-wrapper .link-icon {
  color: currentColor;
  font-size: 1rem;
  padding-left: .5rem;
  padding-bottom: 4px;
  transition: all 0.3s;
}
.cid-tVMVeX93Li .link-wrapper:hover {
  cursor: pointer;
}
.cid-tVMVeX93Li .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 5rem;
  color: #232323;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-tVMVeX93Li .iconfont-wrapper .mbr-iconfont {
    font-size: 4rem;
  }
}
.cid-tVMVeX93Li .card-title,
.cid-tVMVeX93Li .iconfont-wrapper {
  color: #000000;
}
.cid-tVMVeX93Li .card-text {
  color: #232323;
}
.cid-tVMVeX93Li .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tVMVeX93Li .card-link,
.cid-tVMVeX93Li .link-icon,
.cid-tVMVeX93Li .link-align {
  color: #232323;
}
.cid-tVMVeX93Li .mbr-section-subtitle {
  text-align: left;
}
.cid-tVMVeXSoGs {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVMVeXSoGs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVeXSoGs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVeXSoGs .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMVeXSoGs .mbr-section-title {
  color: #000000;
}
.cid-tVMVeXSoGs .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMVeYBBMR {
  background-color: #247e45 !important;
  border: 18px solid #247e45;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tVMVeYBBMR {
    border: 8px solid #247e45;
    margin-top: -8px;
  }
}
.cid-tVMVeYBBMR .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tVMVeYBBMR .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tVMVeYBBMR .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #f7f7f7;
}
.cid-tVMVeYBBMR .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVeYBBMR .row .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-tVMVeYBBMR .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tVMVeYBBMR .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVMVeYBBMR .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tVMVeYBBMR .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #247e45;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tVMVeYBBMR .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tVMVeYBBMR .panel-group .card {
    padding: 16px;
  }
}
.cid-tVMVeYBBMR .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-tVMVeYBBMR .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tVMVeYBBMR .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7787a5;
}
.cid-tVMVeYBBMR .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #7787a5;
}
.cid-tVMVeYBBMR .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tVMVeYBBMR .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-tVMVeYBBMR .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tVMVeYBBMR .mbr-section-title {
  color: #131313;
}
.cid-tVMVeYBBMR .panel-title-edit {
  color: #ffffff;
}
.cid-tVMVeYBBMR .panel-text {
  color: #ffffff;
}
.cid-tVMVeZT6VX {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVMVeZT6VX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVeZT6VX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVeZT6VX .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMVeZT6VX .mbr-section-title {
  color: #000000;
}
.cid-tVMVeZT6VX .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVMVf0oL4z {
  display: flex;
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #247e45;
}
.cid-tVMVf0oL4z .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tVMVf0oL4z {
    align-items: center;
  }
  .cid-tVMVf0oL4z .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tVMVf0oL4z .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tVMVf0oL4z {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tVMVf0oL4z .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tVMVf0oL4z .content-wrap {
    width: 100%;
  }
}
.cid-tVMVf0oL4z .mbr-section-title {
  text-align: center;
}
.cid-tVMVf0oL4z .mbr-text,
.cid-tVMVf0oL4z .mbr-section-btn {
  text-align: left;
}
.cid-tVMVf0TvRc {
  padding-top: 4rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tVMVf0TvRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVf0TvRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVf0TvRc .mbr-section-subtitle {
  color: #000000;
}
.cid-tVMVf0TvRc .mbr-section-title {
  color: #000000;
}
.cid-tVMVf0TvRc .mbr-section-subtitle DIV {
  text-align: left;
}
.cid-tVPJMWqgoD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tVPJMWqgoD .container {
    padding: 0 25px;
  }
}
.cid-tVPJMWqgoD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tVPJMWqgoD .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tVPJMWqgoD .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tVPJMWqgoD .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tVPJMWqgoD .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tVPJMWqgoD .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tVPJMWqgoD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tVPJMWqgoD .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tVPJMWqgoD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tVPJMWqgoD .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tVPJMWqgoD .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tVPJMWqgoD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tVPJMWqgoD .mbr-section-title {
  color: #000000;
}
.cid-tVPJMWqgoD .panel-title-edit {
  color: #000000;
}
.cid-tVPJMWqgoD .panel-text {
  color: #000000;
}
.cid-tVMVf1kfBK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background: #247e45;
}
.cid-tVMVf1kfBK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVf1kfBK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVf1kfBK .google-map {
  height: 40rem;
  position: relative;
  border-radius: 2rem;
}
.cid-tVMVf1kfBK .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tVMVf1kfBK .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tVMVf1kfBK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tVMVf1kfBK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tVMVf1kfBK .content-head {
  max-width: 800px;
}
.cid-tVMVf1kfBK .mbr-section-title {
  color: #ffffff;
}
.cid-tVMVf2zn2w {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tVMVf2zn2w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tVMVf2zn2w .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tVMVf2zn2w .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tVMVf2zn2w .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tVMVf2zn2w a {
  font-weight: 600;
}
.cid-tVMVf2zn2w a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tVMVf2zn2w .col-lg-3,
  .cid-tVMVf2zn2w .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tVMVf2zn2w .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tVMVf2zn2w .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tVMVf2zn2w h5 {
  margin: 0;
}
.cid-tVMVf2zn2w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tVMVf2zn2w .iconfont-wrapper {
  position: relative;
}
.cid-tVMVf2zn2w .mbr-iconfont {
  display: flex;
  padding-right: 1rem;
  font-size: 2rem;
  color: #000000;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  z-index: 2;
  position: relative;
}
.cid-tVMVf2zn2w .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tVMVf2zn2w .sociconfont-wrapper {
  display: flex;
}
.cid-tVMVf2zn2w .card-title,
.cid-tVMVf2zn2w .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tVMVf2zn2w .card-text {
  color: #000000;
}
.cid-tVMVf2zn2w .mbr-section-title {
  color: #000000;
}
.cid-tVMVf2zn2w .main-title,
.cid-tVMVf2zn2w .iconfont-wrapper {
  text-align: left;
}
.cid-tVMVf4asoU {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #247e45;
}
.cid-tVMVf4asoU .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tVMVf4asoU .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tVMVf4asoU .media-col {
    flex-direction: column;
  }
}
.cid-tVMVf4asoU .brand-name {
  margin-bottom: 0;
  color: #ffffff;
}
.cid-tVMVf4asoU .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tVMVf4asoU .media-wrap {
    margin-right: 0;
  }
}
.cid-tVMVf4asoU .cards-row,
.cid-tVMVf4asoU .social-row,
.cid-tVMVf4asoU .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVMVf4asoU .cards-row,
  .cid-tVMVf4asoU .social-row,
  .cid-tVMVf4asoU .menu-row {
    justify-content: center;
  }
}
.cid-tVMVf4asoU .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tVMVf4asoU .foot-menu {
    justify-content: center;
  }
}
.cid-tVMVf4asoU .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tVMVf4asoU .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tVMVf4asoU .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tVMVf4asoU .row {
    text-align: center;
  }
  .cid-tVMVf4asoU .cards-col {
    justify-content: center;
  }
  .cid-tVMVf4asoU .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tVMVf4asoU .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tVMVf4asoU .card-item:last-child {
  margin-right: 0;
}
.cid-tVMVf4asoU .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tVMVf4asoU .logo {
  width: 80px;
}
.cid-tVMVf4asoU .socicon {
  color: black;
}
.cid-tVMVf4asoU .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tVMVf4asoU .soc-item:last-child {
  margin-right: 0;
}
.cid-tVMVf4asoU .mbr-text {
  color: #ffffff;
}
.cid-tVMVf4asoU .copyright {
  color: #000000;
}
.cid-tVMVf5gS1o {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-tVMVf5gS1o .media-container-row .mbr-text {
  color: #000000;
}
