.btn {
  border-width: 2px;
}
body {
  font-family: Anuphan;
}
.display-1 {
  font-family: 'Anuphan', sans-serif;
  font-size: 7.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.375rem;
}
.display-2 {
  font-family: 'Anuphan', sans-serif;
  font-size: 5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-4 {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Anuphan', sans-serif;
  font-size: 3.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 4.375rem;
}
.display-7 {
  font-family: 'Anuphan', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 2.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: 6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.25rem;
    font-size: calc( 3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.2749999999999995rem + (7.5 - 3.2749999999999995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 4rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2.8rem;
    font-size: calc( 1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.875rem + (3.5 - 1.875) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #4479d9 !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #2f6ad5 !important;
  border-color: #2f6ad5 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2f6ad5 !important;
  border-color: #2f6ad5 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
  color: #050600 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #000000 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #050600 !important;
  background-color: #bce804 !important;
  border-color: #bce804 !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #30aceb !important;
  border-color: #30aceb !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a9eac !important;
  border-color: #3a9eac !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #473a00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffdc47 !important;
  border-color: #ffdc47 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff884c !important;
  border-color: #ff884c !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #6e6e6e !important;
  background-color: #ededed !important;
  border-color: #ededed !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #ededed !important;
  border-color: #ededed !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: #161616 !important;
  border-color: #161616 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #161616 !important;
  border-color: #161616 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #4479d9;
  color: #4479d9;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #2150a5 !important;
  background-color: transparent !important;
  border-color: #2150a5 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #4479d9 !important;
  border-color: #4479d9 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cdfb0a;
  color: #cdfb0a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #8bab03 !important;
  background-color: transparent !important;
  border-color: #8bab03 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #050600 !important;
  background-color: #cdfb0a !important;
  border-color: #cdfb0a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #47b5ed;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent !important;
  border-color: #148cca !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #40b0bf;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent !important;
  border-color: #2a747e !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #ffe161;
  color: #ffe161;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffd10a !important;
  background-color: transparent !important;
  border-color: #ffd10a !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff9966;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent !important;
  border-color: #ff5f0f !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #4479d9 !important;
}
.text-secondary {
  color: #cdfb0a !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #1f4a98 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #7f9c03 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !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: #4479d9;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #4479d9;
  border-color: #4479d9;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #4479d9;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #eef2fb;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #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: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.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: #4479d9 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Anuphan', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5rem;
}
blockquote {
  border-color: #4479d9;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #4479d9;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #4479d9;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #4479d9;
  border-bottom-color: #4479d9;
}
.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: #4479d9 !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: #cdfb0a !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='%234479d9' %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-tBnM1aClNb {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-tBnM1aClNb nav.navbar {
  position: fixed;
}
.cid-tBnM1aClNb .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tBnM1aClNb .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tBnM1aClNb .dropdown-item:hover,
.cid-tBnM1aClNb .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-tBnM1aClNb .dropdown-item:hover span {
  color: white;
}
.cid-tBnM1aClNb .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tBnM1aClNb .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tBnM1aClNb .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tBnM1aClNb .nav-link {
  position: relative;
}
.cid-tBnM1aClNb .container {
  display: flex;
  margin: auto;
}
.cid-tBnM1aClNb .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tBnM1aClNb .navbar-caption {
  font-weight: 500;
}
.cid-tBnM1aClNb .dropdown-menu,
.cid-tBnM1aClNb .navbar.opened {
  background: #e1e7e4 !important;
}
.cid-tBnM1aClNb .nav-item:focus,
.cid-tBnM1aClNb .nav-link:focus {
  outline: none;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tBnM1aClNb .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tBnM1aClNb .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tBnM1aClNb .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tBnM1aClNb .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e1e7e4;
}
.cid-tBnM1aClNb .navbar.opened {
  transition: all 0.3s;
}
.cid-tBnM1aClNb .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tBnM1aClNb .navbar .navbar-logo img {
  width: auto;
}
.cid-tBnM1aClNb .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tBnM1aClNb .navbar.collapsed {
  justify-content: center;
}
.cid-tBnM1aClNb .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tBnM1aClNb .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tBnM1aClNb .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tBnM1aClNb .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-tBnM1aClNb .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tBnM1aClNb .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tBnM1aClNb .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tBnM1aClNb .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tBnM1aClNb .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tBnM1aClNb .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-tBnM1aClNb .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tBnM1aClNb .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tBnM1aClNb .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tBnM1aClNb .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tBnM1aClNb .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tBnM1aClNb .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tBnM1aClNb .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tBnM1aClNb .navbar.navbar-short {
  min-height: 80px;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tBnM1aClNb .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-tBnM1aClNb .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tBnM1aClNb .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tBnM1aClNb .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tBnM1aClNb .dropdown-item.active,
.cid-tBnM1aClNb .dropdown-item:active {
  background-color: transparent;
}
.cid-tBnM1aClNb .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tBnM1aClNb .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e7e4;
}
.cid-tBnM1aClNb .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tBnM1aClNb .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tBnM1aClNb ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tBnM1aClNb .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tBnM1aClNb button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tBnM1aClNb button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tBnM1aClNb nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tBnM1aClNb .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tBnM1aClNb a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tBnM1aClNb .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tBnM1aClNb .navbar {
    height: 70px;
  }
  .cid-tBnM1aClNb .navbar.opened {
    height: auto;
  }
  .cid-tBnM1aClNb .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZxgtIW5v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/alexander-pidgeon-xa2oecvrrp8-unsplash-1-2000x1123.jpg");
}
.cid-udZxgtIW5v .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZxgtIW5v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZxgtIW5v .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udZxgtIW5v .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZxgtIW5v .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udZxgtIW5v .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZxgtIW5v .container {
    padding: 0 16px;
  }
}
.cid-udZxgtIW5v .content-wrapper {
  margin-bottom: 20%;
}
.cid-udZxgtIW5v .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-udZxgtIW5v .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZxgtIW5v .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-udZxgtIW5v .mbr-section-title {
  color: #000000;
}
.cid-udZxgtIW5v .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udZxgtIW5v .mbr-section-title,
.cid-udZxgtIW5v .mbr-section-btn {
  text-align: center;
}
.cid-udZxmXOtMl {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZxmXOtMl .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZxmXOtMl .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-udZxmXOtMl .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZxmXOtMl .container {
    padding: 0 12px;
  }
}
.cid-udZxmXOtMl .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-udZxmXOtMl .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
  text-align: left;
}
.cid-udZxmXOtMl .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-udZxmXOtMl .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4479d9;
  background-color: #e1e7e4;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-udZxmXOtMl .mbr-section-title {
  color: #222222;
}
.cid-udYgE7wjDy {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e1e7e4;
}
.cid-udYgE7wjDy .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgE7wjDy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYgE7wjDy .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYgE7wjDy .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYgE7wjDy .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYgE7wjDy .mbr-section-title {
  color: #04492e;
}
.cid-udYgE7wjDy .mbr-text,
.cid-udYgE7wjDy .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-udYgE7wjDy .mbr-section-subtitle,
.cid-udYgE7wjDy .align-wrapper {
  color: #04492e;
}
.cid-udYX4H264Q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYX4H264Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYX4H264Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYX4H264Q .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-udYX4H264Q .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-udYX4H264Q .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-udYX4H264Q .mbr-section-title {
  color: #131313;
}
.cid-udYX4H264Q .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-udYX4H264Q .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-udYX4H264Q .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-udYX4H264Q .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #e1e7e4;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-udYX4H264Q .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-udYX4H264Q .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-udYX4H264Q .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-udYX4H264Q .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-udYX4H264Q .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-udYX4H264Q .card-title {
  color: #131313;
}
.cid-udYX4H264Q .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-udYX4H264Q .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-udYX4H264Q .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-udYX4H264Q .card-link {
    margin-top: 15px;
  }
}
.cid-udYX4H264Q .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-udYX4H264Q .card-title,
.cid-udYX4H264Q .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-udZBiUpPNO {
  background-image: url("../../../assets/images/istockphoto-1635043840-612x612-1-612x408.jpg");
}
.cid-udZBiUpPNO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZBiUpPNO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZBiUpPNO .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-udZBiUpPNO .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udZBiUpPNO .container {
    padding: 0 20px;
  }
}
.cid-udZBiUpPNO .row {
  justify-content: center;
}
.cid-udZBiUpPNO .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-udZBiUpPNO .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-udZBiUpPNO .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZBiUpPNO .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-udZBiUpPNO .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-udZBiUpPNO .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-udZBiUpPNO .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-udZBiUpPNO .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-udZBiUpPNO .mbr-desc {
  color: #ffffff;
}
.cid-udZBiUpPNO .mbr-section-title {
  color: #ffffff;
}
.cid-udZBiUpPNO .mbr-text {
  color: #ffffff;
}
.cid-tBnZso1HPz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-tBnZso1HPz .mbr-text {
  color: #fafaf9;
}
.cid-tBnZso1HPz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tBnZso1HPz p {
  opacity: 0.7;
}
.cid-tBnZso1HPz .wrapper {
  background: #ffffff;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tBnZso1HPz .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnZso1HPz .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udYYfRWvdC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYYfRWvdC .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYYfRWvdC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYYfRWvdC .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYYfRWvdC .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYYfRWvdC .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYYfRWvdC .mbr-section-title {
  color: #000000;
}
.cid-udYYfRWvdC .mbr-text,
.cid-udYYfRWvdC .mbr-section-btn {
  color: #000000;
}
.cid-udYYfRWvdC .mbr-section-subtitle,
.cid-udYYfRWvdC .align-wrapper {
  color: #04492e;
}
.cid-tBnZ7XFeqH {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-tBnZ7XFeqH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnZ7XFeqH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnZ7XFeqH .card-wrapper {
  border: 3px solid #4479d9;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-tBnZ7XFeqH .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tBnZ7XFeqH .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-tBnZ7XFeqH .card-wrapper .mbr-section-subtitle2 {
  background: #4479d9;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ7XFeqH .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ7XFeqH .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #4479d9;
  font-size: 1.5rem;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-tBnZ7XFeqH .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-tBnZ7XFeqH .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-tBnZ7XFeqH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tBnZ7XFeqH .mbr-text,
.cid-tBnZ7XFeqH .mbr-section-btn {
  color: #6e6e6e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle,
.cid-tBnZ7XFeqH .align-wrapper {
  color: #04492e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle3,
.cid-tBnZ7XFeqH .align-wrapper2 {
  color: #04492e;
}
.cid-tBnZ7XFeqH .mbr-section-subtitle2,
.cid-tBnZ7XFeqH .align-wrapper2 {
  color: #ffffff;
}
.cid-tBnZ7XFeqH .mbr-section-cardtitle {
  color: #000000;
  text-align: left;
}
.cid-tBnZ7XFeqH .mbr-cardtext {
  color: #6e6e6e;
}
.cid-udYgVdlCKN {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e1e7e4;
}
.cid-udYgVdlCKN .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #000000 43%, #ffffff 100%);
}
.cid-udYgVdlCKN .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #000000 43%, #ffffff 100%);
}
.cid-udYgVdlCKN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgVdlCKN .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-udYgVdlCKN .container {
    padding: 0 30px;
  }
}
.cid-udYgVdlCKN .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udYgVdlCKN .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udYgVdlCKN .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udYgVdlCKN .text-wrapper {
  border-left: 1px solid #e1e7e4;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-udYgVdlCKN .text-wrapper {
    padding-left: 20px;
  }
}
.cid-udYgVdlCKN .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udYgVdlCKN .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udYgVdlCKN .mbr-text {
  color: #000000;
}
.cid-ue2zete2OZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-ue2zete2OZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue2zete2OZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ue2zete2OZ .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-ue2zete2OZ .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-ue2zete2OZ .container {
    padding: 0 20px;
  }
}
.cid-ue2zete2OZ .row {
  justify-content: space-between;
}
.cid-ue2zete2OZ .image-wrapper {
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .cid-ue2zete2OZ .image-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-ue2zete2OZ .image-wrapper {
    padding-left: 0;
    margin-bottom: 40px;
  }
}
.cid-ue2zete2OZ .image-wrapper .image-wrap {
  padding: 0 0 0 116px;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-ue2zete2OZ .image-wrapper .image-wrap {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-ue2zete2OZ .image-wrapper .image-wrap {
    margin-bottom: 40px;
  }
}
.cid-ue2zete2OZ .image-wrapper .image-wrap img {
  height: 680px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-ue2zete2OZ .image-wrapper .image-wrap img {
    height: 350px;
  }
}
.cid-ue2zete2OZ .content-wrapper {
  padding: 0 100px 0 100px;
  position: sticky;
  top: 20px;
}
@media (max-width: 1200px) {
  .cid-ue2zete2OZ .content-wrapper {
    padding: 0 50px 0 0;
  }
}
@media (max-width: 992px) {
  .cid-ue2zete2OZ .content-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-ue2zete2OZ .content-wrapper .content-wrap {
  padding-right: 116px;
}
@media (max-width: 1440px) {
  .cid-ue2zete2OZ .content-wrapper .content-wrap {
    padding-right: 0;
  }
}
.cid-ue2zete2OZ .content-wrapper .content-wrap .mbr-text {
  font-family: "Source Serif 4", sans-serif !important;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 0;
}
.cid-ue2zete2OZ .content-wrapper .content-wrap .mbr-text::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 80%;
  background-color: #1e1d1c;
  opacity: .2;
}
.cid-ue2zete2OZ .mbr-text {
  color: #1e1d1c;
}
.cid-ue2zete2OZ .mbr-section-title {
  color: #1e1d1c;
}
.cid-udYztmkTzr {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #e1e7e4;
}
.cid-udYztmkTzr .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYztmkTzr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYztmkTzr .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYztmkTzr .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYztmkTzr .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYztmkTzr .mbr-section-title {
  color: #000000;
}
.cid-udYztmkTzr .mbr-text,
.cid-udYztmkTzr .mbr-section-btn {
  color: #000000;
}
.cid-udYztmkTzr .mbr-section-subtitle,
.cid-udYztmkTzr .align-wrapper {
  color: #04492e;
}
.cid-udYwUz1Xt7 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udYwUz1Xt7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYwUz1Xt7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYwUz1Xt7 .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-udYwUz1Xt7 .container-fluid {
    padding: 0 12px;
  }
}
.cid-udYwUz1Xt7 .container-fluid .row {
  padding: 0;
}
.cid-udYwUz1Xt7 .row {
  border: 3px solid #e1e7e4;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-udYwUz1Xt7 .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-udYwUz1Xt7 .card {
    padding: 48px 20px;
  }
}
.cid-udYwUz1Xt7 .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-udYwUz1Xt7 .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udYwUz1Xt7 .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e1e7e4;
}
.cid-udYwUz1Xt7 .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-udYwUz1Xt7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZC3jrXwp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZC3jrXwp .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZC3jrXwp .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-udZC3jrXwp .container {
    padding: 0 15px;
  }
}
.cid-udZC3jrXwp .content-wrapper {
  padding-right: 130px;
  padding-right: 0;
  padding-left: 130px;
}
@media (max-width: 1440px) {
  .cid-udZC3jrXwp .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-udZC3jrXwp .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-udZC3jrXwp .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-udZC3jrXwp .content-wrapper {
    padding-left: 0;
  }
}
.cid-udZC3jrXwp .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udZC3jrXwp .content-wrap {
    display: block;
  }
}
.cid-udZC3jrXwp .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZC3jrXwp .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-udZC3jrXwp .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZC3jrXwp .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-udZC3jrXwp .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-udZC3jrXwp .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-udZC3jrXwp .mbr-section-title {
  color: #000000;
}
.cid-udZC3jrXwp .mbr-desc,
.cid-udZC3jrXwp .desc-wrapper {
  color: #3f1819;
}
.cid-udZC3jrXwp .mbr-text {
  color: #000000;
}
.cid-udYgsCIw6r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udYgsCIw6r .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYgsCIw6r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYgsCIw6r .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udYgsCIw6r .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udYgsCIw6r .container {
    padding: 0 25px;
  }
}
.cid-udYgsCIw6r .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udYgsCIw6r .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-udYgsCIw6r .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-udYgsCIw6r .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-udYgsCIw6r .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-udYgsCIw6r .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udYgsCIw6r .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udYgsCIw6r .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-udYgsCIw6r .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-udYgsCIw6r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udYgsCIw6r .panel-title-edit {
  color: #000000;
}
.cid-udYgsCIw6r .panel-text {
  color: #000000;
}
.cid-udYZ2E3CWb {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYZ2E3CWb .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYZ2E3CWb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYZ2E3CWb .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYZ2E3CWb .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYZ2E3CWb .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYZ2E3CWb .mbr-section-title {
  color: #000000;
}
.cid-udYZ2E3CWb .mbr-text,
.cid-udYZ2E3CWb .mbr-section-btn {
  color: #000000;
}
.cid-udYZ2E3CWb .mbr-section-subtitle,
.cid-udYZ2E3CWb .align-wrapper {
  color: #04492e;
}
.cid-tBnYUulbUC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-tBnYUulbUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tBnYUulbUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tBnYUulbUC .google-map {
  height: 35rem;
  position: relative;
}
.cid-tBnYUulbUC .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-tBnYUulbUC .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-tBnYUulbUC .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tBnYUulbUC .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tBnYUulbUC .mbr-section-title {
  color: #000000;
}
.cid-udYguNzSvM {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udYguNzSvM .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYguNzSvM .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udYguNzSvM .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udYguNzSvM .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udYguNzSvM a {
  font-weight: 600;
}
.cid-udYguNzSvM a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udYguNzSvM .col-lg-3,
  .cid-udYguNzSvM .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udYguNzSvM .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udYguNzSvM .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udYguNzSvM h5 {
  margin: 0;
}
.cid-udYguNzSvM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYguNzSvM .iconfont-wrapper {
  position: relative;
}
.cid-udYguNzSvM .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-udYguNzSvM .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udYguNzSvM .sociconfont-wrapper {
  display: flex;
}
.cid-udYguNzSvM .card-title,
.cid-udYguNzSvM .iconfont-wrapper {
  color: #000000;
}
.cid-udYguNzSvM .card-text {
  color: #000000;
}
.cid-udYguNzSvM .mbr-section-title {
  color: #000000;
}
.cid-udYguNzSvM .main-title,
.cid-udYguNzSvM .iconfont-wrapper {
  text-align: left;
}
.cid-tBnYV8Mwlc {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #000000;
}
.cid-tBnYV8Mwlc .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-tBnYV8Mwlc .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-tBnYV8Mwlc .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udYDfG18X8 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udYDfG18X8 nav.navbar {
  position: fixed;
}
.cid-udYDfG18X8 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYDfG18X8 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udYDfG18X8 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udYDfG18X8 .dropdown-item:hover,
.cid-udYDfG18X8 .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udYDfG18X8 .dropdown-item:hover span {
  color: white;
}
.cid-udYDfG18X8 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udYDfG18X8 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udYDfG18X8 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udYDfG18X8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udYDfG18X8 .nav-link {
  position: relative;
}
.cid-udYDfG18X8 .container {
  display: flex;
  margin: auto;
}
.cid-udYDfG18X8 .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udYDfG18X8 .navbar-caption {
  font-weight: 500;
}
.cid-udYDfG18X8 .dropdown-menu,
.cid-udYDfG18X8 .navbar.opened {
  background: #e1e7e4 !important;
}
.cid-udYDfG18X8 .nav-item:focus,
.cid-udYDfG18X8 .nav-link:focus {
  outline: none;
}
.cid-udYDfG18X8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYDfG18X8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYDfG18X8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYDfG18X8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYDfG18X8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYDfG18X8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYDfG18X8 .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e1e7e4;
}
.cid-udYDfG18X8 .navbar.opened {
  transition: all 0.3s;
}
.cid-udYDfG18X8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udYDfG18X8 .navbar .navbar-logo img {
  width: auto;
}
.cid-udYDfG18X8 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udYDfG18X8 .navbar.collapsed {
  justify-content: center;
}
.cid-udYDfG18X8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYDfG18X8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYDfG18X8 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udYDfG18X8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYDfG18X8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYDfG18X8 .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-udYDfG18X8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYDfG18X8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udYDfG18X8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udYDfG18X8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYDfG18X8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYDfG18X8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYDfG18X8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udYDfG18X8 .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-udYDfG18X8 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYDfG18X8 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udYDfG18X8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udYDfG18X8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udYDfG18X8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYDfG18X8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udYDfG18X8 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udYDfG18X8 .navbar.navbar-short {
  min-height: 80px;
}
.cid-udYDfG18X8 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYDfG18X8 .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udYDfG18X8 .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udYDfG18X8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udYDfG18X8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYDfG18X8 .dropdown-item.active,
.cid-udYDfG18X8 .dropdown-item:active {
  background-color: transparent;
}
.cid-udYDfG18X8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udYDfG18X8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYDfG18X8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYDfG18X8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e7e4;
}
.cid-udYDfG18X8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYDfG18X8 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYDfG18X8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udYDfG18X8 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYDfG18X8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYDfG18X8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYDfG18X8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYDfG18X8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYDfG18X8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYDfG18X8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYDfG18X8 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udYDfG18X8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYDfG18X8 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udYDfG18X8 .navbar {
    height: 70px;
  }
  .cid-udYDfG18X8 .navbar.opened {
    height: auto;
  }
  .cid-udYDfG18X8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZzxBLWX1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/chandler-cruttenden-9yec6b0csao-unsplash-1-2000x1333.jpg");
}
.cid-udZzxBLWX1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZzxBLWX1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZzxBLWX1 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udZzxBLWX1 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZzxBLWX1 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udZzxBLWX1 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZzxBLWX1 .container {
    padding: 0 16px;
  }
}
.cid-udZzxBLWX1 .content-wrapper {
  margin-bottom: 20%;
}
.cid-udZzxBLWX1 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-udZzxBLWX1 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZzxBLWX1 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-udZzxBLWX1 .mbr-section-title {
  color: #000000;
}
.cid-udZzxBLWX1 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udZzxBLWX1 .mbr-section-title,
.cid-udZzxBLWX1 .mbr-section-btn {
  text-align: center;
}
.cid-udYDfHSwnv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYDfHSwnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDfHSwnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDfHSwnv .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYDfHSwnv .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYDfHSwnv .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYDfHSwnv .mbr-section-title {
  color: #04492e;
}
.cid-udYDfHSwnv .mbr-text,
.cid-udYDfHSwnv .mbr-section-btn {
  color: #000000;
}
.cid-udYDfHSwnv .mbr-section-subtitle,
.cid-udYDfHSwnv .align-wrapper {
  color: #04492e;
}
.cid-udYDfOBOPs {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-udYDfOBOPs .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDfOBOPs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDfOBOPs .google-map {
  height: 35rem;
  position: relative;
}
.cid-udYDfOBOPs .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udYDfOBOPs .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-udYDfOBOPs .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udYDfOBOPs .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udYDfOBOPs .mbr-section-title {
  color: #ffffff;
}
.cid-udYDfP50xD {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udYDfP50xD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDfP50xD .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udYDfP50xD .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udYDfP50xD .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udYDfP50xD a {
  font-weight: 600;
}
.cid-udYDfP50xD a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udYDfP50xD .col-lg-3,
  .cid-udYDfP50xD .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udYDfP50xD .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udYDfP50xD .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udYDfP50xD h5 {
  margin: 0;
}
.cid-udYDfP50xD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDfP50xD .iconfont-wrapper {
  position: relative;
}
.cid-udYDfP50xD .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-udYDfP50xD .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udYDfP50xD .sociconfont-wrapper {
  display: flex;
}
.cid-udYDfP50xD .card-title,
.cid-udYDfP50xD .iconfont-wrapper {
  color: #000000;
}
.cid-udYDfP50xD .card-text {
  color: #000000;
}
.cid-udYDfP50xD .mbr-section-title {
  color: #000000;
}
.cid-udYDfP50xD .main-title,
.cid-udYDfP50xD .iconfont-wrapper {
  text-align: left;
}
.cid-udYDfPFV0L {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #000000;
}
.cid-udYDfPFV0L .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYDfPFV0L .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udYDfPFV0L .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udYDR16gEe {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udYDR16gEe nav.navbar {
  position: fixed;
}
.cid-udYDR16gEe .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYDR16gEe .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udYDR16gEe .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udYDR16gEe .dropdown-item:hover,
.cid-udYDR16gEe .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udYDR16gEe .dropdown-item:hover span {
  color: white;
}
.cid-udYDR16gEe .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udYDR16gEe .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udYDR16gEe .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udYDR16gEe .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udYDR16gEe .nav-link {
  position: relative;
}
.cid-udYDR16gEe .container {
  display: flex;
  margin: auto;
}
.cid-udYDR16gEe .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udYDR16gEe .navbar-caption {
  font-weight: 500;
}
.cid-udYDR16gEe .dropdown-menu,
.cid-udYDR16gEe .navbar.opened {
  background: #e1e7e4 !important;
}
.cid-udYDR16gEe .nav-item:focus,
.cid-udYDR16gEe .nav-link:focus {
  outline: none;
}
.cid-udYDR16gEe .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udYDR16gEe .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udYDR16gEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udYDR16gEe .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udYDR16gEe .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udYDR16gEe .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udYDR16gEe .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e1e7e4;
}
.cid-udYDR16gEe .navbar.opened {
  transition: all 0.3s;
}
.cid-udYDR16gEe .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udYDR16gEe .navbar .navbar-logo img {
  width: auto;
}
.cid-udYDR16gEe .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udYDR16gEe .navbar.collapsed {
  justify-content: center;
}
.cid-udYDR16gEe .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udYDR16gEe .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udYDR16gEe .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udYDR16gEe .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udYDR16gEe .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udYDR16gEe .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-udYDR16gEe .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udYDR16gEe .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udYDR16gEe .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udYDR16gEe .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udYDR16gEe .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udYDR16gEe .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udYDR16gEe .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udYDR16gEe .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-udYDR16gEe .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udYDR16gEe .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udYDR16gEe .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udYDR16gEe .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udYDR16gEe .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udYDR16gEe .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udYDR16gEe .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udYDR16gEe .navbar.navbar-short {
  min-height: 80px;
}
.cid-udYDR16gEe .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udYDR16gEe .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udYDR16gEe .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udYDR16gEe .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udYDR16gEe .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udYDR16gEe .dropdown-item.active,
.cid-udYDR16gEe .dropdown-item:active {
  background-color: transparent;
}
.cid-udYDR16gEe .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udYDR16gEe .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udYDR16gEe .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udYDR16gEe .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e7e4;
}
.cid-udYDR16gEe .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udYDR16gEe .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udYDR16gEe ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udYDR16gEe .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udYDR16gEe button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udYDR16gEe button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udYDR16gEe nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYDR16gEe nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udYDR16gEe nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udYDR16gEe nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udYDR16gEe .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udYDR16gEe a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udYDR16gEe .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udYDR16gEe .navbar {
    height: 70px;
  }
  .cid-udYDR16gEe .navbar.opened {
    height: auto;
  }
  .cid-udYDR16gEe .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZzNwW9LU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/sid-ramirez-j4gwgrbjwxu-unsplash-1-2000x1333.jpg");
}
.cid-udZzNwW9LU .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZzNwW9LU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZzNwW9LU .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udZzNwW9LU .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZzNwW9LU .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udZzNwW9LU .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZzNwW9LU .container {
    padding: 0 16px;
  }
}
.cid-udZzNwW9LU .content-wrapper {
  margin-bottom: 20%;
}
.cid-udZzNwW9LU .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-udZzNwW9LU .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZzNwW9LU .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-udZzNwW9LU .mbr-section-title {
  color: #000000;
}
.cid-udZzNwW9LU .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udZzNwW9LU .mbr-section-title,
.cid-udZzNwW9LU .mbr-section-btn {
  text-align: center;
}
.cid-udYDR1Vcoz {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udYDR1Vcoz .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDR1Vcoz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDR1Vcoz .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udYDR1Vcoz .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udYDR1Vcoz .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udYDR1Vcoz .mbr-section-title {
  color: #04492e;
}
.cid-udYDR1Vcoz .mbr-text,
.cid-udYDR1Vcoz .mbr-section-btn {
  color: #000000;
}
.cid-udYDR1Vcoz .mbr-section-subtitle,
.cid-udYDR1Vcoz .align-wrapper {
  color: #04492e;
}
.cid-udYDR2r75e {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-udYDR2r75e .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDR2r75e .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDR2r75e .google-map {
  height: 35rem;
  position: relative;
}
.cid-udYDR2r75e .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udYDR2r75e .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-udYDR2r75e .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udYDR2r75e .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udYDR2r75e .mbr-section-title {
  color: #ffffff;
}
.cid-udYDR2RhJV {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udYDR2RhJV .mbr-fallback-image.disabled {
  display: none;
}
.cid-udYDR2RhJV .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udYDR2RhJV .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udYDR2RhJV .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udYDR2RhJV a {
  font-weight: 600;
}
.cid-udYDR2RhJV a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udYDR2RhJV .col-lg-3,
  .cid-udYDR2RhJV .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udYDR2RhJV .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udYDR2RhJV .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udYDR2RhJV h5 {
  margin: 0;
}
.cid-udYDR2RhJV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udYDR2RhJV .iconfont-wrapper {
  position: relative;
}
.cid-udYDR2RhJV .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-udYDR2RhJV .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udYDR2RhJV .sociconfont-wrapper {
  display: flex;
}
.cid-udYDR2RhJV .card-title,
.cid-udYDR2RhJV .iconfont-wrapper {
  color: #000000;
}
.cid-udYDR2RhJV .card-text {
  color: #000000;
}
.cid-udYDR2RhJV .mbr-section-title {
  color: #000000;
}
.cid-udYDR2RhJV .main-title,
.cid-udYDR2RhJV .iconfont-wrapper {
  text-align: left;
}
.cid-udYDR3ocUg {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #000000;
}
.cid-udYDR3ocUg .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udYDR3ocUg .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udYDR3ocUg .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udZCwl97ER {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udZCwl97ER nav.navbar {
  position: fixed;
}
.cid-udZCwl97ER .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZCwl97ER .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udZCwl97ER .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udZCwl97ER .dropdown-item:hover,
.cid-udZCwl97ER .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udZCwl97ER .dropdown-item:hover span {
  color: white;
}
.cid-udZCwl97ER .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZCwl97ER .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZCwl97ER .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZCwl97ER .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udZCwl97ER .nav-link {
  position: relative;
}
.cid-udZCwl97ER .container {
  display: flex;
  margin: auto;
}
.cid-udZCwl97ER .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZCwl97ER .navbar-caption {
  font-weight: 500;
}
.cid-udZCwl97ER .dropdown-menu,
.cid-udZCwl97ER .navbar.opened {
  background: #e1e7e4 !important;
}
.cid-udZCwl97ER .nav-item:focus,
.cid-udZCwl97ER .nav-link:focus {
  outline: none;
}
.cid-udZCwl97ER .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZCwl97ER .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZCwl97ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZCwl97ER .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZCwl97ER .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZCwl97ER .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZCwl97ER .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e1e7e4;
}
.cid-udZCwl97ER .navbar.opened {
  transition: all 0.3s;
}
.cid-udZCwl97ER .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZCwl97ER .navbar .navbar-logo img {
  width: auto;
}
.cid-udZCwl97ER .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZCwl97ER .navbar.collapsed {
  justify-content: center;
}
.cid-udZCwl97ER .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZCwl97ER .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZCwl97ER .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udZCwl97ER .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZCwl97ER .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZCwl97ER .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-udZCwl97ER .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZCwl97ER .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZCwl97ER .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZCwl97ER .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZCwl97ER .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZCwl97ER .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZCwl97ER .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZCwl97ER .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-udZCwl97ER .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZCwl97ER .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udZCwl97ER .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udZCwl97ER .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZCwl97ER .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZCwl97ER .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udZCwl97ER .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udZCwl97ER .navbar.navbar-short {
  min-height: 80px;
}
.cid-udZCwl97ER .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZCwl97ER .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udZCwl97ER .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZCwl97ER .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udZCwl97ER .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZCwl97ER .dropdown-item.active,
.cid-udZCwl97ER .dropdown-item:active {
  background-color: transparent;
}
.cid-udZCwl97ER .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZCwl97ER .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZCwl97ER .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZCwl97ER .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e7e4;
}
.cid-udZCwl97ER .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZCwl97ER .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZCwl97ER ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZCwl97ER .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZCwl97ER button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZCwl97ER button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-udZCwl97ER button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZCwl97ER button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZCwl97ER button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZCwl97ER button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZCwl97ER nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZCwl97ER nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZCwl97ER nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZCwl97ER nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZCwl97ER .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZCwl97ER a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZCwl97ER .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udZCwl97ER .navbar {
    height: 70px;
  }
  .cid-udZCwl97ER .navbar.opened {
    height: auto;
  }
  .cid-udZCwl97ER .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZCwmc8Px {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/istockphoto-2048177038-612x612-1-612x408.jpg");
}
.cid-udZCwmc8Px .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwmc8Px .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwmc8Px .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udZCwmc8Px .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZCwmc8Px .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udZCwmc8Px .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZCwmc8Px .container {
    padding: 0 16px;
  }
}
.cid-udZCwmc8Px .content-wrapper {
  margin-bottom: 20%;
}
.cid-udZCwmc8Px .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-udZCwmc8Px .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZCwmc8Px .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-udZCwmc8Px .mbr-section-title {
  color: #000000;
}
.cid-udZCwmc8Px .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udZCwmc8Px .mbr-section-title,
.cid-udZCwmc8Px .mbr-section-btn {
  text-align: center;
}
.cid-udZCwn2ETt {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZCwn2ETt .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwn2ETt .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-udZCwn2ETt .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZCwn2ETt .container {
    padding: 0 12px;
  }
}
.cid-udZCwn2ETt .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-udZCwn2ETt .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
  text-align: left;
}
.cid-udZCwn2ETt .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-udZCwn2ETt .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4479d9;
  background-color: #e1e7e4;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-udZCwn2ETt .mbr-section-title {
  color: #222222;
}
.cid-udZCwnNhhk {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e1e7e4;
}
.cid-udZCwnNhhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwnNhhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwnNhhk .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZCwnNhhk .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZCwnNhhk .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZCwnNhhk .mbr-section-title {
  color: #04492e;
}
.cid-udZCwnNhhk .mbr-text,
.cid-udZCwnNhhk .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-udZCwnNhhk .mbr-section-subtitle,
.cid-udZCwnNhhk .align-wrapper {
  color: #04492e;
}
.cid-udZCwozUnF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZCwozUnF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwozUnF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwozUnF .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-udZCwozUnF .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-udZCwozUnF .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-udZCwozUnF .mbr-section-title {
  color: #131313;
}
.cid-udZCwozUnF .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-udZCwozUnF .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-udZCwozUnF .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-udZCwozUnF .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #e1e7e4;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-udZCwozUnF .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-udZCwozUnF .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-udZCwozUnF .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-udZCwozUnF .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-udZCwozUnF .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-udZCwozUnF .card-title {
  color: #131313;
}
.cid-udZCwozUnF .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-udZCwozUnF .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-udZCwozUnF .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-udZCwozUnF .card-link {
    margin-top: 15px;
  }
}
.cid-udZCwozUnF .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-udZCwozUnF .card-title,
.cid-udZCwozUnF .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-udZCwpGht2 {
  background-image: url("../../../assets/images/william-wendling-pvgytu5yaaa-unsplash-1-2000x1333.jpg");
}
.cid-udZCwpGht2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwpGht2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwpGht2 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-udZCwpGht2 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udZCwpGht2 .container {
    padding: 0 20px;
  }
}
.cid-udZCwpGht2 .row {
  justify-content: center;
}
.cid-udZCwpGht2 .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-udZCwpGht2 .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-udZCwpGht2 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZCwpGht2 .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-udZCwpGht2 .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-udZCwpGht2 .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-udZCwpGht2 .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-udZCwpGht2 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-udZCwpGht2 .mbr-desc {
  color: #ffffff;
}
.cid-udZCwpGht2 .mbr-section-title {
  color: #ffffff;
}
.cid-udZCwpGht2 .mbr-text {
  color: #ffffff;
}
.cid-udZCwqylR7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZCwqylR7 .mbr-text {
  color: #fafaf9;
}
.cid-udZCwqylR7 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZCwqylR7 p {
  opacity: 0.7;
}
.cid-udZCwqylR7 .wrapper {
  background: #ffffff;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udZCwqylR7 .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udZCwqylR7 .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udZCwrv0Th {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udZCwrv0Th .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwrv0Th .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwrv0Th .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZCwrv0Th .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZCwrv0Th .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZCwrv0Th .mbr-section-title {
  color: #000000;
}
.cid-udZCwrv0Th .mbr-text,
.cid-udZCwrv0Th .mbr-section-btn {
  color: #000000;
}
.cid-udZCwrv0Th .mbr-section-subtitle,
.cid-udZCwrv0Th .align-wrapper {
  color: #04492e;
}
.cid-udZCwslOU5 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udZCwslOU5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwslOU5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwslOU5 .card-wrapper {
  border: 3px solid #4479d9;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udZCwslOU5 .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udZCwslOU5 .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udZCwslOU5 .card-wrapper .mbr-section-subtitle2 {
  background: #4479d9;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZCwslOU5 .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZCwslOU5 .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #4479d9;
  font-size: 1.5rem;
}
.cid-udZCwslOU5 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZCwslOU5 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZCwslOU5 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZCwslOU5 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZCwslOU5 .mbr-text,
.cid-udZCwslOU5 .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udZCwslOU5 .mbr-section-subtitle,
.cid-udZCwslOU5 .align-wrapper {
  color: #04492e;
}
.cid-udZCwslOU5 .mbr-section-subtitle3,
.cid-udZCwslOU5 .align-wrapper2 {
  color: #04492e;
}
.cid-udZCwslOU5 .mbr-section-subtitle2,
.cid-udZCwslOU5 .align-wrapper2 {
  color: #ffffff;
}
.cid-udZCwslOU5 .mbr-section-cardtitle {
  color: #000000;
  text-align: left;
}
.cid-udZCwslOU5 .mbr-cardtext {
  color: #6e6e6e;
}
.cid-udZCwtt4OU {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e1e7e4;
}
.cid-udZCwtt4OU .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #000000 43%, #ffffff 100%);
}
.cid-udZCwtt4OU .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #000000 43%, #ffffff 100%);
}
.cid-udZCwtt4OU .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwtt4OU .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-udZCwtt4OU .container {
    padding: 0 30px;
  }
}
.cid-udZCwtt4OU .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udZCwtt4OU .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZCwtt4OU .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udZCwtt4OU .text-wrapper {
  border-left: 1px solid #e1e7e4;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-udZCwtt4OU .text-wrapper {
    padding-left: 20px;
  }
}
.cid-udZCwtt4OU .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZCwtt4OU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZCwtt4OU .mbr-text {
  color: #000000;
}
.cid-udZCwueq0A {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e7e4;
}
.cid-udZCwueq0A .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwueq0A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwueq0A .row {
  justify-content: center;
}
.cid-udZCwueq0A .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udZCwueq0A .col-title {
    margin-bottom: 20px;
  }
}
.cid-udZCwueq0A .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udZCwueq0A .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udZCwueq0A .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udZCwueq0A .card-row {
  align-items: stretch;
}
.cid-udZCwueq0A .card {
  padding: 10px;
}
.cid-udZCwueq0A .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udZCwueq0A .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udZCwueq0A .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udZCwueq0A .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udZCwueq0A .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udZCwueq0A .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udZCwueq0A .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #4479d9;
  }
}
.cid-udZCwueq0A .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-udZCwueq0A .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udZCwueq0A .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udZCwueq0A .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-udZCwvfbhD {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #e1e7e4;
}
.cid-udZCwvfbhD .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwvfbhD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwvfbhD .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZCwvfbhD .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZCwvfbhD .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZCwvfbhD .mbr-section-title {
  color: #000000;
}
.cid-udZCwvfbhD .mbr-text,
.cid-udZCwvfbhD .mbr-section-btn {
  color: #000000;
}
.cid-udZCwvfbhD .mbr-section-subtitle,
.cid-udZCwvfbhD .align-wrapper {
  color: #04492e;
}
.cid-udZCww8OoA {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZCww8OoA .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCww8OoA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCww8OoA .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-udZCww8OoA .container-fluid {
    padding: 0 12px;
  }
}
.cid-udZCww8OoA .container-fluid .row {
  padding: 0;
}
.cid-udZCww8OoA .row {
  border: 3px solid #e1e7e4;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-udZCww8OoA .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-udZCww8OoA .card {
    padding: 48px 20px;
  }
}
.cid-udZCww8OoA .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-udZCww8OoA .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZCww8OoA .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e1e7e4;
}
.cid-udZCww8OoA .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-udZCww8OoA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZCwwZxp3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZCwwZxp3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwwZxp3 .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-udZCwwZxp3 .container {
    padding: 0 15px;
  }
}
.cid-udZCwwZxp3 .content-wrapper {
  padding-right: 130px;
  padding-right: 0;
  padding-left: 130px;
}
@media (max-width: 1440px) {
  .cid-udZCwwZxp3 .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-udZCwwZxp3 .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-udZCwwZxp3 .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-udZCwwZxp3 .content-wrapper {
    padding-left: 0;
  }
}
.cid-udZCwwZxp3 .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udZCwwZxp3 .content-wrap {
    display: block;
  }
}
.cid-udZCwwZxp3 .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZCwwZxp3 .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-udZCwwZxp3 .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZCwwZxp3 .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-udZCwwZxp3 .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-udZCwwZxp3 .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-udZCwwZxp3 .mbr-section-title {
  color: #000000;
}
.cid-udZCwwZxp3 .mbr-desc,
.cid-udZCwwZxp3 .desc-wrapper {
  color: #3f1819;
}
.cid-udZCwwZxp3 .mbr-text {
  color: #000000;
}
.cid-udZCwxGQwL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZCwxGQwL .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwxGQwL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwxGQwL .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udZCwxGQwL .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udZCwxGQwL .container {
    padding: 0 25px;
  }
}
.cid-udZCwxGQwL .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZCwxGQwL .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-udZCwxGQwL .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-udZCwxGQwL .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-udZCwxGQwL .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-udZCwxGQwL .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udZCwxGQwL .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-udZCwxGQwL .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udZCwxGQwL .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udZCwxGQwL .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udZCwxGQwL .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udZCwxGQwL .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-udZCwxGQwL .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-udZCwxGQwL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZCwxGQwL .panel-title-edit {
  color: #000000;
}
.cid-udZCwxGQwL .panel-text {
  color: #000000;
}
.cid-udZCwyXa49 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udZCwyXa49 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwyXa49 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwyXa49 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZCwyXa49 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZCwyXa49 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZCwyXa49 .mbr-section-title {
  color: #000000;
}
.cid-udZCwyXa49 .mbr-text,
.cid-udZCwyXa49 .mbr-section-btn {
  color: #000000;
}
.cid-udZCwyXa49 .mbr-section-subtitle,
.cid-udZCwyXa49 .align-wrapper {
  color: #04492e;
}
.cid-ue2qdy9uF4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-ue2qdy9uF4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue2qdy9uF4 .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-ue2qdy9uF4 .container {
    padding: 0 30px;
  }
}
.cid-ue2qdy9uF4 .row {
  justify-content: center;
}
.cid-ue2qdy9uF4 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ue2qdy9uF4 .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue2qdy9uF4 .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #e1e7e4;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-ue2qdy9uF4 .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-ue2qdy9uF4 .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ue2qdy9uF4 .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ue2qdy9uF4 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue2qdy9uF4 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #e1e7e4;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-ue2qdy9uF4 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ue2qdy9uF4 .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-ue2qdy9uF4 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ue2qdy9uF4 .mbr-section-title {
  color: #000000;
}
.cid-ue2qdy9uF4 .panel-title-edit {
  color: #000000;
}
.cid-ue2qdy9uF4 .panel-text {
  color: #000000;
}
.cid-udZCwzQFc8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-udZCwzQFc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwzQFc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwzQFc8 .google-map {
  height: 35rem;
  position: relative;
}
.cid-udZCwzQFc8 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udZCwzQFc8 .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-udZCwzQFc8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udZCwzQFc8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udZCwzQFc8 .mbr-section-title {
  color: #000000;
}
.cid-udZCwB5P0F {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZCwB5P0F .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZCwB5P0F .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udZCwB5P0F .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udZCwB5P0F .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udZCwB5P0F a {
  font-weight: 600;
}
.cid-udZCwB5P0F a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udZCwB5P0F .col-lg-3,
  .cid-udZCwB5P0F .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udZCwB5P0F .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udZCwB5P0F .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udZCwB5P0F h5 {
  margin: 0;
}
.cid-udZCwB5P0F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZCwB5P0F .iconfont-wrapper {
  position: relative;
}
.cid-udZCwB5P0F .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-udZCwB5P0F .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udZCwB5P0F .sociconfont-wrapper {
  display: flex;
}
.cid-udZCwB5P0F .card-title,
.cid-udZCwB5P0F .iconfont-wrapper {
  color: #000000;
}
.cid-udZCwB5P0F .card-text {
  color: #000000;
}
.cid-udZCwB5P0F .mbr-section-title {
  color: #000000;
}
.cid-udZCwB5P0F .main-title,
.cid-udZCwB5P0F .iconfont-wrapper {
  text-align: left;
}
.cid-udZCwCsfc9 {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #000000;
}
.cid-udZCwCsfc9 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udZCwCsfc9 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udZCwCsfc9 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udZDgvIqMZ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udZDgvIqMZ nav.navbar {
  position: fixed;
}
.cid-udZDgvIqMZ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZDgvIqMZ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udZDgvIqMZ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udZDgvIqMZ .dropdown-item:hover,
.cid-udZDgvIqMZ .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udZDgvIqMZ .dropdown-item:hover span {
  color: white;
}
.cid-udZDgvIqMZ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZDgvIqMZ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZDgvIqMZ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZDgvIqMZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udZDgvIqMZ .nav-link {
  position: relative;
}
.cid-udZDgvIqMZ .container {
  display: flex;
  margin: auto;
}
.cid-udZDgvIqMZ .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZDgvIqMZ .navbar-caption {
  font-weight: 500;
}
.cid-udZDgvIqMZ .dropdown-menu,
.cid-udZDgvIqMZ .navbar.opened {
  background: #e1e7e4 !important;
}
.cid-udZDgvIqMZ .nav-item:focus,
.cid-udZDgvIqMZ .nav-link:focus {
  outline: none;
}
.cid-udZDgvIqMZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZDgvIqMZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZDgvIqMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZDgvIqMZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZDgvIqMZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZDgvIqMZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZDgvIqMZ .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e1e7e4;
}
.cid-udZDgvIqMZ .navbar.opened {
  transition: all 0.3s;
}
.cid-udZDgvIqMZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZDgvIqMZ .navbar .navbar-logo img {
  width: auto;
}
.cid-udZDgvIqMZ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZDgvIqMZ .navbar.collapsed {
  justify-content: center;
}
.cid-udZDgvIqMZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZDgvIqMZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZDgvIqMZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udZDgvIqMZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZDgvIqMZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZDgvIqMZ .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-udZDgvIqMZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZDgvIqMZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZDgvIqMZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZDgvIqMZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZDgvIqMZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZDgvIqMZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZDgvIqMZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZDgvIqMZ .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-udZDgvIqMZ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZDgvIqMZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udZDgvIqMZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udZDgvIqMZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZDgvIqMZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZDgvIqMZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udZDgvIqMZ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udZDgvIqMZ .navbar.navbar-short {
  min-height: 80px;
}
.cid-udZDgvIqMZ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZDgvIqMZ .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udZDgvIqMZ .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZDgvIqMZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udZDgvIqMZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZDgvIqMZ .dropdown-item.active,
.cid-udZDgvIqMZ .dropdown-item:active {
  background-color: transparent;
}
.cid-udZDgvIqMZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZDgvIqMZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZDgvIqMZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZDgvIqMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e7e4;
}
.cid-udZDgvIqMZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZDgvIqMZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZDgvIqMZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZDgvIqMZ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZDgvIqMZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZDgvIqMZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-udZDgvIqMZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZDgvIqMZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZDgvIqMZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZDgvIqMZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZDgvIqMZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZDgvIqMZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZDgvIqMZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZDgvIqMZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZDgvIqMZ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZDgvIqMZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZDgvIqMZ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udZDgvIqMZ .navbar {
    height: 70px;
  }
  .cid-udZDgvIqMZ .navbar.opened {
    height: auto;
  }
  .cid-udZDgvIqMZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZDgwPSk6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/ryunosuke-kikuno-mu9uo42sxey-unsplash-1-2000x1335.jpg");
}
.cid-udZDgwPSk6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgwPSk6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgwPSk6 .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udZDgwPSk6 .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZDgwPSk6 .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udZDgwPSk6 .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZDgwPSk6 .container {
    padding: 0 16px;
  }
}
.cid-udZDgwPSk6 .content-wrapper {
  margin-bottom: 20%;
}
.cid-udZDgwPSk6 .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-udZDgwPSk6 .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZDgwPSk6 .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-udZDgwPSk6 .mbr-section-title {
  color: #000000;
}
.cid-udZDgwPSk6 .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udZDgwPSk6 .mbr-section-title,
.cid-udZDgwPSk6 .mbr-section-btn {
  text-align: center;
}
.cid-udZDgxFF0R {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZDgxFF0R .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgxFF0R .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-udZDgxFF0R .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZDgxFF0R .container {
    padding: 0 12px;
  }
}
.cid-udZDgxFF0R .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-udZDgxFF0R .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
  text-align: left;
}
.cid-udZDgxFF0R .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-udZDgxFF0R .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4479d9;
  background-color: #e1e7e4;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-udZDgxFF0R .mbr-section-title {
  color: #222222;
}
.cid-udZDgyCDuj {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e1e7e4;
}
.cid-udZDgyCDuj .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgyCDuj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgyCDuj .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZDgyCDuj .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZDgyCDuj .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZDgyCDuj .mbr-section-title {
  color: #04492e;
}
.cid-udZDgyCDuj .mbr-text,
.cid-udZDgyCDuj .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-udZDgyCDuj .mbr-section-subtitle,
.cid-udZDgyCDuj .align-wrapper {
  color: #04492e;
}
.cid-udZDgzqTa5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZDgzqTa5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgzqTa5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgzqTa5 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-udZDgzqTa5 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-udZDgzqTa5 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-udZDgzqTa5 .mbr-section-title {
  color: #131313;
}
.cid-udZDgzqTa5 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-udZDgzqTa5 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-udZDgzqTa5 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-udZDgzqTa5 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #e1e7e4;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-udZDgzqTa5 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-udZDgzqTa5 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-udZDgzqTa5 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-udZDgzqTa5 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-udZDgzqTa5 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-udZDgzqTa5 .card-title {
  color: #131313;
}
.cid-udZDgzqTa5 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-udZDgzqTa5 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-udZDgzqTa5 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-udZDgzqTa5 .card-link {
    margin-top: 15px;
  }
}
.cid-udZDgzqTa5 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-udZDgzqTa5 .card-title,
.cid-udZDgzqTa5 .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-udZDgArQHd {
  background-image: url("../../../assets/images/istockphoto-1889973209-612x612-1-612x408.jpg");
}
.cid-udZDgArQHd .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgArQHd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgArQHd .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-udZDgArQHd .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udZDgArQHd .container {
    padding: 0 20px;
  }
}
.cid-udZDgArQHd .row {
  justify-content: center;
}
.cid-udZDgArQHd .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-udZDgArQHd .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-udZDgArQHd .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZDgArQHd .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-udZDgArQHd .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-udZDgArQHd .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-udZDgArQHd .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-udZDgArQHd .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-udZDgArQHd .mbr-desc {
  color: #ffffff;
}
.cid-udZDgArQHd .mbr-section-title {
  color: #ffffff;
}
.cid-udZDgArQHd .mbr-text {
  color: #ffffff;
}
.cid-udZDgBcfJL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZDgBcfJL .mbr-text {
  color: #fafaf9;
}
.cid-udZDgBcfJL .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZDgBcfJL p {
  opacity: 0.7;
}
.cid-udZDgBcfJL .wrapper {
  background: #ffffff;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udZDgBcfJL .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udZDgBcfJL .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udZDgC7O1N {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udZDgC7O1N .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgC7O1N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgC7O1N .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZDgC7O1N .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZDgC7O1N .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZDgC7O1N .mbr-section-title {
  color: #000000;
}
.cid-udZDgC7O1N .mbr-text,
.cid-udZDgC7O1N .mbr-section-btn {
  color: #000000;
}
.cid-udZDgC7O1N .mbr-section-subtitle,
.cid-udZDgC7O1N .align-wrapper {
  color: #04492e;
}
.cid-udZDgCNV9B {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udZDgCNV9B .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgCNV9B .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgCNV9B .card-wrapper {
  border: 3px solid #4479d9;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udZDgCNV9B .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udZDgCNV9B .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udZDgCNV9B .card-wrapper .mbr-section-subtitle2 {
  background: #4479d9;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZDgCNV9B .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZDgCNV9B .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #4479d9;
  font-size: 1.5rem;
}
.cid-udZDgCNV9B .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZDgCNV9B .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZDgCNV9B .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZDgCNV9B .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZDgCNV9B .mbr-text,
.cid-udZDgCNV9B .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udZDgCNV9B .mbr-section-subtitle,
.cid-udZDgCNV9B .align-wrapper {
  color: #04492e;
}
.cid-udZDgCNV9B .mbr-section-subtitle3,
.cid-udZDgCNV9B .align-wrapper2 {
  color: #04492e;
}
.cid-udZDgCNV9B .mbr-section-subtitle2,
.cid-udZDgCNV9B .align-wrapper2 {
  color: #ffffff;
}
.cid-udZDgCNV9B .mbr-section-cardtitle {
  color: #000000;
  text-align: left;
}
.cid-udZDgCNV9B .mbr-cardtext {
  color: #6e6e6e;
}
.cid-udZDgDZFSO {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e1e7e4;
}
.cid-udZDgDZFSO .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #000000 43%, #ffffff 100%);
}
.cid-udZDgDZFSO .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #000000 43%, #ffffff 100%);
}
.cid-udZDgDZFSO .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgDZFSO .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-udZDgDZFSO .container {
    padding: 0 30px;
  }
}
.cid-udZDgDZFSO .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udZDgDZFSO .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZDgDZFSO .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udZDgDZFSO .text-wrapper {
  border-left: 1px solid #e1e7e4;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-udZDgDZFSO .text-wrapper {
    padding-left: 20px;
  }
}
.cid-udZDgDZFSO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZDgDZFSO .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZDgDZFSO .mbr-text {
  color: #000000;
}
.cid-udZDgF7JNa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e7e4;
}
.cid-udZDgF7JNa .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgF7JNa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgF7JNa .row {
  justify-content: center;
}
.cid-udZDgF7JNa .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udZDgF7JNa .col-title {
    margin-bottom: 20px;
  }
}
.cid-udZDgF7JNa .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udZDgF7JNa .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udZDgF7JNa .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udZDgF7JNa .card-row {
  align-items: stretch;
}
.cid-udZDgF7JNa .card {
  padding: 10px;
}
.cid-udZDgF7JNa .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udZDgF7JNa .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udZDgF7JNa .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udZDgF7JNa .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udZDgF7JNa .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udZDgF7JNa .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udZDgF7JNa .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #4479d9;
  }
}
.cid-udZDgF7JNa .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-udZDgF7JNa .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udZDgF7JNa .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udZDgF7JNa .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-udZDgGi40p {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #e1e7e4;
}
.cid-udZDgGi40p .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgGi40p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgGi40p .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZDgGi40p .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZDgGi40p .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZDgGi40p .mbr-section-title {
  color: #000000;
}
.cid-udZDgGi40p .mbr-text,
.cid-udZDgGi40p .mbr-section-btn {
  color: #000000;
}
.cid-udZDgGi40p .mbr-section-subtitle,
.cid-udZDgGi40p .align-wrapper {
  color: #04492e;
}
.cid-udZDgHom4T {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZDgHom4T .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgHom4T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgHom4T .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-udZDgHom4T .container-fluid {
    padding: 0 12px;
  }
}
.cid-udZDgHom4T .container-fluid .row {
  padding: 0;
}
.cid-udZDgHom4T .row {
  border: 3px solid #e1e7e4;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-udZDgHom4T .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-udZDgHom4T .card {
    padding: 48px 20px;
  }
}
.cid-udZDgHom4T .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-udZDgHom4T .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZDgHom4T .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e1e7e4;
}
.cid-udZDgHom4T .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-udZDgHom4T .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZDgIpfxX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZDgIpfxX .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgIpfxX .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-udZDgIpfxX .container {
    padding: 0 15px;
  }
}
.cid-udZDgIpfxX .content-wrapper {
  padding-right: 130px;
  padding-right: 0;
  padding-left: 130px;
}
@media (max-width: 1440px) {
  .cid-udZDgIpfxX .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-udZDgIpfxX .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-udZDgIpfxX .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-udZDgIpfxX .content-wrapper {
    padding-left: 0;
  }
}
.cid-udZDgIpfxX .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udZDgIpfxX .content-wrap {
    display: block;
  }
}
.cid-udZDgIpfxX .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZDgIpfxX .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-udZDgIpfxX .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZDgIpfxX .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-udZDgIpfxX .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-udZDgIpfxX .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-udZDgIpfxX .mbr-section-title {
  color: #000000;
}
.cid-udZDgIpfxX .mbr-desc,
.cid-udZDgIpfxX .desc-wrapper {
  color: #3f1819;
}
.cid-udZDgIpfxX .mbr-text {
  color: #000000;
}
.cid-udZDgJE7FP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZDgJE7FP .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgJE7FP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgJE7FP .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udZDgJE7FP .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udZDgJE7FP .container {
    padding: 0 25px;
  }
}
.cid-udZDgJE7FP .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZDgJE7FP .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-udZDgJE7FP .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-udZDgJE7FP .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-udZDgJE7FP .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-udZDgJE7FP .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udZDgJE7FP .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-udZDgJE7FP .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udZDgJE7FP .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udZDgJE7FP .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udZDgJE7FP .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udZDgJE7FP .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-udZDgJE7FP .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-udZDgJE7FP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZDgJE7FP .panel-title-edit {
  color: #000000;
}
.cid-udZDgJE7FP .panel-text {
  color: #000000;
}
.cid-udZDgKSxel {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udZDgKSxel .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgKSxel .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgKSxel .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZDgKSxel .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZDgKSxel .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZDgKSxel .mbr-section-title {
  color: #000000;
}
.cid-udZDgKSxel .mbr-text,
.cid-udZDgKSxel .mbr-section-btn {
  color: #000000;
}
.cid-udZDgKSxel .mbr-section-subtitle,
.cid-udZDgKSxel .align-wrapper {
  color: #04492e;
}
.cid-ue2qUjEBSp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-ue2qUjEBSp .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue2qUjEBSp .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-ue2qUjEBSp .container {
    padding: 0 30px;
  }
}
.cid-ue2qUjEBSp .row {
  justify-content: center;
}
.cid-ue2qUjEBSp .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ue2qUjEBSp .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue2qUjEBSp .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #e1e7e4;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-ue2qUjEBSp .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-ue2qUjEBSp .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ue2qUjEBSp .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ue2qUjEBSp .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue2qUjEBSp .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #e1e7e4;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-ue2qUjEBSp .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ue2qUjEBSp .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-ue2qUjEBSp .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ue2qUjEBSp .mbr-section-title {
  color: #000000;
}
.cid-ue2qUjEBSp .panel-title-edit {
  color: #000000;
}
.cid-ue2qUjEBSp .panel-text {
  color: #000000;
}
.cid-udZDgLKWv7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-udZDgLKWv7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgLKWv7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgLKWv7 .google-map {
  height: 35rem;
  position: relative;
}
.cid-udZDgLKWv7 .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udZDgLKWv7 .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-udZDgLKWv7 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udZDgLKWv7 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udZDgLKWv7 .mbr-section-title {
  color: #000000;
}
.cid-udZDgMPFSS {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZDgMPFSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZDgMPFSS .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udZDgMPFSS .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udZDgMPFSS .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udZDgMPFSS a {
  font-weight: 600;
}
.cid-udZDgMPFSS a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udZDgMPFSS .col-lg-3,
  .cid-udZDgMPFSS .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udZDgMPFSS .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udZDgMPFSS .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udZDgMPFSS h5 {
  margin: 0;
}
.cid-udZDgMPFSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZDgMPFSS .iconfont-wrapper {
  position: relative;
}
.cid-udZDgMPFSS .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-udZDgMPFSS .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udZDgMPFSS .sociconfont-wrapper {
  display: flex;
}
.cid-udZDgMPFSS .card-title,
.cid-udZDgMPFSS .iconfont-wrapper {
  color: #000000;
}
.cid-udZDgMPFSS .card-text {
  color: #000000;
}
.cid-udZDgMPFSS .mbr-section-title {
  color: #000000;
}
.cid-udZDgMPFSS .main-title,
.cid-udZDgMPFSS .iconfont-wrapper {
  text-align: left;
}
.cid-udZDgO1lXn {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #000000;
}
.cid-udZDgO1lXn .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udZDgO1lXn .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udZDgO1lXn .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
.cid-udZEajuPtu {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 80px;
}
.cid-udZEajuPtu nav.navbar {
  position: fixed;
}
.cid-udZEajuPtu .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZEajuPtu .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-udZEajuPtu .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-udZEajuPtu .dropdown-item:hover,
.cid-udZEajuPtu .dropdown-item:focus {
  background: #4479d9 !important;
  color: white !important;
}
.cid-udZEajuPtu .dropdown-item:hover span {
  color: white;
}
.cid-udZEajuPtu .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-udZEajuPtu .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-udZEajuPtu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-udZEajuPtu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-udZEajuPtu .nav-link {
  position: relative;
}
.cid-udZEajuPtu .container {
  display: flex;
  margin: auto;
}
.cid-udZEajuPtu .iconfont-wrapper {
  color: #04492e !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-udZEajuPtu .navbar-caption {
  font-weight: 500;
}
.cid-udZEajuPtu .dropdown-menu,
.cid-udZEajuPtu .navbar.opened {
  background: #e1e7e4 !important;
}
.cid-udZEajuPtu .nav-item:focus,
.cid-udZEajuPtu .nav-link:focus {
  outline: none;
}
.cid-udZEajuPtu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-udZEajuPtu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-udZEajuPtu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-udZEajuPtu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-udZEajuPtu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-udZEajuPtu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-udZEajuPtu .navbar {
  min-height: 80px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #e1e7e4;
}
.cid-udZEajuPtu .navbar.opened {
  transition: all 0.3s;
}
.cid-udZEajuPtu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-udZEajuPtu .navbar .navbar-logo img {
  width: auto;
}
.cid-udZEajuPtu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-udZEajuPtu .navbar.collapsed {
  justify-content: center;
}
.cid-udZEajuPtu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-udZEajuPtu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-udZEajuPtu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-udZEajuPtu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-udZEajuPtu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-udZEajuPtu .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-udZEajuPtu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-udZEajuPtu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-udZEajuPtu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-udZEajuPtu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-udZEajuPtu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-udZEajuPtu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-udZEajuPtu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-udZEajuPtu .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-udZEajuPtu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-udZEajuPtu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-udZEajuPtu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-udZEajuPtu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-udZEajuPtu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-udZEajuPtu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-udZEajuPtu .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-udZEajuPtu .navbar.navbar-short {
  min-height: 80px;
}
.cid-udZEajuPtu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-udZEajuPtu .navbar.navbar-short .navbar-brand {
  min-height: 80px;
  padding: 0;
}
.cid-udZEajuPtu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-udZEajuPtu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-udZEajuPtu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-udZEajuPtu .dropdown-item.active,
.cid-udZEajuPtu .dropdown-item:active {
  background-color: transparent;
}
.cid-udZEajuPtu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-udZEajuPtu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-udZEajuPtu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-udZEajuPtu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #e1e7e4;
}
.cid-udZEajuPtu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-udZEajuPtu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-udZEajuPtu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-udZEajuPtu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-udZEajuPtu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-udZEajuPtu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4479d9;
}
.cid-udZEajuPtu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-udZEajuPtu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZEajuPtu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-udZEajuPtu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-udZEajuPtu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZEajuPtu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-udZEajuPtu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-udZEajuPtu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-udZEajuPtu .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-udZEajuPtu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-udZEajuPtu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-udZEajuPtu .navbar {
    height: 70px;
  }
  .cid-udZEajuPtu .navbar.opened {
    height: auto;
  }
  .cid-udZEajuPtu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-udZEakrBll {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/istockphoto-1979786028-612x612-1-612x415.jpg");
}
.cid-udZEakrBll .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEakrBll .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEakrBll .container-fluid {
  padding: 0 80px;
}
@media (max-width: 992px) {
  .cid-udZEakrBll .container-fluid {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZEakrBll .container-fluid {
    padding: 0 16px;
  }
}
@media (max-width: 992px) {
  .cid-udZEakrBll .container {
    padding: 0 50px;
  }
}
@media (max-width: 768px) {
  .cid-udZEakrBll .container {
    padding: 0 16px;
  }
}
.cid-udZEakrBll .content-wrapper {
  margin-bottom: 20%;
}
.cid-udZEakrBll .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-udZEakrBll .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZEakrBll .content-wrapper .mbr-section-btn {
  margin-top: 16px;
}
.cid-udZEakrBll .mbr-section-title {
  color: #000000;
}
.cid-udZEakrBll .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-udZEakrBll .mbr-section-title,
.cid-udZEakrBll .mbr-section-btn {
  text-align: center;
}
.cid-udZEalleAN {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZEalleAN .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEalleAN .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-udZEalleAN .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-udZEalleAN .container {
    padding: 0 12px;
  }
}
.cid-udZEalleAN .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-udZEalleAN .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
  text-align: left;
}
.cid-udZEalleAN .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-udZEalleAN .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #4479d9;
  background-color: #e1e7e4;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-udZEalleAN .mbr-section-title {
  color: #222222;
}
.cid-udZEalYNE7 {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #e1e7e4;
}
.cid-udZEalYNE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEalYNE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEalYNE7 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZEalYNE7 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZEalYNE7 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZEalYNE7 .mbr-section-title {
  color: #04492e;
}
.cid-udZEalYNE7 .mbr-text,
.cid-udZEalYNE7 .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-udZEalYNE7 .mbr-section-subtitle,
.cid-udZEalYNE7 .align-wrapper {
  color: #04492e;
}
.cid-udZEamEZx6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZEamEZx6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEamEZx6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEamEZx6 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-udZEamEZx6 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-udZEamEZx6 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-udZEamEZx6 .mbr-section-title {
  color: #131313;
}
.cid-udZEamEZx6 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-udZEamEZx6 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-udZEamEZx6 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-udZEamEZx6 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #131313;
  box-shadow: 4px 4px 0 #131313;
  background: #e1e7e4;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-udZEamEZx6 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-udZEamEZx6 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-udZEamEZx6 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-udZEamEZx6 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-udZEamEZx6 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-udZEamEZx6 .card-title {
  color: #131313;
}
.cid-udZEamEZx6 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-udZEamEZx6 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-udZEamEZx6 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-udZEamEZx6 .card-link {
    margin-top: 15px;
  }
}
.cid-udZEamEZx6 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-udZEamEZx6 .card-title,
.cid-udZEamEZx6 .iconfont-wrapper {
  color: #000000;
  text-align: center;
}
.cid-udZEanHyP8 {
  background-image: url("../../../assets/images/istockphoto-183242421-612x612-1-612x406.jpg");
}
.cid-udZEanHyP8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEanHyP8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEanHyP8 .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-udZEanHyP8 .container-fluid {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .cid-udZEanHyP8 .container {
    padding: 0 20px;
  }
}
.cid-udZEanHyP8 .row {
  justify-content: center;
}
.cid-udZEanHyP8 .content-wrapper .mbr-desc {
  margin-bottom: 25px;
}
.cid-udZEanHyP8 .content-wrapper .mbr-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .cid-udZEanHyP8 .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-udZEanHyP8 .content-wrapper .text-wrapper {
  padding-left: 216px;
}
@media (max-width: 1440px) {
  .cid-udZEanHyP8 .content-wrapper .text-wrapper {
    padding-left: 100px;
  }
}
@media (max-width: 1200px) {
  .cid-udZEanHyP8 .content-wrapper .text-wrapper {
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .cid-udZEanHyP8 .content-wrapper .text-wrapper {
    padding-left: 0;
  }
}
.cid-udZEanHyP8 .content-wrapper .text-wrapper .mbr-text {
  display: inline-flex;
  width: 75%;
  margin-bottom: 0;
}
.cid-udZEanHyP8 .mbr-desc {
  color: #ffffff;
}
.cid-udZEanHyP8 .mbr-section-title {
  color: #ffffff;
}
.cid-udZEanHyP8 .mbr-text {
  color: #ffffff;
}
.cid-udZEaoyDXk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZEaoyDXk .mbr-text {
  color: #fafaf9;
}
.cid-udZEaoyDXk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZEaoyDXk p {
  opacity: 0.7;
}
.cid-udZEaoyDXk .wrapper {
  background: #ffffff;
  padding: 4rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udZEaoyDXk .wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udZEaoyDXk .wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udZEapoYmF {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udZEapoYmF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEapoYmF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEapoYmF .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZEapoYmF .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZEapoYmF .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZEapoYmF .mbr-section-title {
  color: #000000;
}
.cid-udZEapoYmF .mbr-text,
.cid-udZEapoYmF .mbr-section-btn {
  color: #000000;
}
.cid-udZEapoYmF .mbr-section-subtitle,
.cid-udZEapoYmF .align-wrapper {
  color: #04492e;
}
.cid-udZEaq9CZZ {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udZEaq9CZZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEaq9CZZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEaq9CZZ .card-wrapper {
  border: 3px solid #4479d9;
  padding: 3rem;
  border-radius: 2rem;
}
@media (max-width: 992px) {
  .cid-udZEaq9CZZ .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-udZEaq9CZZ .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-udZEaq9CZZ .card-wrapper .mbr-section-subtitle2 {
  background: #4479d9;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZEaq9CZZ .card-wrapper .subtitle-wrap2 {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  padding-left: 20px;
  background: #cdfb0a;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZEaq9CZZ .card-wrapper .subtitle-wrap2 .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #4479d9;
  font-size: 1.5rem;
}
.cid-udZEaq9CZZ .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZEaq9CZZ .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZEaq9CZZ .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZEaq9CZZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZEaq9CZZ .mbr-text,
.cid-udZEaq9CZZ .mbr-section-btn {
  color: #6e6e6e;
}
.cid-udZEaq9CZZ .mbr-section-subtitle,
.cid-udZEaq9CZZ .align-wrapper {
  color: #04492e;
}
.cid-udZEaq9CZZ .mbr-section-subtitle3,
.cid-udZEaq9CZZ .align-wrapper2 {
  color: #04492e;
}
.cid-udZEaq9CZZ .mbr-section-subtitle2,
.cid-udZEaq9CZZ .align-wrapper2 {
  color: #ffffff;
}
.cid-udZEaq9CZZ .mbr-section-cardtitle {
  color: #000000;
  text-align: left;
}
.cid-udZEaq9CZZ .mbr-cardtext {
  color: #6e6e6e;
}
.cid-udZEarb23f {
  padding-top: 0rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #e1e7e4;
}
.cid-udZEarb23f .decor-wrap_1 {
  position: absolute;
  top: -65%;
  right: -10rem;
  width: 474px;
  height: 474px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #000000 43%, #ffffff 100%);
}
.cid-udZEarb23f .decor-wrap_2 {
  position: absolute;
  bottom: -25%;
  left: -2rem;
  width: 254px;
  height: 254px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #000000 0, #000000 43%, #ffffff 100%);
}
.cid-udZEarb23f .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEarb23f .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-udZEarb23f .container {
    padding: 0 30px;
  }
}
.cid-udZEarb23f .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-udZEarb23f .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZEarb23f .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-udZEarb23f .text-wrapper {
  border-left: 1px solid #e1e7e4;
  padding-left: 40px;
}
@media (max-width: 992px) {
  .cid-udZEarb23f .text-wrapper {
    padding-left: 20px;
  }
}
.cid-udZEarb23f .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-udZEarb23f .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZEarb23f .mbr-text {
  color: #000000;
}
.cid-udZEas2gGF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e1e7e4;
}
.cid-udZEas2gGF .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEas2gGF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEas2gGF .row {
  justify-content: center;
}
.cid-udZEas2gGF .col-title {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .cid-udZEas2gGF .col-title {
    margin-bottom: 20px;
  }
}
.cid-udZEas2gGF .mbr-section-title {
  color: #000000;
  opacity: 0.85;
}
.cid-udZEas2gGF .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .cid-udZEas2gGF .mbr-section-subtitle {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }
}
.cid-udZEas2gGF .card-row {
  align-items: stretch;
}
.cid-udZEas2gGF .card {
  padding: 10px;
}
.cid-udZEas2gGF .card-box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  padding: 33px 38px 33px 38px;
  background-color: #ffffff;
  transition: .3s all;
  border: 2px solid #1d191f;
}
.cid-udZEas2gGF .mbr-iconfont {
  display: block;
  font-size: 40px;
  color: #000000;
}
.cid-udZEas2gGF .card-head {
  display: flex;
  align-items: center;
  width: 100%;
}
.cid-udZEas2gGF .iconfont-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  min-height: 80px;
  padding: 10px;
  margin-right: 25px;
  border-radius: 10px;
  overflow: hidden;
  background-color: #ffffff;
  transition: .3s all;
}
@media (max-width: 767px) {
  .cid-udZEas2gGF .iconfont-wrapper {
    min-width: 60px;
    min-height: 60px;
    padding: 5px;
  }
}
.cid-udZEas2gGF .card-wrapper {
  display: flex;
  -webkit-transition: box-shadow 200ms ease, -webkit-transform 200ms ease;
  transition: box-shadow 200ms ease, transform 200ms ease;
  border-radius: 10px;
}
@media (min-width: 768px) {
  .cid-udZEas2gGF .card-wrapper:hover {
    transform: translate(10px, -10px);
    box-shadow: -16px 16px 0 #4479d9;
  }
}
.cid-udZEas2gGF .card-wrapper:hover .card-box {
  background-color: #ffffff;
}
.cid-udZEas2gGF .card-wrapper:hover .iconfont-wrapper {
  background-color: #ffffff;
}
.cid-udZEas2gGF .card-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0;
}
.cid-udZEas2gGF .card-text {
  margin-top: 20px;
  color: #1d191f;
  margin-bottom: 0;
}
.cid-udZEasZhiR {
  padding-top: 7rem;
  padding-bottom: 1rem;
  background-color: #e1e7e4;
}
.cid-udZEasZhiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEasZhiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEasZhiR .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZEasZhiR .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZEasZhiR .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZEasZhiR .mbr-section-title {
  color: #000000;
}
.cid-udZEasZhiR .mbr-text,
.cid-udZEasZhiR .mbr-section-btn {
  color: #000000;
}
.cid-udZEasZhiR .mbr-section-subtitle,
.cid-udZEasZhiR .align-wrapper {
  color: #04492e;
}
.cid-udZEatWdMW {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZEatWdMW .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEatWdMW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEatWdMW .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-udZEatWdMW .container-fluid {
    padding: 0 12px;
  }
}
.cid-udZEatWdMW .container-fluid .row {
  padding: 0;
}
.cid-udZEatWdMW .row {
  border: 3px solid #e1e7e4;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-udZEatWdMW .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-udZEatWdMW .card {
    padding: 48px 20px;
  }
}
.cid-udZEatWdMW .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-udZEatWdMW .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-udZEatWdMW .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #e1e7e4;
}
.cid-udZEatWdMW .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-udZEatWdMW .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZEavm8CG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZEavm8CG .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEavm8CG .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-udZEavm8CG .container {
    padding: 0 15px;
  }
}
.cid-udZEavm8CG .content-wrapper {
  padding-right: 130px;
  padding-right: 0;
  padding-left: 130px;
}
@media (max-width: 1440px) {
  .cid-udZEavm8CG .content-wrapper {
    padding-right: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-udZEavm8CG .content-wrapper {
    padding-right: 0;
  }
}
@media (max-width: 1440px) {
  .cid-udZEavm8CG .content-wrapper {
    padding-left: 60px;
  }
}
@media (max-width: 1200px) {
  .cid-udZEavm8CG .content-wrapper {
    padding-left: 0;
  }
}
.cid-udZEavm8CG .content-wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-udZEavm8CG .content-wrap {
    display: block;
  }
}
.cid-udZEavm8CG .content-wrap .mbr-section-title {
  width: 50%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZEavm8CG .content-wrap .mbr-section-title {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-udZEavm8CG .content-wrap .mbr-text {
  width: 38%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-udZEavm8CG .content-wrap .mbr-text {
    margin-bottom: 40px;
    width: 100%;
  }
}
.cid-udZEavm8CG .border-wrap {
  position: relative;
  display: flex;
  align-items: center;
  height: 1px;
  background-color: #68707c;
}
.cid-udZEavm8CG .border-wrap::before {
  content: '';
  position: absolute;
  left: 0;
  width: 1px;
  height: 15px;
  background-color: #68707c;
  transform: rotate(20deg);
}
.cid-udZEavm8CG .mbr-section-title {
  color: #000000;
}
.cid-udZEavm8CG .mbr-desc,
.cid-udZEavm8CG .desc-wrapper {
  color: #3f1819;
}
.cid-udZEavm8CG .mbr-text {
  color: #000000;
}
.cid-udZEaw6ce2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-udZEaw6ce2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEaw6ce2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEaw6ce2 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-udZEaw6ce2 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-udZEaw6ce2 .container {
    padding: 0 25px;
  }
}
.cid-udZEaw6ce2 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-udZEaw6ce2 .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-udZEaw6ce2 .mbr-section-subtitle {
  margin-bottom: 50px;
  color: #E33030;
}
@media (max-width: 992px) {
  .cid-udZEaw6ce2 .mbr-section-subtitle {
    margin-bottom: 25px;
  }
}
.cid-udZEaw6ce2 .panel-group .card {
  border-bottom: 1px solid #000000;
  border-radius: 0;
}
.cid-udZEaw6ce2 .panel-group .card:first-child {
  border-top: 1px solid #000000;
}
.cid-udZEaw6ce2 .panel-group .card .card-header {
  padding: 25px 0;
  border: none;
  background-color: transparent;
}
.cid-udZEaw6ce2 .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-udZEaw6ce2 .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udZEaw6ce2 .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  transform: rotate(180deg);
}
.cid-udZEaw6ce2 .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-udZEaw6ce2 .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: block;
  font-size: 24px;
  color: #000000;
  margin-left: 10px;
  transform: rotate(45deg);
  transition: all 0.3s ease-in-out;
}
.cid-udZEaw6ce2 .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 30px;
}
.cid-udZEaw6ce2 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-udZEaw6ce2 .panel-title-edit {
  color: #000000;
}
.cid-udZEaw6ce2 .panel-text {
  color: #000000;
}
.cid-udZEaxmfk4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-color: #e1e7e4;
}
.cid-udZEaxmfk4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEaxmfk4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEaxmfk4 .mbr-section-subtitle {
  background: white;
  color: #ffffff;
  width: fit-content;
  border-radius: 2rem;
  padding: 5px 1rem;
  text-align: left;
}
.cid-udZEaxmfk4 .subtitle-wrap {
  display: inline-flex;
  border-radius: 2rem;
  padding: 0.5rem;
  padding-bottom: 0;
  background: #4479d9;
  flex-direction: row;
  width: fit-content;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-udZEaxmfk4 .subtitle-wrap .mbr-iconfont {
  padding: 0 15px;
  padding-bottom: 8px;
  margin: 0;
  color: #cdfb0a;
  font-size: 1.5rem;
}
.cid-udZEaxmfk4 .mbr-section-title {
  color: #000000;
}
.cid-udZEaxmfk4 .mbr-text,
.cid-udZEaxmfk4 .mbr-section-btn {
  color: #000000;
}
.cid-udZEaxmfk4 .mbr-section-subtitle,
.cid-udZEaxmfk4 .align-wrapper {
  color: #04492e;
}
.cid-ue2rmlXrmB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #e1e7e4;
}
.cid-ue2rmlXrmB .mbr-fallback-image.disabled {
  display: none;
}
.cid-ue2rmlXrmB .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-ue2rmlXrmB .container {
    padding: 0 30px;
  }
}
.cid-ue2rmlXrmB .row {
  justify-content: center;
}
.cid-ue2rmlXrmB .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-ue2rmlXrmB .title-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-ue2rmlXrmB .panel-group .card {
  border-radius: 2rem 0 2rem 0 !important;
  border: 1px solid #e1e7e4;
  margin-bottom: 24px;
  padding: 40px;
}
@media (max-width: 992px) {
  .cid-ue2rmlXrmB .panel-group .card {
    padding: 30px 20px;
  }
}
.cid-ue2rmlXrmB .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-ue2rmlXrmB .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-ue2rmlXrmB .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-ue2rmlXrmB .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 45px;
  height: 45px;
  min-width: 45px;
  transition: all 0.3s ease-in-out;
  color: #000000;
  background-color: #e1e7e4;
  border-radius: 100%;
  margin-left: 20px;
}
.cid-ue2rmlXrmB .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  transform: rotate(45deg);
}
.cid-ue2rmlXrmB .panel-group .card .panel-collapse .panel-body {
  padding-top: 30px;
}
.cid-ue2rmlXrmB .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-ue2rmlXrmB .mbr-section-title {
  color: #000000;
}
.cid-ue2rmlXrmB .panel-title-edit {
  color: #000000;
}
.cid-ue2rmlXrmB .panel-text {
  color: #000000;
}
.cid-udZEayrb6k {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #e1e7e4;
}
.cid-udZEayrb6k .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEayrb6k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEayrb6k .google-map {
  height: 35rem;
  position: relative;
}
.cid-udZEayrb6k .google-map iframe {
  height: 100%;
  width: 100%;
  border-radius: 2rem;
}
.cid-udZEayrb6k .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-udZEayrb6k .google-map[data-state] {
  background: #e9e5dc;
}
.cid-udZEayrb6k .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-udZEayrb6k .mbr-section-title {
  color: #000000;
}
.cid-udZEaztia0 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #e1e7e4;
}
.cid-udZEaztia0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-udZEaztia0 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-udZEaztia0 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-udZEaztia0 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-udZEaztia0 a {
  font-weight: 600;
}
.cid-udZEaztia0 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-udZEaztia0 .col-lg-3,
  .cid-udZEaztia0 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-udZEaztia0 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-udZEaztia0 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-udZEaztia0 h5 {
  margin: 0;
}
.cid-udZEaztia0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-udZEaztia0 .iconfont-wrapper {
  position: relative;
}
.cid-udZEaztia0 .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-udZEaztia0 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-udZEaztia0 .sociconfont-wrapper {
  display: flex;
}
.cid-udZEaztia0 .card-title,
.cid-udZEaztia0 .iconfont-wrapper {
  color: #000000;
}
.cid-udZEaztia0 .card-text {
  color: #000000;
}
.cid-udZEaztia0 .mbr-section-title {
  color: #000000;
}
.cid-udZEaztia0 .main-title,
.cid-udZEaztia0 .iconfont-wrapper {
  text-align: left;
}
.cid-udZEaAzGz6 {
  padding-top: 30px;
  padding-bottom: 45px;
  margin-top: -1px;
  overflow: hidden;
  border-bottom: 1px solid #7f8678;
  border-top: 1px solid #7f8678;
  background-color: #000000;
}
.cid-udZEaAzGz6 .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.cid-udZEaAzGz6 .copyright {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  margin-right: 0.5rem;
}
.cid-udZEaAzGz6 .produced {
  margin-top: 0.5rem;
  color: #ffffff;
  flex-grow: 1;
  text-align: center;
}
