body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4.6rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.75rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.68rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.22rem;
    font-size: calc( 2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.26rem + (4.6 - 2.26) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  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: #bbbbbb !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: #bbbbbb !important;
  border-color: #bbbbbb !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #909090 !important;
  border-color: #909090 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #0a0800 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #bbbbbb;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #909090 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #bbbbbb !important;
  border-color: #bbbbbb !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!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: transparent;
  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: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #bbbbbb !important;
}
.text-secondary {
  color: #ff6666 !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: #888888 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !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: #bbbbbb;
}
.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-gallery-filter li.active .btn {
  background-color: #bbbbbb;
  border-color: #bbbbbb;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #bbbbbb;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #fbfbfb;
}
.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: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.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: #bbbbbb !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #bbbbbb;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #bbbbbb;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #bbbbbb;
}
.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: #bbbbbb;
  border-bottom-color: #bbbbbb;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #bbbbbb !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: #ff6666 !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='%23bbbbbb' %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-tWIrFqTgXQ {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWIrFqTgXQ nav.navbar {
  position: fixed;
}
.cid-tWIrFqTgXQ .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-tWIrFqTgXQ .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWIrFqTgXQ .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWIrFqTgXQ .dropdown-item:hover,
.cid-tWIrFqTgXQ .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tWIrFqTgXQ .dropdown-item:hover span {
  color: white;
}
.cid-tWIrFqTgXQ .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWIrFqTgXQ .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWIrFqTgXQ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWIrFqTgXQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWIrFqTgXQ .nav-link {
  position: relative;
}
.cid-tWIrFqTgXQ .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWIrFqTgXQ .container {
    flex-wrap: nowrap;
  }
}
.cid-tWIrFqTgXQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWIrFqTgXQ .dropdown-menu,
.cid-tWIrFqTgXQ .navbar.opened {
  background: #000000 !important;
}
.cid-tWIrFqTgXQ .nav-item:focus,
.cid-tWIrFqTgXQ .nav-link:focus {
  outline: none;
}
.cid-tWIrFqTgXQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWIrFqTgXQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWIrFqTgXQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWIrFqTgXQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWIrFqTgXQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWIrFqTgXQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWIrFqTgXQ .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWIrFqTgXQ .navbar.opened {
  transition: all 0.3s;
}
.cid-tWIrFqTgXQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWIrFqTgXQ .navbar .navbar-logo img {
  width: auto;
}
.cid-tWIrFqTgXQ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWIrFqTgXQ .navbar.collapsed {
  justify-content: center;
}
.cid-tWIrFqTgXQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWIrFqTgXQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWIrFqTgXQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWIrFqTgXQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWIrFqTgXQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWIrFqTgXQ .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-tWIrFqTgXQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWIrFqTgXQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWIrFqTgXQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWIrFqTgXQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWIrFqTgXQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWIrFqTgXQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWIrFqTgXQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWIrFqTgXQ .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-tWIrFqTgXQ .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWIrFqTgXQ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWIrFqTgXQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWIrFqTgXQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWIrFqTgXQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWIrFqTgXQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWIrFqTgXQ .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWIrFqTgXQ .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWIrFqTgXQ .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWIrFqTgXQ .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWIrFqTgXQ .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-tWIrFqTgXQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWIrFqTgXQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWIrFqTgXQ .dropdown-item.active,
.cid-tWIrFqTgXQ .dropdown-item:active {
  background-color: transparent;
}
.cid-tWIrFqTgXQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWIrFqTgXQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWIrFqTgXQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWIrFqTgXQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWIrFqTgXQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWIrFqTgXQ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWIrFqTgXQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWIrFqTgXQ .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWIrFqTgXQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWIrFqTgXQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWIrFqTgXQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWIrFqTgXQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWIrFqTgXQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWIrFqTgXQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWIrFqTgXQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWIrFqTgXQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWIrFqTgXQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWIrFqTgXQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWIrFqTgXQ .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWIrFqTgXQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWIrFqTgXQ .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-tWIrFqTgXQ .navbar {
    height: 70px;
  }
  .cid-tWIrFqTgXQ .navbar.opened {
    height: auto;
  }
  .cid-tWIrFqTgXQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWUMJQeutL {
  background-image: url("../../../assets/images/istockphoto-931083180-612x612.jpg");
}
.cid-tWUMJQeutL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUMJQeutL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWIrIzD08a {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWIrIzD08a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWIrIzD08a .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-tWIrIzD08a .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWIrIzD08a .container {
    padding: 0 12px;
  }
}
.cid-tWIrIzD08a .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWIrIzD08a .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWIrIzD08a .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWIrIzD08a .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWIrIzD08a .mbr-section-title {
  color: #222222;
}
.cid-tWNTkQ4gXp {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWNTkQ4gXp .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWNTkQ4gXp .mbr-text {
  text-align: left;
}
.cid-tWIs57pezH {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWIs57pezH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWIs57pezH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWIs57pezH .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWIs57pezH .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWIs57pezH .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWIs57pezH .mbr-section-title {
  color: #131313;
}
.cid-tWIs57pezH .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWIs57pezH .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWIs57pezH .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWIs57pezH .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWIs57pezH .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWIs57pezH .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWIs57pezH .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWIs57pezH .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWIs57pezH .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWIs57pezH .card-title {
  color: #131313;
}
.cid-tWIs57pezH .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWIs57pezH .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWIs57pezH .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWIs57pezH .card-link {
    margin-top: 15px;
  }
}
.cid-tWIs57pezH .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWNTlA2qWp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWIs5VMBWl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWIs5VMBWl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWIs5VMBWl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWIs5VMBWl .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWIs5VMBWl .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWIs5VMBWl .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWIs5VMBWl .mbr-section-title {
  color: #131313;
}
.cid-tWIs5VMBWl .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWIs5VMBWl .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWIs5VMBWl .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWIs5VMBWl .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWIs5VMBWl .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWIs5VMBWl .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWIs5VMBWl .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWIs5VMBWl .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWIs5VMBWl .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWIs5VMBWl .card-title {
  color: #131313;
}
.cid-tWIs5VMBWl .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWIs5VMBWl .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWIs5VMBWl .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWIs5VMBWl .card-link {
    margin-top: 15px;
  }
}
.cid-tWIs5VMBWl .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWNTmJEnXQ {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWIs6K4lVN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWIs6K4lVN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWIs6K4lVN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWIs6K4lVN .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWIs6K4lVN .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWIs6K4lVN .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWIs6K4lVN .mbr-section-title {
  color: #131313;
}
.cid-tWIs6K4lVN .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWIs6K4lVN .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWIs6K4lVN .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWIs6K4lVN .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWIs6K4lVN .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tWIs6K4lVN .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWIs6K4lVN .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tWIs6K4lVN .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWIs6K4lVN .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tWIs6K4lVN .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tWIs6K4lVN .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWIs6K4lVN .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tWIs6K4lVN .content-wrap {
    margin-top: 0;
  }
}
.cid-tWIs6K4lVN .card-title {
  color: #131313;
}
.cid-tWIs6K4lVN .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWIs6K4lVN .card-text {
    margin-top: 15px;
  }
}
.cid-tWIs6K4lVN .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWIs6K4lVN .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWIs6K4lVN .card-link {
    margin-top: 15px;
  }
}
.cid-tWIs6K4lVN .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWNTnzYblf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWXV63OZ8M {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWXV63OZ8M .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXV63OZ8M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXV63OZ8M .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWXV63OZ8M .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWXV63OZ8M .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWXV63OZ8M .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWXV63OZ8M .mbr-text,
.cid-tWXV63OZ8M .mbr-section-btn {
  color: #000000;
}
.cid-tWXV63OZ8M .card-title,
.cid-tWXV63OZ8M .card-box {
  text-align: center;
  color: #000000;
}
.cid-tWNTorqYr2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWNOx86vrb {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tWNOx86vrb {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-tWNOx86vrb .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tWNOx86vrb .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tWNOx86vrb .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tWNOx86vrb .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWNOx86vrb .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWNOx86vrb .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tWNOx86vrb .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWNOx86vrb .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWNOx86vrb .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #000000;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tWNOx86vrb .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tWNOx86vrb .panel-group .card {
    padding: 16px;
  }
}
.cid-tWNOx86vrb .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-tWNOx86vrb .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tWNOx86vrb .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7787a5;
}
.cid-tWNOx86vrb .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #7787a5;
}
.cid-tWNOx86vrb .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tWNOx86vrb .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-tWNOx86vrb .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWNOx86vrb .mbr-section-title {
  color: #000000;
}
.cid-tWNOx86vrb .panel-title-edit {
  color: #ffffff;
}
.cid-tWNOx86vrb .panel-text {
  color: #ffffff;
}
.cid-tWNTpiV1KK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWNXxvUCNp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWNYpJJ6vU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tWNYpJJ6vU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWNYpJJ6vU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWNYpJJ6vU .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWNYpJJ6vU .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWNYpJJ6vU .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-tWNYpJJ6vU .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWNYpJJ6vU .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWIut6Ds5A {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWIut6Ds5A .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWIut6Ds5A .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tWIut6Ds5A .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWIut6Ds5A .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tWIut6Ds5A a {
  font-weight: 600;
}
.cid-tWIut6Ds5A a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tWIut6Ds5A .col-lg-3,
  .cid-tWIut6Ds5A .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tWIut6Ds5A .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tWIut6Ds5A .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWIut6Ds5A h5 {
  margin: 0;
}
.cid-tWIut6Ds5A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWIut6Ds5A .iconfont-wrapper {
  position: relative;
}
.cid-tWIut6Ds5A .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-tWIut6Ds5A .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tWIut6Ds5A .sociconfont-wrapper {
  display: flex;
}
.cid-tWIut6Ds5A .card-title,
.cid-tWIut6Ds5A .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tWIut6Ds5A .card-text {
  color: #000000;
}
.cid-tWIut6Ds5A .mbr-section-title {
  color: #000000;
}
.cid-tWIut6Ds5A .main-title,
.cid-tWIut6Ds5A .iconfont-wrapper {
  text-align: left;
}
.cid-tWNY7SyGrj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tWO12OWWWV {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWO12OWWWV nav.navbar {
  position: fixed;
}
.cid-tWO12OWWWV .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-tWO12OWWWV .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWO12OWWWV .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWO12OWWWV .dropdown-item:hover,
.cid-tWO12OWWWV .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tWO12OWWWV .dropdown-item:hover span {
  color: white;
}
.cid-tWO12OWWWV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWO12OWWWV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWO12OWWWV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWO12OWWWV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWO12OWWWV .nav-link {
  position: relative;
}
.cid-tWO12OWWWV .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWO12OWWWV .container {
    flex-wrap: nowrap;
  }
}
.cid-tWO12OWWWV .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWO12OWWWV .dropdown-menu,
.cid-tWO12OWWWV .navbar.opened {
  background: #000000 !important;
}
.cid-tWO12OWWWV .nav-item:focus,
.cid-tWO12OWWWV .nav-link:focus {
  outline: none;
}
.cid-tWO12OWWWV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWO12OWWWV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWO12OWWWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWO12OWWWV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWO12OWWWV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWO12OWWWV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWO12OWWWV .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWO12OWWWV .navbar.opened {
  transition: all 0.3s;
}
.cid-tWO12OWWWV .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWO12OWWWV .navbar .navbar-logo img {
  width: auto;
}
.cid-tWO12OWWWV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWO12OWWWV .navbar.collapsed {
  justify-content: center;
}
.cid-tWO12OWWWV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWO12OWWWV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWO12OWWWV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWO12OWWWV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWO12OWWWV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWO12OWWWV .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-tWO12OWWWV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWO12OWWWV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWO12OWWWV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWO12OWWWV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWO12OWWWV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWO12OWWWV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWO12OWWWV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWO12OWWWV .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-tWO12OWWWV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWO12OWWWV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWO12OWWWV .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWO12OWWWV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWO12OWWWV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWO12OWWWV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWO12OWWWV .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWO12OWWWV .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWO12OWWWV .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWO12OWWWV .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWO12OWWWV .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-tWO12OWWWV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWO12OWWWV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWO12OWWWV .dropdown-item.active,
.cid-tWO12OWWWV .dropdown-item:active {
  background-color: transparent;
}
.cid-tWO12OWWWV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWO12OWWWV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWO12OWWWV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWO12OWWWV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWO12OWWWV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWO12OWWWV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWO12OWWWV ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWO12OWWWV .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWO12OWWWV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWO12OWWWV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWO12OWWWV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWO12OWWWV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWO12OWWWV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWO12OWWWV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWO12OWWWV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWO12OWWWV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWO12OWWWV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWO12OWWWV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWO12OWWWV .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWO12OWWWV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWO12OWWWV .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-tWO12OWWWV .navbar {
    height: 70px;
  }
  .cid-tWO12OWWWV .navbar.opened {
    height: auto;
  }
  .cid-tWO12OWWWV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWXORD4DBZ {
  background-image: url("../../../assets/images/istockphoto-1417210324-612x612.jpg");
}
.cid-tWXORD4DBZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXORD4DBZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWO12PLHNs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWO12PLHNs .line {
  background-color: #e43f3f;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWO12PLHNs .mbr-text {
  text-align: left;
}
.cid-tWO12Q2Ehq {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tWO12Q2Ehq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWO12Q2Ehq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWO12Q2Ehq .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWO12Q2Ehq .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWO12Q2Ehq .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-tWO12Q2Ehq .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWO12Q2Ehq .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWO12QmC7K {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWO12QmC7K .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWO12QmC7K .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tWO12QmC7K .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWO12QmC7K .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tWO12QmC7K a {
  font-weight: 600;
}
.cid-tWO12QmC7K a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tWO12QmC7K .col-lg-3,
  .cid-tWO12QmC7K .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tWO12QmC7K .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tWO12QmC7K .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWO12QmC7K h5 {
  margin: 0;
}
.cid-tWO12QmC7K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWO12QmC7K .iconfont-wrapper {
  position: relative;
}
.cid-tWO12QmC7K .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-tWO12QmC7K .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tWO12QmC7K .sociconfont-wrapper {
  display: flex;
}
.cid-tWO12QmC7K .card-title,
.cid-tWO12QmC7K .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tWO12QmC7K .card-text {
  color: #000000;
}
.cid-tWO12QmC7K .mbr-section-title {
  color: #000000;
}
.cid-tWO12QmC7K .main-title,
.cid-tWO12QmC7K .iconfont-wrapper {
  text-align: left;
}
.cid-tWO12QIboJ {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7787a5;
  overflow: hidden;
}
.cid-tWO0BKrIZA {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWO0BKrIZA nav.navbar {
  position: fixed;
}
.cid-tWO0BKrIZA .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-tWO0BKrIZA .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWO0BKrIZA .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWO0BKrIZA .dropdown-item:hover,
.cid-tWO0BKrIZA .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tWO0BKrIZA .dropdown-item:hover span {
  color: white;
}
.cid-tWO0BKrIZA .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWO0BKrIZA .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWO0BKrIZA .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWO0BKrIZA .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWO0BKrIZA .nav-link {
  position: relative;
}
.cid-tWO0BKrIZA .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWO0BKrIZA .container {
    flex-wrap: nowrap;
  }
}
.cid-tWO0BKrIZA .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWO0BKrIZA .dropdown-menu,
.cid-tWO0BKrIZA .navbar.opened {
  background: #000000 !important;
}
.cid-tWO0BKrIZA .nav-item:focus,
.cid-tWO0BKrIZA .nav-link:focus {
  outline: none;
}
.cid-tWO0BKrIZA .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWO0BKrIZA .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWO0BKrIZA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWO0BKrIZA .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWO0BKrIZA .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWO0BKrIZA .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWO0BKrIZA .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWO0BKrIZA .navbar.opened {
  transition: all 0.3s;
}
.cid-tWO0BKrIZA .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWO0BKrIZA .navbar .navbar-logo img {
  width: auto;
}
.cid-tWO0BKrIZA .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWO0BKrIZA .navbar.collapsed {
  justify-content: center;
}
.cid-tWO0BKrIZA .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWO0BKrIZA .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWO0BKrIZA .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWO0BKrIZA .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWO0BKrIZA .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWO0BKrIZA .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-tWO0BKrIZA .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWO0BKrIZA .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWO0BKrIZA .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWO0BKrIZA .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWO0BKrIZA .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWO0BKrIZA .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWO0BKrIZA .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWO0BKrIZA .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-tWO0BKrIZA .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWO0BKrIZA .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWO0BKrIZA .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWO0BKrIZA .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWO0BKrIZA .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWO0BKrIZA .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWO0BKrIZA .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWO0BKrIZA .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWO0BKrIZA .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWO0BKrIZA .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWO0BKrIZA .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-tWO0BKrIZA .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWO0BKrIZA .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWO0BKrIZA .dropdown-item.active,
.cid-tWO0BKrIZA .dropdown-item:active {
  background-color: transparent;
}
.cid-tWO0BKrIZA .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWO0BKrIZA .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWO0BKrIZA .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWO0BKrIZA .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWO0BKrIZA .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWO0BKrIZA .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWO0BKrIZA ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWO0BKrIZA .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWO0BKrIZA button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWO0BKrIZA button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWO0BKrIZA button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWO0BKrIZA button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWO0BKrIZA button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWO0BKrIZA button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWO0BKrIZA nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWO0BKrIZA nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWO0BKrIZA nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWO0BKrIZA nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWO0BKrIZA .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWO0BKrIZA a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWO0BKrIZA .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-tWO0BKrIZA .navbar {
    height: 70px;
  }
  .cid-tWO0BKrIZA .navbar.opened {
    height: auto;
  }
  .cid-tWO0BKrIZA .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWXOLxAckl {
  background-image: url("../../../assets/images/istockphoto-905204716-612x612.jpg");
}
.cid-tWXOLxAckl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXOLxAckl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWO0BLCv03 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWO0BLCv03 .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWO0BLCv03 .mbr-text {
  text-align: left;
}
.cid-tWO0BR5u5D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tWO0BR5u5D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWO0BR5u5D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWO0BR5u5D .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWO0BR5u5D .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWO0BR5u5D .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-tWO0BR5u5D .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWO0BR5u5D .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWO0BRyj23 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWO0BRyj23 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWO0BRyj23 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tWO0BRyj23 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWO0BRyj23 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tWO0BRyj23 a {
  font-weight: 600;
}
.cid-tWO0BRyj23 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tWO0BRyj23 .col-lg-3,
  .cid-tWO0BRyj23 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tWO0BRyj23 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tWO0BRyj23 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWO0BRyj23 h5 {
  margin: 0;
}
.cid-tWO0BRyj23 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWO0BRyj23 .iconfont-wrapper {
  position: relative;
}
.cid-tWO0BRyj23 .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-tWO0BRyj23 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tWO0BRyj23 .sociconfont-wrapper {
  display: flex;
}
.cid-tWO0BRyj23 .card-title,
.cid-tWO0BRyj23 .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tWO0BRyj23 .card-text {
  color: #000000;
}
.cid-tWO0BRyj23 .mbr-section-title {
  color: #000000;
}
.cid-tWO0BRyj23 .main-title,
.cid-tWO0BRyj23 .iconfont-wrapper {
  text-align: left;
}
.cid-tWO0BS7Ucd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #7787a5;
  overflow: hidden;
}
.cid-tWUNwIqDVH {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWUNwIqDVH nav.navbar {
  position: fixed;
}
.cid-tWUNwIqDVH .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-tWUNwIqDVH .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWUNwIqDVH .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWUNwIqDVH .dropdown-item:hover,
.cid-tWUNwIqDVH .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tWUNwIqDVH .dropdown-item:hover span {
  color: white;
}
.cid-tWUNwIqDVH .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWUNwIqDVH .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWUNwIqDVH .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWUNwIqDVH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWUNwIqDVH .nav-link {
  position: relative;
}
.cid-tWUNwIqDVH .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWUNwIqDVH .container {
    flex-wrap: nowrap;
  }
}
.cid-tWUNwIqDVH .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWUNwIqDVH .dropdown-menu,
.cid-tWUNwIqDVH .navbar.opened {
  background: #000000 !important;
}
.cid-tWUNwIqDVH .nav-item:focus,
.cid-tWUNwIqDVH .nav-link:focus {
  outline: none;
}
.cid-tWUNwIqDVH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWUNwIqDVH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWUNwIqDVH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWUNwIqDVH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWUNwIqDVH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWUNwIqDVH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWUNwIqDVH .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWUNwIqDVH .navbar.opened {
  transition: all 0.3s;
}
.cid-tWUNwIqDVH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWUNwIqDVH .navbar .navbar-logo img {
  width: auto;
}
.cid-tWUNwIqDVH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWUNwIqDVH .navbar.collapsed {
  justify-content: center;
}
.cid-tWUNwIqDVH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWUNwIqDVH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWUNwIqDVH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWUNwIqDVH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWUNwIqDVH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWUNwIqDVH .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-tWUNwIqDVH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWUNwIqDVH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWUNwIqDVH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWUNwIqDVH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWUNwIqDVH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWUNwIqDVH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWUNwIqDVH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWUNwIqDVH .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-tWUNwIqDVH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWUNwIqDVH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWUNwIqDVH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWUNwIqDVH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWUNwIqDVH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWUNwIqDVH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWUNwIqDVH .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWUNwIqDVH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWUNwIqDVH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWUNwIqDVH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWUNwIqDVH .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-tWUNwIqDVH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWUNwIqDVH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWUNwIqDVH .dropdown-item.active,
.cid-tWUNwIqDVH .dropdown-item:active {
  background-color: transparent;
}
.cid-tWUNwIqDVH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWUNwIqDVH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWUNwIqDVH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWUNwIqDVH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWUNwIqDVH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWUNwIqDVH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWUNwIqDVH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWUNwIqDVH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWUNwIqDVH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWUNwIqDVH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWUNwIqDVH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWUNwIqDVH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUNwIqDVH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUNwIqDVH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWUNwIqDVH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUNwIqDVH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWUNwIqDVH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWUNwIqDVH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUNwIqDVH .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWUNwIqDVH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWUNwIqDVH .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-tWUNwIqDVH .navbar {
    height: 70px;
  }
  .cid-tWUNwIqDVH .navbar.opened {
    height: auto;
  }
  .cid-tWUNwIqDVH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWUNwJ8ypR {
  background-image: url("../../../assets/images/istockphoto-1412921381-612x612.jpg");
}
.cid-tWUNwJ8ypR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUNwJ8ypR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUNwJ8ypR .mbr-section-title {
  color: #000000;
}
.cid-tWUNwJzGns {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWUNwJzGns .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUNwJzGns .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-tWUNwJzGns .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWUNwJzGns .container {
    padding: 0 12px;
  }
}
.cid-tWUNwJzGns .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWUNwJzGns .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWUNwJzGns .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWUNwJzGns .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWUNwJzGns .mbr-section-title {
  color: #222222;
}
.cid-tWUNwK2log {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUNwK2log .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWUNwK2log .mbr-text {
  text-align: left;
}
.cid-tWUNwKn6ys {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWUNwKn6ys .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUNwKn6ys .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUNwKn6ys .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWUNwKn6ys .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWUNwKn6ys .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWUNwKn6ys .mbr-section-title {
  color: #131313;
}
.cid-tWUNwKn6ys .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWUNwKn6ys .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWUNwKn6ys .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWUNwKn6ys .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWUNwKn6ys .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWUNwKn6ys .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWUNwKn6ys .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWUNwKn6ys .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWUNwKn6ys .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWUNwKn6ys .card-title {
  color: #131313;
}
.cid-tWUNwKn6ys .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWUNwKn6ys .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUNwKn6ys .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWUNwKn6ys .card-link {
    margin-top: 15px;
  }
}
.cid-tWUNwKn6ys .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWUNwL7PSh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUNwLwkK4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWUNwLwkK4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUNwLwkK4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUNwLwkK4 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWUNwLwkK4 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWUNwLwkK4 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWUNwLwkK4 .mbr-section-title {
  color: #131313;
}
.cid-tWUNwLwkK4 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWUNwLwkK4 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWUNwLwkK4 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWUNwLwkK4 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWUNwLwkK4 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWUNwLwkK4 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWUNwLwkK4 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWUNwLwkK4 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWUNwLwkK4 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWUNwLwkK4 .card-title {
  color: #131313;
}
.cid-tWUNwLwkK4 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWUNwLwkK4 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUNwLwkK4 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWUNwLwkK4 .card-link {
    margin-top: 15px;
  }
}
.cid-tWUNwLwkK4 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWUNwMg74K {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWUNwMM1Bl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWUNwMM1Bl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUNwMM1Bl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUNwMM1Bl .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWUNwMM1Bl .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWUNwMM1Bl .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWUNwMM1Bl .mbr-section-title {
  color: #131313;
}
.cid-tWUNwMM1Bl .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWUNwMM1Bl .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWUNwMM1Bl .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWUNwMM1Bl .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWUNwMM1Bl .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tWUNwMM1Bl .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWUNwMM1Bl .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tWUNwMM1Bl .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWUNwMM1Bl .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tWUNwMM1Bl .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tWUNwMM1Bl .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWUNwMM1Bl .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tWUNwMM1Bl .content-wrap {
    margin-top: 0;
  }
}
.cid-tWUNwMM1Bl .card-title {
  color: #131313;
}
.cid-tWUNwMM1Bl .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUNwMM1Bl .card-text {
    margin-top: 15px;
  }
}
.cid-tWUNwMM1Bl .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUNwMM1Bl .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWUNwMM1Bl .card-link {
    margin-top: 15px;
  }
}
.cid-tWUNwMM1Bl .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWUNwNQbCk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWXYgt2Dd0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWXYgt2Dd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXYgt2Dd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXYgt2Dd0 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWXYgt2Dd0 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWXYgt2Dd0 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWXYgt2Dd0 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWXYgt2Dd0 .mbr-text,
.cid-tWXYgt2Dd0 .mbr-section-btn {
  color: #000000;
}
.cid-tWXYgt2Dd0 .card-title,
.cid-tWXYgt2Dd0 .card-box {
  text-align: center;
  color: #000000;
}
.cid-tWUNwOXcw3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUNwPpnBD {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tWUNwPpnBD {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-tWUNwPpnBD .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tWUNwPpnBD .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tWUNwPpnBD .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tWUNwPpnBD .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUNwPpnBD .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWUNwPpnBD .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tWUNwPpnBD .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWUNwPpnBD .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWUNwPpnBD .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #000000;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tWUNwPpnBD .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tWUNwPpnBD .panel-group .card {
    padding: 16px;
  }
}
.cid-tWUNwPpnBD .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-tWUNwPpnBD .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tWUNwPpnBD .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7787a5;
}
.cid-tWUNwPpnBD .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #7787a5;
}
.cid-tWUNwPpnBD .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tWUNwPpnBD .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-tWUNwPpnBD .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWUNwPpnBD .mbr-section-title {
  color: #000000;
}
.cid-tWUNwPpnBD .panel-title-edit {
  color: #ffffff;
}
.cid-tWUNwPpnBD .panel-text {
  color: #ffffff;
}
.cid-tWUNwQalhu {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tWUNwQFVBj {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWUNwQFVBj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUNwQFVBj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUNwQFVBj .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tWUNwQFVBj .container-fluid {
    padding: 0 12px;
  }
}
.cid-tWUNwQFVBj .container-fluid .row {
  padding: 0;
}
.cid-tWUNwQFVBj .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tWUNwQFVBj .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tWUNwQFVBj .card {
    padding: 48px 20px;
  }
}
.cid-tWUNwQFVBj .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tWUNwQFVBj .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWUNwQFVBj .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tWUNwQFVBj .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tWUNwQFVBj .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWUNwRoAN0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWY3U5nq19 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tWY3U5nq19 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWY3U5nq19 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWY3U5nq19 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWY3U5nq19 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWY3U5nq19 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #bbbbbb;
}
.cid-tWY3U5nq19 .panel-body,
.cid-tWY3U5nq19 .card-header {
  padding: 1rem 0;
}
.cid-tWY3U5nq19 .panel-title-edit {
  color: #ffffff;
}
.cid-tWY3U5nq19 H3 {
  color: #ffffff;
}
.cid-tWY3U5nq19 .panel-text {
  color: #ffffff;
}
.cid-tWUNwRVAgK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tWUNwRVAgK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUNwRVAgK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUNwRVAgK .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWUNwRVAgK .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWUNwRVAgK .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-tWUNwRVAgK .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWUNwRVAgK .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWUNwSwpZX {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWUNwSwpZX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUNwSwpZX .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tWUNwSwpZX .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWUNwSwpZX .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tWUNwSwpZX a {
  font-weight: 600;
}
.cid-tWUNwSwpZX a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tWUNwSwpZX .col-lg-3,
  .cid-tWUNwSwpZX .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tWUNwSwpZX .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tWUNwSwpZX .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWUNwSwpZX h5 {
  margin: 0;
}
.cid-tWUNwSwpZX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUNwSwpZX .iconfont-wrapper {
  position: relative;
}
.cid-tWUNwSwpZX .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-tWUNwSwpZX .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tWUNwSwpZX .sociconfont-wrapper {
  display: flex;
}
.cid-tWUNwSwpZX .card-title,
.cid-tWUNwSwpZX .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tWUNwSwpZX .card-text {
  color: #000000;
}
.cid-tWUNwSwpZX .mbr-section-title {
  color: #000000;
}
.cid-tWUNwSwpZX .main-title,
.cid-tWUNwSwpZX .iconfont-wrapper {
  text-align: left;
}
.cid-tWUNwTd4XA {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tWUObbOGex {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWUObbOGex nav.navbar {
  position: fixed;
}
.cid-tWUObbOGex .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-tWUObbOGex .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWUObbOGex .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWUObbOGex .dropdown-item:hover,
.cid-tWUObbOGex .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tWUObbOGex .dropdown-item:hover span {
  color: white;
}
.cid-tWUObbOGex .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWUObbOGex .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWUObbOGex .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWUObbOGex .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWUObbOGex .nav-link {
  position: relative;
}
.cid-tWUObbOGex .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWUObbOGex .container {
    flex-wrap: nowrap;
  }
}
.cid-tWUObbOGex .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWUObbOGex .dropdown-menu,
.cid-tWUObbOGex .navbar.opened {
  background: #000000 !important;
}
.cid-tWUObbOGex .nav-item:focus,
.cid-tWUObbOGex .nav-link:focus {
  outline: none;
}
.cid-tWUObbOGex .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWUObbOGex .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWUObbOGex .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWUObbOGex .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWUObbOGex .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWUObbOGex .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWUObbOGex .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWUObbOGex .navbar.opened {
  transition: all 0.3s;
}
.cid-tWUObbOGex .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWUObbOGex .navbar .navbar-logo img {
  width: auto;
}
.cid-tWUObbOGex .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWUObbOGex .navbar.collapsed {
  justify-content: center;
}
.cid-tWUObbOGex .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWUObbOGex .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWUObbOGex .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWUObbOGex .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWUObbOGex .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWUObbOGex .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-tWUObbOGex .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWUObbOGex .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWUObbOGex .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWUObbOGex .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWUObbOGex .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWUObbOGex .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWUObbOGex .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWUObbOGex .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-tWUObbOGex .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWUObbOGex .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWUObbOGex .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWUObbOGex .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWUObbOGex .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWUObbOGex .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWUObbOGex .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWUObbOGex .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWUObbOGex .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWUObbOGex .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWUObbOGex .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-tWUObbOGex .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWUObbOGex .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWUObbOGex .dropdown-item.active,
.cid-tWUObbOGex .dropdown-item:active {
  background-color: transparent;
}
.cid-tWUObbOGex .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWUObbOGex .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWUObbOGex .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWUObbOGex .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWUObbOGex .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWUObbOGex .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWUObbOGex ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWUObbOGex .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWUObbOGex button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWUObbOGex button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWUObbOGex button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWUObbOGex button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUObbOGex button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUObbOGex button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWUObbOGex nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUObbOGex nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWUObbOGex nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWUObbOGex nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUObbOGex .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWUObbOGex a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWUObbOGex .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-tWUObbOGex .navbar {
    height: 70px;
  }
  .cid-tWUObbOGex .navbar.opened {
    height: auto;
  }
  .cid-tWUObbOGex .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWUObcwB5T {
  background-image: url("../../../assets/images/istockphoto-1434690870-612x612.jpg");
}
.cid-tWUObcwB5T .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUObcwB5T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUObdeoK1 {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWUObdeoK1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUObdeoK1 .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-tWUObdeoK1 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWUObdeoK1 .container {
    padding: 0 12px;
  }
}
.cid-tWUObdeoK1 .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWUObdeoK1 .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWUObdeoK1 .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWUObdeoK1 .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWUObdeoK1 .mbr-section-title {
  color: #222222;
}
.cid-tWUObdDFNU {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUObdDFNU .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWUObdDFNU .mbr-text {
  text-align: left;
}
.cid-tWUObdXX5G {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWUObdXX5G .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUObdXX5G .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUObdXX5G .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWUObdXX5G .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWUObdXX5G .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWUObdXX5G .mbr-section-title {
  color: #131313;
}
.cid-tWUObdXX5G .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWUObdXX5G .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWUObdXX5G .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWUObdXX5G .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWUObdXX5G .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWUObdXX5G .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWUObdXX5G .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWUObdXX5G .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWUObdXX5G .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWUObdXX5G .card-title {
  color: #131313;
}
.cid-tWUObdXX5G .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWUObdXX5G .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUObdXX5G .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWUObdXX5G .card-link {
    margin-top: 15px;
  }
}
.cid-tWUObdXX5G .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWUObeF7qi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUObf0lP7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWUObf0lP7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUObf0lP7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUObf0lP7 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWUObf0lP7 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWUObf0lP7 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWUObf0lP7 .mbr-section-title {
  color: #131313;
}
.cid-tWUObf0lP7 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWUObf0lP7 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWUObf0lP7 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWUObf0lP7 .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWUObf0lP7 .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWUObf0lP7 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWUObf0lP7 .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWUObf0lP7 .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWUObf0lP7 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWUObf0lP7 .card-title {
  color: #131313;
}
.cid-tWUObf0lP7 .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWUObf0lP7 .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUObf0lP7 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWUObf0lP7 .card-link {
    margin-top: 15px;
  }
}
.cid-tWUObf0lP7 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWUObfFZIn {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWUObgakT0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWUObgakT0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUObgakT0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUObgakT0 .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWUObgakT0 .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWUObgakT0 .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWUObgakT0 .mbr-section-title {
  color: #131313;
}
.cid-tWUObgakT0 .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWUObgakT0 .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWUObgakT0 .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWUObgakT0 .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWUObgakT0 .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tWUObgakT0 .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWUObgakT0 .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tWUObgakT0 .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWUObgakT0 .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tWUObgakT0 .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tWUObgakT0 .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWUObgakT0 .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tWUObgakT0 .content-wrap {
    margin-top: 0;
  }
}
.cid-tWUObgakT0 .card-title {
  color: #131313;
}
.cid-tWUObgakT0 .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUObgakT0 .card-text {
    margin-top: 15px;
  }
}
.cid-tWUObgakT0 .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUObgakT0 .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWUObgakT0 .card-link {
    margin-top: 15px;
  }
}
.cid-tWUObgakT0 .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWUObgU9PJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWXXJmmiS4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWXXJmmiS4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXXJmmiS4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXXJmmiS4 .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWXXJmmiS4 .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWXXJmmiS4 .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWXXJmmiS4 .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWXXJmmiS4 .mbr-text,
.cid-tWXXJmmiS4 .mbr-section-btn {
  color: #000000;
}
.cid-tWXXJmmiS4 .card-title,
.cid-tWXXJmmiS4 .card-box {
  text-align: center;
  color: #000000;
}
.cid-tWUObhNpD9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUObiedot {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tWUObiedot {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-tWUObiedot .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tWUObiedot .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tWUObiedot .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tWUObiedot .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUObiedot .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWUObiedot .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tWUObiedot .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWUObiedot .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWUObiedot .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #000000;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tWUObiedot .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tWUObiedot .panel-group .card {
    padding: 16px;
  }
}
.cid-tWUObiedot .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-tWUObiedot .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tWUObiedot .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7787a5;
}
.cid-tWUObiedot .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #7787a5;
}
.cid-tWUObiedot .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tWUObiedot .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-tWUObiedot .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWUObiedot .mbr-section-title {
  color: #000000;
}
.cid-tWUObiedot .panel-title-edit {
  color: #ffffff;
}
.cid-tWUObiedot .panel-text {
  color: #ffffff;
}
.cid-tWUObiX3Zh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUObjnRhb {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWUObjnRhb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUObjnRhb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUObjnRhb .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tWUObjnRhb .container-fluid {
    padding: 0 12px;
  }
}
.cid-tWUObjnRhb .container-fluid .row {
  padding: 0;
}
.cid-tWUObjnRhb .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tWUObjnRhb .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tWUObjnRhb .card {
    padding: 48px 20px;
  }
}
.cid-tWUObjnRhb .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tWUObjnRhb .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tWUObjnRhb .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tWUObjnRhb .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tWUObjnRhb .mbr-section-title {
  color: #000000;
  text-align: left;
}
.cid-tWUObjWCJV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWY4wJ2s1L {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tWY4wJ2s1L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWY4wJ2s1L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWY4wJ2s1L .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWY4wJ2s1L .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWY4wJ2s1L .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #bbbbbb;
}
.cid-tWY4wJ2s1L .panel-body,
.cid-tWY4wJ2s1L .card-header {
  padding: 1rem 0;
}
.cid-tWY4wJ2s1L .panel-title-edit {
  color: #ffffff;
}
.cid-tWY4wJ2s1L H3 {
  color: #ffffff;
}
.cid-tWY4wJ2s1L .panel-text {
  color: #ffffff;
}
.cid-tWUObkpan8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tWUObkpan8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUObkpan8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUObkpan8 .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWUObkpan8 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWUObkpan8 .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-tWUObkpan8 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWUObkpan8 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWUObl7LwC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWUObl7LwC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUObl7LwC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tWUObl7LwC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWUObl7LwC .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tWUObl7LwC a {
  font-weight: 600;
}
.cid-tWUObl7LwC a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tWUObl7LwC .col-lg-3,
  .cid-tWUObl7LwC .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tWUObl7LwC .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tWUObl7LwC .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWUObl7LwC h5 {
  margin: 0;
}
.cid-tWUObl7LwC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUObl7LwC .iconfont-wrapper {
  position: relative;
}
.cid-tWUObl7LwC .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-tWUObl7LwC .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tWUObl7LwC .sociconfont-wrapper {
  display: flex;
}
.cid-tWUObl7LwC .card-title,
.cid-tWUObl7LwC .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tWUObl7LwC .card-text {
  color: #000000;
}
.cid-tWUObl7LwC .mbr-section-title {
  color: #000000;
}
.cid-tWUObl7LwC .main-title,
.cid-tWUObl7LwC .iconfont-wrapper {
  text-align: left;
}
.cid-tWUObmEIpU {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-tWUOTGNGE9 {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 60px;
}
.cid-tWUOTGNGE9 nav.navbar {
  position: fixed;
}
.cid-tWUOTGNGE9 .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-tWUOTGNGE9 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-tWUOTGNGE9 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-tWUOTGNGE9 .dropdown-item:hover,
.cid-tWUOTGNGE9 .dropdown-item:focus {
  background: #bbbbbb !important;
  color: white !important;
}
.cid-tWUOTGNGE9 .dropdown-item:hover span {
  color: white;
}
.cid-tWUOTGNGE9 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-tWUOTGNGE9 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-tWUOTGNGE9 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-tWUOTGNGE9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-tWUOTGNGE9 .nav-link {
  position: relative;
}
.cid-tWUOTGNGE9 .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-tWUOTGNGE9 .container {
    flex-wrap: nowrap;
  }
}
.cid-tWUOTGNGE9 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tWUOTGNGE9 .dropdown-menu,
.cid-tWUOTGNGE9 .navbar.opened {
  background: #000000 !important;
}
.cid-tWUOTGNGE9 .nav-item:focus,
.cid-tWUOTGNGE9 .nav-link:focus {
  outline: none;
}
.cid-tWUOTGNGE9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tWUOTGNGE9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tWUOTGNGE9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tWUOTGNGE9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tWUOTGNGE9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tWUOTGNGE9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tWUOTGNGE9 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
}
.cid-tWUOTGNGE9 .navbar.opened {
  transition: all 0.3s;
}
.cid-tWUOTGNGE9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tWUOTGNGE9 .navbar .navbar-logo img {
  width: auto;
}
.cid-tWUOTGNGE9 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tWUOTGNGE9 .navbar.collapsed {
  justify-content: center;
}
.cid-tWUOTGNGE9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tWUOTGNGE9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tWUOTGNGE9 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-tWUOTGNGE9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tWUOTGNGE9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tWUOTGNGE9 .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-tWUOTGNGE9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tWUOTGNGE9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tWUOTGNGE9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-tWUOTGNGE9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tWUOTGNGE9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tWUOTGNGE9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tWUOTGNGE9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tWUOTGNGE9 .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-tWUOTGNGE9 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tWUOTGNGE9 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tWUOTGNGE9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tWUOTGNGE9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tWUOTGNGE9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tWUOTGNGE9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-tWUOTGNGE9 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-tWUOTGNGE9 .navbar.navbar-short {
  min-height: 60px;
}
.cid-tWUOTGNGE9 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tWUOTGNGE9 .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tWUOTGNGE9 .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-tWUOTGNGE9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tWUOTGNGE9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tWUOTGNGE9 .dropdown-item.active,
.cid-tWUOTGNGE9 .dropdown-item:active {
  background-color: transparent;
}
.cid-tWUOTGNGE9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tWUOTGNGE9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tWUOTGNGE9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tWUOTGNGE9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tWUOTGNGE9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tWUOTGNGE9 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tWUOTGNGE9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tWUOTGNGE9 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tWUOTGNGE9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tWUOTGNGE9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tWUOTGNGE9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tWUOTGNGE9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUOTGNGE9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tWUOTGNGE9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tWUOTGNGE9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUOTGNGE9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tWUOTGNGE9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tWUOTGNGE9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tWUOTGNGE9 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-tWUOTGNGE9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tWUOTGNGE9 .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-tWUOTGNGE9 .navbar {
    height: 70px;
  }
  .cid-tWUOTGNGE9 .navbar.opened {
    height: auto;
  }
  .cid-tWUOTGNGE9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tWUOTHmqjy {
  background-image: url("../../../assets/images/istockphoto-165817153-612x612.jpg");
}
.cid-tWUOTHmqjy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUOTHmqjy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUOTHLyZP {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWUOTHLyZP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUOTHLyZP .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-tWUOTHLyZP .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-tWUOTHLyZP .container {
    padding: 0 12px;
  }
}
.cid-tWUOTHLyZP .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-tWUOTHLyZP .list {
  margin: 0;
  list-style-type: none;
  padding-left: 0;
  color: #222222;
}
.cid-tWUOTHLyZP .list li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 36px;
}
.cid-tWUOTHLyZP .list li:before {
  position: absolute;
  top: 8px;
  left: 0;
  content: "✓";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #000000;
  width: 22px;
  height: 22px;
  font-size: 14px;
  border-radius: 50%;
}
.cid-tWUOTHLyZP .mbr-section-title {
  color: #222222;
}
.cid-tWUOTI3FzT {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUOTI3FzT .line {
  background-color: #6592e6;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-tWUOTI3FzT .mbr-text {
  text-align: left;
}
.cid-tWUOTIjKcM {
  padding-top: 1rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWUOTIjKcM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUOTIjKcM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUOTIjKcM .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWUOTIjKcM .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWUOTIjKcM .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWUOTIjKcM .mbr-section-title {
  color: #131313;
}
.cid-tWUOTIjKcM .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWUOTIjKcM .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWUOTIjKcM .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWUOTIjKcM .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #ffffff;
  box-shadow: 4px 4px 0 #ffffff;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWUOTIjKcM .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWUOTIjKcM .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWUOTIjKcM .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWUOTIjKcM .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWUOTIjKcM .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWUOTIjKcM .card-title {
  color: #131313;
}
.cid-tWUOTIjKcM .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWUOTIjKcM .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUOTIjKcM .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWUOTIjKcM .card-link {
    margin-top: 15px;
  }
}
.cid-tWUOTIjKcM .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWUOTIPm7h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUOTJ6wCl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWUOTJ6wCl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUOTJ6wCl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUOTJ6wCl .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWUOTJ6wCl .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWUOTJ6wCl .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWUOTJ6wCl .mbr-section-title {
  color: #131313;
}
.cid-tWUOTJ6wCl .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWUOTJ6wCl .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWUOTJ6wCl .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWUOTJ6wCl .card-wrapper {
  width: calc(100% - 14px);
  padding: 80px 40px 60px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWUOTJ6wCl .card-wrapper {
    padding: 40px 30px;
  }
}
@media (min-width: 992px) {
  .cid-tWUOTJ6wCl .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWUOTJ6wCl .iconfont-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .cid-tWUOTJ6wCl .iconfont-wrapper {
    margin-bottom: 25px;
  }
}
.cid-tWUOTJ6wCl .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWUOTJ6wCl .card-title {
  color: #131313;
}
.cid-tWUOTJ6wCl .card-text {
  margin-top: 10px;
  color: #131313;
}
.cid-tWUOTJ6wCl .card-link {
  margin-top: 30px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUOTJ6wCl .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .cid-tWUOTJ6wCl .card-link {
    margin-top: 15px;
  }
}
.cid-tWUOTJ6wCl .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWUOTJFsfz {
  padding-top: 5rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-tWUOTK0QSc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWUOTK0QSc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUOTK0QSc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUOTK0QSc .mbr-section-head {
  margin-bottom: 70px;
}
@media (max-width: 1399px) {
  .cid-tWUOTK0QSc .mbr-section-head {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .cid-tWUOTK0QSc .mbr-section-head {
    margin-bottom: 30px;
  }
}
.cid-tWUOTK0QSc .mbr-section-title {
  color: #131313;
}
.cid-tWUOTK0QSc .mbr-section-subtitle {
  margin-top: 18px;
  color: #131313;
}
.cid-tWUOTK0QSc .cards-row {
  margin-top: 5px;
  row-gap: 30px;
}
.cid-tWUOTK0QSc .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  border-radius: 0;
}
.cid-tWUOTK0QSc .card-wrapper {
  display: flex;
  width: calc(100% - 24px);
  padding: 52px 30px 52px 40px;
  margin: 0 auto;
  border: 2px solid #000000;
  box-shadow: 4px 4px 0 #000000;
  background: #ffffff;
  transition: .3s all;
}
@media (max-width: 1199px) {
  .cid-tWUOTK0QSc .card-wrapper {
    padding: 40px 30px 40px 40px;
  }
}
@media (max-width: 991px) {
  .cid-tWUOTK0QSc .card-wrapper {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .cid-tWUOTK0QSc .card-wrapper {
    width: calc(100% - 14px);
    flex-direction: column;
    padding: 30px 25px 25px;
  }
}
@media (min-width: 992px) {
  .cid-tWUOTK0QSc .card-wrapper:hover {
    box-shadow: none;
    transform: translateY(-5px);
  }
}
.cid-tWUOTK0QSc .iconfont-wrapper {
  margin-right: 40px;
}
@media (max-width: 767px) {
  .cid-tWUOTK0QSc .iconfont-wrapper {
    margin-right: 0;
    margin-bottom: 15px;
  }
}
.cid-tWUOTK0QSc .iconfont-wrapper .mbr-iconfont {
  display: block;
  font-size: 100px;
  color: #fc7942;
}
.cid-tWUOTK0QSc .content-wrap {
  margin-top: 10px;
}
@media (max-width: 1199px) {
  .cid-tWUOTK0QSc .content-wrap {
    margin-top: 0;
  }
}
.cid-tWUOTK0QSc .card-title {
  color: #131313;
}
.cid-tWUOTK0QSc .card-text {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUOTK0QSc .card-text {
    margin-top: 15px;
  }
}
.cid-tWUOTK0QSc .card-link {
  margin-top: 24px;
  color: #131313;
}
@media (max-width: 1199px) {
  .cid-tWUOTK0QSc .card-link {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .cid-tWUOTK0QSc .card-link {
    margin-top: 15px;
  }
}
.cid-tWUOTK0QSc .card-link a.text-primary:hover {
  color: #131313 !important;
}
.cid-tWUOTKGH8i {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWXVZbj70N {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tWXVZbj70N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWXVZbj70N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWXVZbj70N .card-wrapper {
  background: #ffffff;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .cid-tWXVZbj70N .card-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-tWXVZbj70N .card-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tWXVZbj70N .card-wrapper {
    padding: 4rem;
  }
}
.cid-tWXVZbj70N .mbr-text,
.cid-tWXVZbj70N .mbr-section-btn {
  color: #000000;
}
.cid-tWXVZbj70N .card-title,
.cid-tWXVZbj70N .card-box {
  text-align: center;
  color: #000000;
}
.cid-tWUOTLk8S2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUOTLEiUS {
  background-color: #ffffff !important;
  border: 18px solid #ffffff;
  margin-top: -18px;
}
@media (max-width: 768px) {
  .cid-tWUOTLEiUS {
    border: 8px solid #ffffff;
    margin-top: -8px;
  }
}
.cid-tWUOTLEiUS .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-tWUOTLEiUS .mbr-overlay {
  border-radius: 1.2rem;
}
.cid-tWUOTLEiUS .row {
  position: relative;
  padding: 0 18px 0;
  margin: 0;
  justify-content: center;
  border-radius: 1.2em;
  padding-top: 2rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #fafafa;
}
.cid-tWUOTLEiUS .row .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUOTLEiUS .row .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .cid-tWUOTLEiUS .row {
    padding-left: 0;
    padding-right: 0;
  }
}
.cid-tWUOTLEiUS .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tWUOTLEiUS .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tWUOTLEiUS .panel-group .card {
  margin-bottom: 32px;
  border-radius: 1.2em;
  background-color: #000000;
  padding: 32px;
}
@media (max-width: 992px) {
  .cid-tWUOTLEiUS .panel-group .card {
    margin-bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cid-tWUOTLEiUS .panel-group .card {
    padding: 16px;
  }
}
.cid-tWUOTLEiUS .panel-group .card .card-header {
  border-bottom: none;
  padding: 16px 0;
}
.cid-tWUOTLEiUS .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tWUOTLEiUS .panel-group .card .card-header .panel-title:not(.collapsed) .panel-title-edit {
  color: #7787a5;
}
.cid-tWUOTLEiUS .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #7787a5;
}
.cid-tWUOTLEiUS .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.cid-tWUOTLEiUS .panel-group .card .card-header .panel-title .mbr-iconfont {
  font-size: 24px;
  color: #ffffff;
  margin-left: 5px;
  transition: all 0.3s ease-out;
}
.cid-tWUOTLEiUS .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tWUOTLEiUS .mbr-section-title {
  color: #000000;
}
.cid-tWUOTLEiUS .panel-title-edit {
  color: #ffffff;
}
.cid-tWUOTLEiUS .panel-text {
  color: #ffffff;
}
.cid-tWUOTMbbjL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWUOTN4xHe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tWY57shGj9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tWY57shGj9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWY57shGj9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWY57shGj9 .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-tWY57shGj9 .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tWY57shGj9 .mbr-iconfont {
  padding-left: 1rem;
  font-family: 'Moririse2' !important;
  font-size: 1.4rem !important;
  color: #bbbbbb;
}
.cid-tWY57shGj9 .panel-body,
.cid-tWY57shGj9 .card-header {
  padding: 1rem 0;
}
.cid-tWY57shGj9 .panel-title-edit {
  color: #ffffff;
}
.cid-tWY57shGj9 H3 {
  color: #ffffff;
}
.cid-tWY57shGj9 .panel-text {
  color: #ffffff;
}
.cid-tWUOTNBkmh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #ffffff;
}
.cid-tWUOTNBkmh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUOTNBkmh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUOTNBkmh .google-map {
  height: 30rem;
  position: relative;
}
.cid-tWUOTNBkmh .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tWUOTNBkmh .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-tWUOTNBkmh .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tWUOTNBkmh .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tWUOTOciq9 {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tWUOTOciq9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tWUOTOciq9 .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tWUOTOciq9 .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tWUOTOciq9 .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tWUOTOciq9 a {
  font-weight: 600;
}
.cid-tWUOTOciq9 a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tWUOTOciq9 .col-lg-3,
  .cid-tWUOTOciq9 .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tWUOTOciq9 .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tWUOTOciq9 .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tWUOTOciq9 h5 {
  margin: 0;
}
.cid-tWUOTOciq9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tWUOTOciq9 .iconfont-wrapper {
  position: relative;
}
.cid-tWUOTOciq9 .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-tWUOTOciq9 .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tWUOTOciq9 .sociconfont-wrapper {
  display: flex;
}
.cid-tWUOTOciq9 .card-title,
.cid-tWUOTOciq9 .iconfont-wrapper {
  color: #1d1d1f;
}
.cid-tWUOTOciq9 .card-text {
  color: #000000;
}
.cid-tWUOTOciq9 .mbr-section-title {
  color: #000000;
}
.cid-tWUOTOciq9 .main-title,
.cid-tWUOTOciq9 .iconfont-wrapper {
  text-align: left;
}
.cid-tWUOTOUgY0 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
