img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.row,
.item-img,
.img-wrap,
.image-wrapper,
.item-wrapper {
  border-radius: 0 !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 6rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 7.5rem;
}
.display-2 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 3rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.8rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.2rem;
    font-size: calc( 2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.75rem + (6 - 2.75) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 2.5rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ca9236 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #d5a85e !important;
  border-color: #d5a85e !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #000000 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #000000 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ca9236;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #ffffff !important;
  background-color: #ca9236 !important;
  border-color: #ca9236 !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: #ca9236 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #7a5820 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ca9236;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ca9236;
  border-color: #ca9236;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ca9236;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f5ead7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.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: #ca9236 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #ca9236;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ca9236;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ca9236;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ca9236;
  border-bottom-color: #ca9236;
}
.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: #ca9236 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ca9236' %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-tNbSmi8ZZf {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-tNbSmi8ZZf .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-tNbSmi8ZZf .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-tNbSmi8ZZf .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-tNbSmi8ZZf .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tNbSmi8ZZf .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-tNbSmi8ZZf .rr-brand .navbar-logo a {
  outline: none;
}
.cid-tNbSmi8ZZf .navbar-caption-wrap {
  align-items: center;
}
.cid-tNbSmi8ZZf .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-tNbSmi8ZZf .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link:hover {
  color: #ca9236 !important;
}
.cid-tNbSmi8ZZf .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-nav {
    align-items: center;
  }
}
.cid-tNbSmi8ZZf .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-tNbSmi8ZZf .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-tNbSmi8ZZf .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-tNbSmi8ZZf .nav-item:focus,
.cid-tNbSmi8ZZf .nav-link:focus {
  outline: none;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tNbSmi8ZZf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tNbSmi8ZZf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tNbSmi8ZZf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tNbSmi8ZZf .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.opened {
  transition: all 0.3s;
}
.cid-tNbSmi8ZZf .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-tNbSmi8ZZf .navbar .navbar-logo img {
  width: auto;
}
.cid-tNbSmi8ZZf .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-tNbSmi8ZZf .navbar.collapsed {
  justify-content: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tNbSmi8ZZf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tNbSmi8ZZf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tNbSmi8ZZf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-tNbSmi8ZZf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar {
    min-height: 72px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tNbSmi8ZZf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tNbSmi8ZZf .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-tNbSmi8ZZf .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-tNbSmi8ZZf .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tNbSmi8ZZf .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-tNbSmi8ZZf .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-tNbSmi8ZZf .dropdown-item.active,
.cid-tNbSmi8ZZf .dropdown-item:active {
  background-color: transparent;
}
.cid-tNbSmi8ZZf .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tNbSmi8ZZf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-tNbSmi8ZZf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-tNbSmi8ZZf ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tNbSmi8ZZf .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-tNbSmi8ZZf .navbar-buttons {
    text-align: center;
  }
}
.cid-tNbSmi8ZZf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tNbSmi8ZZf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tNbSmi8ZZf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tNbSmi8ZZf .navbar-dropdown {
  padding: 0 1rem;
}
.cid-tNbSmi8ZZf a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tNbSmi8ZZf .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-tNbSmi8ZZf .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tNbSmi8ZZf .navbar {
    height: 70px;
  }
  .cid-tNbSmi8ZZf .navbar.opened {
    height: auto;
  }
  .cid-tNbSmi8ZZf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-tNbSmi8ZZf .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-tNbSmi8ZZf .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-tNbSmi8ZZf .navbar-brand {
    margin-right: auto;
  }
  .cid-tNbSmi8ZZf .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-tNbSmi8ZZf .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-tNbSmi8ZZf .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-tNbSmi8ZZf .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-tNbSmi8ZZf .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-tNbSmi8ZZf .navbar-collapse {
    padding: 1rem;
  }
}
.cid-tNbsrmU5Ji {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/istockphoto-870290466-612x408.jpg");
}
.cid-tNbsrmU5Ji .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-tNbsrmU5Ji .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-tNbsrmU5Ji {
    align-items: center;
  }
  .cid-tNbsrmU5Ji .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNbsrmU5Ji .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNbsrmU5Ji {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNbsrmU5Ji .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNbsrmU5Ji .content-wrap {
    width: 100%;
  }
}
.cid-tNbsrmU5Ji .mbr-section-title {
  text-align: left;
}
.cid-tNbsrmU5Ji .mbr-text,
.cid-tNbsrmU5Ji .mbr-section-btn {
  text-align: left;
}
.cid-tNbtnw7JGs {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbtnw7JGs .item-img {
  position: relative;
  overflow: hidden;
}
.cid-tNbtnw7JGs .item-img:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: black;
  opacity: 0.3;
  z-index: 1;
  transition: all 0.3s;
  pointer-events: none;
}
.cid-tNbtnw7JGs .item-img:hover img {
  transform: scale(1.15);
}
.cid-tNbtnw7JGs .item-img:hover:before {
  opacity: 0.5;
}
.cid-tNbtnw7JGs h5 {
  margin-bottom: 1rem;
}
.cid-tNbtnw7JGs .item-content {
  position: absolute;
  top: 55%;
  right: 0;
  z-index: 2;
  width: 100%;
  transform: translateY(-50%);
  margin-top: 2rem;
  padding: 0 2.25rem 2.25rem;
  display: flex;
  flex-direction: column;
  height: 50%;
}
@media (max-width: 767px) {
  .cid-tNbtnw7JGs .item-content {
    padding: 0 2rem 1.5rem;
    margin-top: 1rem;
  }
}
.cid-tNbtnw7JGs img,
.cid-tNbtnw7JGs .item-img {
  width: 100%;
  transition: all 0.3s;
  height: 100%;
  height: 600px;
  object-fit: cover;
}
.cid-tNbtnw7JGs .item:focus,
.cid-tNbtnw7JGs span:focus {
  outline: none;
}
.cid-tNbtnw7JGs .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-tNbtnw7JGs .item {
    margin-bottom: 1rem;
  }
}
.cid-tNbtnw7JGs .item-wrapper {
  position: relative;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-tNbtnw7JGs .mbr-section-title {
  color: #4e423d;
}
.cid-tNbtnw7JGs .item-title {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .item-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .mbr-text,
.cid-tNbtnw7JGs .item .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-tNbtnw7JGs .content-head {
  max-width: 800px;
}
.cid-tNbtv2MiSg {
  display: flex;
  padding-top: 105px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-tNbtv2MiSg {
    align-items: center;
  }
  .cid-tNbtv2MiSg .row {
    justify-content: center;
  }
}
.cid-tNbtv2MiSg p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-tNbtv2MiSg .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tNbtv2MiSg {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-tNbtv2MiSg .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tNbtv2MiSg .content-wrap {
    width: 100%;
  }
}
.cid-tNbtv2MiSg .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-tNbtv2MiSg .mbr-text,
.cid-tNbtv2MiSg .mbr-section-btn {
  text-align: center;
  color: #232323;
}
.cid-tNbtv2MiSg .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8dAAwrZqa {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-u8dAAwrZqa .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dAAwrZqa .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8dAAwrZqa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dAAwrZqa h1 {
  max-width: 800px;
}
.cid-u8dAAwrZqa p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8dAAwrZqa .btn:hover {
  transform: scale(1.1);
  background: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #ca9236 !important;
}
.cid-u8dAAwrZqa .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8dAAwrZqa .btn div {
  overflow: hidden;
}
.cid-u8dAAwrZqa .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8dAAwrZqa {
    align-items: center;
  }
  .cid-u8dAAwrZqa .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dAAwrZqa .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dAAwrZqa {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dAAwrZqa .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dAAwrZqa .content-wrap {
    width: 100%;
  }
}
.cid-u8dAAwrZqa .mbr-section-subtitle,
.cid-u8dAAwrZqa .line {
  color: #291f1e;
}
.cid-u8dAAwrZqa .mbr-text,
.cid-u8dAAwrZqa .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u8dAAwrZqa .mbr-section-title {
  color: #291f1e;
}
.cid-u8dvujdwJm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8dvujdwJm .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dvujdwJm .container {
  max-width: 1300px;
}
.cid-u8dvujdwJm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dvujdwJm .text-wrapper {
  max-width: 700px;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-u8dvujdwJm .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 991px) {
  .cid-u8dvujdwJm .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dvujdwJm .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8dvujdwJm .image-wrapper {
    padding: 1.5rem;
  }
}
.cid-u8dvujdwJm .mbr-section-title {
  color: #000000;
}
.cid-u8dvujdwJm .mbr-text,
.cid-u8dvujdwJm .mbr-section-btn {
  color: #555555;
}
.cid-u8dwmaCI0z {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dwmaCI0z .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dwmaCI0z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dwmaCI0z .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u8dwmaCI0z .container-fluid {
    padding: 0 12px;
  }
}
.cid-u8dwmaCI0z .container-fluid .row {
  padding: 0;
}
.cid-u8dwmaCI0z .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u8dwmaCI0z .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u8dwmaCI0z .card {
    padding: 48px 20px;
  }
}
.cid-u8dwmaCI0z .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u8dwmaCI0z .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8dwmaCI0z .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-u8dwmaCI0z .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u8dwmaCI0z .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u8dvFm85Cv {
  display: flex;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #f7f7f7;
}
.cid-u8dvFm85Cv .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dvFm85Cv .line {
  width: 100%;
  height: 1px;
  background: currentColor;
  margin-bottom: 2rem;
}
.cid-u8dvFm85Cv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dvFm85Cv h1 {
  max-width: 800px;
}
.cid-u8dvFm85Cv p {
  max-width: 600px;
  margin-right: 0;
  margin-left: auto;
}
.cid-u8dvFm85Cv .btn:hover {
  transform: scale(1.1);
  background: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #ca9236 !important;
}
.cid-u8dvFm85Cv .btn:hover span {
  animation-duration: 0.3s;
  animation-name: btn1;
  display: block;
}
.cid-u8dvFm85Cv .btn div {
  overflow: hidden;
}
.cid-u8dvFm85Cv .btn span {
  display: block;
}
@keyframes btn1 {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-50px);
  }
  51% {
    transform: translateY(50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .cid-u8dvFm85Cv {
    align-items: center;
  }
  .cid-u8dvFm85Cv .row {
    justify-content: center;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dvFm85Cv .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dvFm85Cv {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dvFm85Cv .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dvFm85Cv .content-wrap {
    width: 100%;
  }
}
.cid-u8dvFm85Cv .mbr-section-subtitle,
.cid-u8dvFm85Cv .line {
  color: #291f1e;
}
.cid-u8dvFm85Cv .mbr-text,
.cid-u8dvFm85Cv .mbr-section-btn {
  text-align: left;
  color: #291f1e;
}
.cid-u8dvFm85Cv .mbr-section-title {
  color: #291f1e;
}
.cid-u8dw3bMZxH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dw3bMZxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dw3bMZxH .container {
  max-width: 1300px;
}
.cid-u8dw3bMZxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dw3bMZxH .text-wrapper {
  max-width: 700px;
  margin: auto;
  padding: 1rem 0;
}
@media (min-width: 992px) {
  .cid-u8dw3bMZxH .text-wrapper {
    padding: 3rem;
  }
}
.cid-u8dw3bMZxH .row {
  background: #f7f7f7;
}
.cid-u8dw3bMZxH .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-u8dw3bMZxH .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dw3bMZxH .image-wrapper {
  padding: 0;
}
.cid-u8dw3bMZxH .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
.cid-u8dw3bMZxH .mbr-section-title {
  color: #000000;
}
.cid-u8dw3bMZxH .mbr-text,
.cid-u8dw3bMZxH .mbr-section-btn {
  color: #000000;
}
.cid-u8dw3bMZxH .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tNbtWcJNjH {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tNbtWcJNjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbtWcJNjH .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtWcJNjH .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-tNbtWcJNjH .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-tNbtWcJNjH a {
  font-weight: 600;
}
.cid-tNbtWcJNjH a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-tNbtWcJNjH .col-lg-3,
  .cid-tNbtWcJNjH .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-tNbtWcJNjH .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-tNbtWcJNjH .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-tNbtWcJNjH h5 {
  margin: 0;
}
.cid-tNbtWcJNjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbtWcJNjH .iconfont-wrapper {
  position: relative;
}
.cid-tNbtWcJNjH .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-tNbtWcJNjH .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-tNbtWcJNjH .sociconfont-wrapper {
  display: flex;
}
.cid-tNbtWcJNjH .card-title,
.cid-tNbtWcJNjH .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-tNbtWcJNjH .card-text {
  color: #000000;
}
.cid-tNbtWcJNjH .mbr-section-title {
  color: #000000;
}
.cid-tNbtWcJNjH .main-title,
.cid-tNbtWcJNjH .iconfont-wrapper {
  text-align: left;
}
.cid-u8dwjUIEPd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-u8dwjUIEPd .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dwjUIEPd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dwjUIEPd .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8dwjUIEPd .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8dwjUIEPd .container {
    padding: 0 14px;
  }
}
.cid-u8dwjUIEPd .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-u8dwjUIEPd .google-map iframe {
    height: 300px;
  }
}
.cid-u8dxn4Z7d5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8dxn4Z7d5 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-tNbtX8ulws {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tNbtX8ulws .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-col {
    flex-direction: column;
  }
}
.cid-tNbtX8ulws .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-tNbtX8ulws .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .media-wrap {
    margin-right: 0;
  }
}
.cid-tNbtX8ulws .cards-row,
.cid-tNbtX8ulws .social-row,
.cid-tNbtX8ulws .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .cards-row,
  .cid-tNbtX8ulws .social-row,
  .cid-tNbtX8ulws .menu-row {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .menu-row {
  margin-bottom: 1rem;
}
.cid-tNbtX8ulws .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-tNbtX8ulws .foot-menu {
    justify-content: center;
  }
}
.cid-tNbtX8ulws .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-tNbtX8ulws .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-tNbtX8ulws .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-tNbtX8ulws .row {
    text-align: center;
  }
  .cid-tNbtX8ulws .cards-col {
    justify-content: center;
  }
  .cid-tNbtX8ulws .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-tNbtX8ulws .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-tNbtX8ulws .card-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-tNbtX8ulws .logo {
  width: 80px;
}
.cid-tNbtX8ulws .socicon {
  color: black;
}
.cid-tNbtX8ulws .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tNbtX8ulws .soc-item:last-child {
  margin-right: 0;
}
.cid-tNbtX8ulws .mbr-text {
  color: #ffffff;
}
.cid-tNbtX8ulws .copyright {
  color: #000000;
}
.cid-tNbu30YsYj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tNbu30YsYj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tNbu30YsYj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tNbu30YsYj li {
  padding-bottom: 0.3rem;
}
.cid-tNbu30YsYj h5 {
  padding-bottom: 1rem;
}
.cid-tNbu30YsYj .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-tNbu30YsYj .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-tNbu30YsYj .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-tNbu30YsYj .col-lg-3 {
    max-width: 20%;
  }
}
.cid-tNbu30YsYj .list {
  list-style: none;
  padding-left: 0;
  color: #a1a1a1;
}
@media (max-width: 991px) {
  .cid-tNbu30YsYj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tNbu30YsYj .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-tNbu30YsYj .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-tNbu30YsYj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tNbu30YsYj .copyright {
  color: #000000;
}
.cid-tNbu30YsYj .mbr-section-subtitle {
  color: #4e423d;
}
.cid-u8dxAdn4uI {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8dxAdn4uI .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u8dxAdn4uI .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8dxAdn4uI .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8dxAdn4uI .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8dxAdn4uI .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-u8dxAdn4uI .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8dxAdn4uI .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u8dxAdn4uI .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-u8dxAdn4uI .rr-brand .navbar-logo a {
  outline: none;
}
.cid-u8dxAdn4uI .navbar-caption-wrap {
  align-items: center;
}
.cid-u8dxAdn4uI .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-u8dxAdn4uI .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u8dxAdn4uI .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-u8dxAdn4uI .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8dxAdn4uI .navbar-nav .nav-item .nav-link:hover {
  color: #ca9236 !important;
}
.cid-u8dxAdn4uI .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8dxAdn4uI .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8dxAdn4uI .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8dxAdn4uI .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8dxAdn4uI .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dxAdn4uI .navbar-nav {
    align-items: center;
  }
}
.cid-u8dxAdn4uI .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u8dxAdn4uI .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8dxAdn4uI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8dxAdn4uI .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u8dxAdn4uI .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dxAdn4uI .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u8dxAdn4uI .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8dxAdn4uI .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-u8dxAdn4uI .nav-item:focus,
.cid-u8dxAdn4uI .nav-link:focus {
  outline: none;
}
.cid-u8dxAdn4uI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8dxAdn4uI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8dxAdn4uI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8dxAdn4uI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8dxAdn4uI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8dxAdn4uI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8dxAdn4uI .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u8dxAdn4uI .navbar.opened {
  transition: all 0.3s;
}
.cid-u8dxAdn4uI .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8dxAdn4uI .navbar .navbar-logo img {
  width: auto;
}
.cid-u8dxAdn4uI .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u8dxAdn4uI .navbar.collapsed {
  justify-content: center;
}
.cid-u8dxAdn4uI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8dxAdn4uI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8dxAdn4uI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u8dxAdn4uI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8dxAdn4uI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8dxAdn4uI .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-u8dxAdn4uI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8dxAdn4uI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8dxAdn4uI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8dxAdn4uI .navbar {
    min-height: 72px;
  }
  .cid-u8dxAdn4uI .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u8dxAdn4uI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8dxAdn4uI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8dxAdn4uI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8dxAdn4uI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8dxAdn4uI .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-u8dxAdn4uI .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8dxAdn4uI .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8dxAdn4uI .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8dxAdn4uI .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8dxAdn4uI .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8dxAdn4uI .dropdown-item.active,
.cid-u8dxAdn4uI .dropdown-item:active {
  background-color: transparent;
}
.cid-u8dxAdn4uI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8dxAdn4uI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8dxAdn4uI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8dxAdn4uI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-u8dxAdn4uI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-u8dxAdn4uI .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8dxAdn4uI ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8dxAdn4uI .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8dxAdn4uI .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-u8dxAdn4uI .navbar-buttons {
    text-align: center;
  }
}
.cid-u8dxAdn4uI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8dxAdn4uI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-u8dxAdn4uI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8dxAdn4uI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dxAdn4uI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dxAdn4uI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8dxAdn4uI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dxAdn4uI nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8dxAdn4uI nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8dxAdn4uI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dxAdn4uI .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8dxAdn4uI a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8dxAdn4uI .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8dxAdn4uI .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8dxAdn4uI .navbar {
    height: 70px;
  }
  .cid-u8dxAdn4uI .navbar.opened {
    height: auto;
  }
  .cid-u8dxAdn4uI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8dxAdn4uI .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8dxAdn4uI .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8dxAdn4uI .navbar-brand {
    margin-right: auto;
  }
  .cid-u8dxAdn4uI .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-u8dxAdn4uI .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8dxAdn4uI .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8dxAdn4uI .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dxAdn4uI .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8dxAdn4uI .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8dxAebkdJ {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/amy-shamblen-pj-dcj9kswi-unsplash-2000x2000.jpg");
}
.cid-u8dxAebkdJ .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-u8dxAebkdJ .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u8dxAebkdJ {
    align-items: center;
  }
  .cid-u8dxAebkdJ .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dxAebkdJ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dxAebkdJ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dxAebkdJ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dxAebkdJ .content-wrap {
    width: 100%;
  }
}
.cid-u8dxAebkdJ .mbr-section-title {
  text-align: left;
}
.cid-u8dxAebkdJ .mbr-text,
.cid-u8dxAebkdJ .mbr-section-btn {
  text-align: left;
}
.cid-u8dxAfyO65 {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u8dxAfyO65 {
    align-items: center;
  }
  .cid-u8dxAfyO65 .row {
    justify-content: center;
  }
}
.cid-u8dxAfyO65 p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dxAfyO65 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dxAfyO65 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dxAfyO65 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dxAfyO65 .content-wrap {
    width: 100%;
  }
}
.cid-u8dxAfyO65 .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8dxAfyO65 .mbr-text,
.cid-u8dxAfyO65 .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u8dxAfyO65 .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8dxAhk1Rg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dxAhk1Rg .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dxAhk1Rg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dxAhk1Rg .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u8dxAhk1Rg .container-fluid {
    padding: 0 12px;
  }
}
.cid-u8dxAhk1Rg .container-fluid .row {
  padding: 0;
}
.cid-u8dxAhk1Rg .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u8dxAhk1Rg .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u8dxAhk1Rg .card {
    padding: 48px 20px;
  }
}
.cid-u8dxAhk1Rg .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u8dxAhk1Rg .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8dxAhk1Rg .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-u8dxAhk1Rg .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u8dxAhk1Rg .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u8dxAiWa1A {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dxAiWa1A .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dxAiWa1A .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dxAiWa1A .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dxAiWa1A .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u8dxAiWa1A a {
  font-weight: 600;
}
.cid-u8dxAiWa1A a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-u8dxAiWa1A .col-lg-3,
  .cid-u8dxAiWa1A .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-u8dxAiWa1A .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-u8dxAiWa1A .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8dxAiWa1A h5 {
  margin: 0;
}
.cid-u8dxAiWa1A .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dxAiWa1A .iconfont-wrapper {
  position: relative;
}
.cid-u8dxAiWa1A .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-u8dxAiWa1A .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-u8dxAiWa1A .sociconfont-wrapper {
  display: flex;
}
.cid-u8dxAiWa1A .card-title,
.cid-u8dxAiWa1A .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-u8dxAiWa1A .card-text {
  color: #000000;
}
.cid-u8dxAiWa1A .mbr-section-title {
  color: #000000;
}
.cid-u8dxAiWa1A .main-title,
.cid-u8dxAiWa1A .iconfont-wrapper {
  text-align: left;
}
.cid-u8dxAjxVAA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-u8dxAjxVAA .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dxAjxVAA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dxAjxVAA .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8dxAjxVAA .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8dxAjxVAA .container {
    padding: 0 14px;
  }
}
.cid-u8dxAjxVAA .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-u8dxAjxVAA .google-map iframe {
    height: 300px;
  }
}
.cid-u8dxAkbh2W {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8dxAkbh2W .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u8dxAkKlZL {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8dxAkKlZL .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8dxAkKlZL .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u8dxAkKlZL .media-col {
    flex-direction: column;
  }
}
.cid-u8dxAkKlZL .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-u8dxAkKlZL .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dxAkKlZL .media-wrap {
    margin-right: 0;
  }
}
.cid-u8dxAkKlZL .cards-row,
.cid-u8dxAkKlZL .social-row,
.cid-u8dxAkKlZL .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dxAkKlZL .cards-row,
  .cid-u8dxAkKlZL .social-row,
  .cid-u8dxAkKlZL .menu-row {
    justify-content: center;
  }
}
.cid-u8dxAkKlZL .menu-row {
  margin-bottom: 1rem;
}
.cid-u8dxAkKlZL .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dxAkKlZL .foot-menu {
    justify-content: center;
  }
}
.cid-u8dxAkKlZL .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-u8dxAkKlZL .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-u8dxAkKlZL .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-u8dxAkKlZL .row {
    text-align: center;
  }
  .cid-u8dxAkKlZL .cards-col {
    justify-content: center;
  }
  .cid-u8dxAkKlZL .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-u8dxAkKlZL .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-u8dxAkKlZL .card-item:last-child {
  margin-right: 0;
}
.cid-u8dxAkKlZL .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-u8dxAkKlZL .logo {
  width: 80px;
}
.cid-u8dxAkKlZL .socicon {
  color: black;
}
.cid-u8dxAkKlZL .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8dxAkKlZL .soc-item:last-child {
  margin-right: 0;
}
.cid-u8dxAkKlZL .mbr-text {
  color: #ffffff;
}
.cid-u8dxAkKlZL .copyright {
  color: #000000;
}
.cid-u8dxAlBkyj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8dxAlBkyj .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dxAlBkyj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dxAlBkyj li {
  padding-bottom: 0.3rem;
}
.cid-u8dxAlBkyj h5 {
  padding-bottom: 1rem;
}
.cid-u8dxAlBkyj .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-u8dxAlBkyj .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-u8dxAlBkyj .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-u8dxAlBkyj .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u8dxAlBkyj .list {
  list-style: none;
  padding-left: 0;
  color: #a1a1a1;
}
@media (max-width: 991px) {
  .cid-u8dxAlBkyj .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8dxAlBkyj .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dxAlBkyj .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u8dxAlBkyj div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8dxAlBkyj .copyright {
  color: #000000;
}
.cid-u8dxAlBkyj .mbr-section-subtitle {
  color: #4e423d;
}
.cid-u8dy6rlnvR {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8dy6rlnvR .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u8dy6rlnvR .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8dy6rlnvR .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8dy6rlnvR .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8dy6rlnvR .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-u8dy6rlnvR .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8dy6rlnvR .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u8dy6rlnvR .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-u8dy6rlnvR .rr-brand .navbar-logo a {
  outline: none;
}
.cid-u8dy6rlnvR .navbar-caption-wrap {
  align-items: center;
}
.cid-u8dy6rlnvR .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-u8dy6rlnvR .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u8dy6rlnvR .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-u8dy6rlnvR .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8dy6rlnvR .navbar-nav .nav-item .nav-link:hover {
  color: #ca9236 !important;
}
.cid-u8dy6rlnvR .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8dy6rlnvR .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8dy6rlnvR .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8dy6rlnvR .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8dy6rlnvR .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy6rlnvR .navbar-nav {
    align-items: center;
  }
}
.cid-u8dy6rlnvR .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u8dy6rlnvR .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8dy6rlnvR .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8dy6rlnvR .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u8dy6rlnvR .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy6rlnvR .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u8dy6rlnvR .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8dy6rlnvR .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-u8dy6rlnvR .nav-item:focus,
.cid-u8dy6rlnvR .nav-link:focus {
  outline: none;
}
.cid-u8dy6rlnvR .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8dy6rlnvR .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8dy6rlnvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8dy6rlnvR .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8dy6rlnvR .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8dy6rlnvR .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8dy6rlnvR .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u8dy6rlnvR .navbar.opened {
  transition: all 0.3s;
}
.cid-u8dy6rlnvR .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8dy6rlnvR .navbar .navbar-logo img {
  width: auto;
}
.cid-u8dy6rlnvR .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u8dy6rlnvR .navbar.collapsed {
  justify-content: center;
}
.cid-u8dy6rlnvR .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8dy6rlnvR .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8dy6rlnvR .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u8dy6rlnvR .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8dy6rlnvR .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8dy6rlnvR .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-u8dy6rlnvR .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8dy6rlnvR .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8dy6rlnvR .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8dy6rlnvR .navbar {
    min-height: 72px;
  }
  .cid-u8dy6rlnvR .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u8dy6rlnvR .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8dy6rlnvR .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8dy6rlnvR .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8dy6rlnvR .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8dy6rlnvR .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-u8dy6rlnvR .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8dy6rlnvR .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8dy6rlnvR .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8dy6rlnvR .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8dy6rlnvR .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8dy6rlnvR .dropdown-item.active,
.cid-u8dy6rlnvR .dropdown-item:active {
  background-color: transparent;
}
.cid-u8dy6rlnvR .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8dy6rlnvR .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8dy6rlnvR .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8dy6rlnvR .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-u8dy6rlnvR .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-u8dy6rlnvR .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8dy6rlnvR ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8dy6rlnvR .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8dy6rlnvR .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-u8dy6rlnvR .navbar-buttons {
    text-align: center;
  }
}
.cid-u8dy6rlnvR button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8dy6rlnvR button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-u8dy6rlnvR button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8dy6rlnvR button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dy6rlnvR button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dy6rlnvR button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8dy6rlnvR nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dy6rlnvR nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8dy6rlnvR nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8dy6rlnvR nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dy6rlnvR .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8dy6rlnvR a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8dy6rlnvR .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8dy6rlnvR .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8dy6rlnvR .navbar {
    height: 70px;
  }
  .cid-u8dy6rlnvR .navbar.opened {
    height: auto;
  }
  .cid-u8dy6rlnvR .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8dy6rlnvR .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8dy6rlnvR .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8dy6rlnvR .navbar-brand {
    margin-right: auto;
  }
  .cid-u8dy6rlnvR .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-u8dy6rlnvR .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8dy6rlnvR .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8dy6rlnvR .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dy6rlnvR .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8dy6rlnvR .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8dy6slMXm {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/gabriel-tovar-o9jdbuxzwv0-unsplash-2000x3000.jpg");
}
.cid-u8dy6slMXm .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-u8dy6slMXm .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u8dy6slMXm {
    align-items: center;
  }
  .cid-u8dy6slMXm .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dy6slMXm .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dy6slMXm {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dy6slMXm .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dy6slMXm .content-wrap {
    width: 100%;
  }
}
.cid-u8dy6slMXm .mbr-section-title {
  text-align: left;
}
.cid-u8dy6slMXm .mbr-text,
.cid-u8dy6slMXm .mbr-section-btn {
  text-align: left;
}
.cid-u8dy6twsHV {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u8dy6twsHV {
    align-items: center;
  }
  .cid-u8dy6twsHV .row {
    justify-content: center;
  }
}
.cid-u8dy6twsHV p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dy6twsHV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dy6twsHV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dy6twsHV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dy6twsHV .content-wrap {
    width: 100%;
  }
}
.cid-u8dy6twsHV .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8dy6twsHV .mbr-text,
.cid-u8dy6twsHV .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u8dy6twsHV .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8dy6u6lsU {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dy6u6lsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy6u6lsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy6u6lsU .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u8dy6u6lsU .container-fluid {
    padding: 0 12px;
  }
}
.cid-u8dy6u6lsU .container-fluid .row {
  padding: 0;
}
.cid-u8dy6u6lsU .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u8dy6u6lsU .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u8dy6u6lsU .card {
    padding: 48px 20px;
  }
}
.cid-u8dy6u6lsU .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u8dy6u6lsU .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8dy6u6lsU .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-u8dy6u6lsU .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u8dy6u6lsU .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u8dy6vjnZr {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dy6vjnZr .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy6vjnZr .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dy6vjnZr .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dy6vjnZr .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u8dy6vjnZr a {
  font-weight: 600;
}
.cid-u8dy6vjnZr a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-u8dy6vjnZr .col-lg-3,
  .cid-u8dy6vjnZr .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-u8dy6vjnZr .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-u8dy6vjnZr .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8dy6vjnZr h5 {
  margin: 0;
}
.cid-u8dy6vjnZr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy6vjnZr .iconfont-wrapper {
  position: relative;
}
.cid-u8dy6vjnZr .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-u8dy6vjnZr .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-u8dy6vjnZr .sociconfont-wrapper {
  display: flex;
}
.cid-u8dy6vjnZr .card-title,
.cid-u8dy6vjnZr .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-u8dy6vjnZr .card-text {
  color: #000000;
}
.cid-u8dy6vjnZr .mbr-section-title {
  color: #000000;
}
.cid-u8dy6vjnZr .main-title,
.cid-u8dy6vjnZr .iconfont-wrapper {
  text-align: left;
}
.cid-u8dy6vYbk2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-u8dy6vYbk2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy6vYbk2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy6vYbk2 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8dy6vYbk2 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8dy6vYbk2 .container {
    padding: 0 14px;
  }
}
.cid-u8dy6vYbk2 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-u8dy6vYbk2 .google-map iframe {
    height: 300px;
  }
}
.cid-u8dy6wEgsb {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8dy6wEgsb .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u8dy6x55cc {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8dy6x55cc .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8dy6x55cc .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u8dy6x55cc .media-col {
    flex-direction: column;
  }
}
.cid-u8dy6x55cc .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-u8dy6x55cc .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dy6x55cc .media-wrap {
    margin-right: 0;
  }
}
.cid-u8dy6x55cc .cards-row,
.cid-u8dy6x55cc .social-row,
.cid-u8dy6x55cc .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dy6x55cc .cards-row,
  .cid-u8dy6x55cc .social-row,
  .cid-u8dy6x55cc .menu-row {
    justify-content: center;
  }
}
.cid-u8dy6x55cc .menu-row {
  margin-bottom: 1rem;
}
.cid-u8dy6x55cc .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dy6x55cc .foot-menu {
    justify-content: center;
  }
}
.cid-u8dy6x55cc .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-u8dy6x55cc .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-u8dy6x55cc .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-u8dy6x55cc .row {
    text-align: center;
  }
  .cid-u8dy6x55cc .cards-col {
    justify-content: center;
  }
  .cid-u8dy6x55cc .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-u8dy6x55cc .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-u8dy6x55cc .card-item:last-child {
  margin-right: 0;
}
.cid-u8dy6x55cc .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-u8dy6x55cc .logo {
  width: 80px;
}
.cid-u8dy6x55cc .socicon {
  color: black;
}
.cid-u8dy6x55cc .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8dy6x55cc .soc-item:last-child {
  margin-right: 0;
}
.cid-u8dy6x55cc .mbr-text {
  color: #ffffff;
}
.cid-u8dy6x55cc .copyright {
  color: #000000;
}
.cid-u8dy6ya3UB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8dy6ya3UB .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy6ya3UB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy6ya3UB li {
  padding-bottom: 0.3rem;
}
.cid-u8dy6ya3UB h5 {
  padding-bottom: 1rem;
}
.cid-u8dy6ya3UB .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-u8dy6ya3UB .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-u8dy6ya3UB .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-u8dy6ya3UB .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u8dy6ya3UB .list {
  list-style: none;
  padding-left: 0;
  color: #a1a1a1;
}
@media (max-width: 991px) {
  .cid-u8dy6ya3UB .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8dy6ya3UB .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy6ya3UB .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u8dy6ya3UB div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8dy6ya3UB .copyright {
  color: #000000;
}
.cid-u8dy6ya3UB .mbr-section-subtitle {
  color: #4e423d;
}
.cid-u8dy7vjav1 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8dy7vjav1 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u8dy7vjav1 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8dy7vjav1 .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8dy7vjav1 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8dy7vjav1 .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-u8dy7vjav1 .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8dy7vjav1 .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u8dy7vjav1 .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-u8dy7vjav1 .rr-brand .navbar-logo a {
  outline: none;
}
.cid-u8dy7vjav1 .navbar-caption-wrap {
  align-items: center;
}
.cid-u8dy7vjav1 .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-u8dy7vjav1 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u8dy7vjav1 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-u8dy7vjav1 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8dy7vjav1 .navbar-nav .nav-item .nav-link:hover {
  color: #ca9236 !important;
}
.cid-u8dy7vjav1 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8dy7vjav1 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8dy7vjav1 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8dy7vjav1 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8dy7vjav1 .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7vjav1 .navbar-nav {
    align-items: center;
  }
}
.cid-u8dy7vjav1 .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u8dy7vjav1 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8dy7vjav1 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8dy7vjav1 .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u8dy7vjav1 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7vjav1 .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u8dy7vjav1 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8dy7vjav1 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-u8dy7vjav1 .nav-item:focus,
.cid-u8dy7vjav1 .nav-link:focus {
  outline: none;
}
.cid-u8dy7vjav1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8dy7vjav1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8dy7vjav1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8dy7vjav1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8dy7vjav1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8dy7vjav1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8dy7vjav1 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u8dy7vjav1 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8dy7vjav1 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8dy7vjav1 .navbar .navbar-logo img {
  width: auto;
}
.cid-u8dy7vjav1 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u8dy7vjav1 .navbar.collapsed {
  justify-content: center;
}
.cid-u8dy7vjav1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8dy7vjav1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8dy7vjav1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u8dy7vjav1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8dy7vjav1 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8dy7vjav1 .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-u8dy7vjav1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8dy7vjav1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8dy7vjav1 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8dy7vjav1 .navbar {
    min-height: 72px;
  }
  .cid-u8dy7vjav1 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u8dy7vjav1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8dy7vjav1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8dy7vjav1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8dy7vjav1 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8dy7vjav1 .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-u8dy7vjav1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8dy7vjav1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8dy7vjav1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8dy7vjav1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8dy7vjav1 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8dy7vjav1 .dropdown-item.active,
.cid-u8dy7vjav1 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8dy7vjav1 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8dy7vjav1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8dy7vjav1 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8dy7vjav1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-u8dy7vjav1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-u8dy7vjav1 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8dy7vjav1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8dy7vjav1 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8dy7vjav1 .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7vjav1 .navbar-buttons {
    text-align: center;
  }
}
.cid-u8dy7vjav1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8dy7vjav1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-u8dy7vjav1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8dy7vjav1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dy7vjav1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dy7vjav1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8dy7vjav1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dy7vjav1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8dy7vjav1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8dy7vjav1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dy7vjav1 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8dy7vjav1 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8dy7vjav1 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8dy7vjav1 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8dy7vjav1 .navbar {
    height: 70px;
  }
  .cid-u8dy7vjav1 .navbar.opened {
    height: auto;
  }
  .cid-u8dy7vjav1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8dy7vjav1 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8dy7vjav1 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8dy7vjav1 .navbar-brand {
    margin-right: auto;
  }
  .cid-u8dy7vjav1 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-u8dy7vjav1 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8dy7vjav1 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8dy7vjav1 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dy7vjav1 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8dy7vjav1 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8dy7vTpuV {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/istockphoto-1413024165-612x408.jpg");
}
.cid-u8dy7vTpuV .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-u8dy7vTpuV .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u8dy7vTpuV {
    align-items: center;
  }
  .cid-u8dy7vTpuV .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dy7vTpuV .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7vTpuV {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dy7vTpuV .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dy7vTpuV .content-wrap {
    width: 100%;
  }
}
.cid-u8dy7vTpuV .mbr-section-title {
  text-align: left;
}
.cid-u8dy7vTpuV .mbr-text,
.cid-u8dy7vTpuV .mbr-section-btn {
  text-align: left;
}
.cid-u8dy7wjfvL {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u8dy7wjfvL {
    align-items: center;
  }
  .cid-u8dy7wjfvL .row {
    justify-content: center;
  }
}
.cid-u8dy7wjfvL p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dy7wjfvL .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7wjfvL {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dy7wjfvL .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dy7wjfvL .content-wrap {
    width: 100%;
  }
}
.cid-u8dy7wjfvL .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8dy7wjfvL .mbr-text,
.cid-u8dy7wjfvL .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u8dy7wjfvL .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8dy7wQARo {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dy7wQARo .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy7wQARo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy7wQARo .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u8dy7wQARo .container-fluid {
    padding: 0 12px;
  }
}
.cid-u8dy7wQARo .container-fluid .row {
  padding: 0;
}
.cid-u8dy7wQARo .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u8dy7wQARo .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u8dy7wQARo .card {
    padding: 48px 20px;
  }
}
.cid-u8dy7wQARo .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u8dy7wQARo .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8dy7wQARo .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-u8dy7wQARo .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u8dy7wQARo .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u8dy7xO2hE {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dy7xO2hE .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy7xO2hE .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dy7xO2hE .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dy7xO2hE .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u8dy7xO2hE a {
  font-weight: 600;
}
.cid-u8dy7xO2hE a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-u8dy7xO2hE .col-lg-3,
  .cid-u8dy7xO2hE .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-u8dy7xO2hE .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-u8dy7xO2hE .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8dy7xO2hE h5 {
  margin: 0;
}
.cid-u8dy7xO2hE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy7xO2hE .iconfont-wrapper {
  position: relative;
}
.cid-u8dy7xO2hE .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-u8dy7xO2hE .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-u8dy7xO2hE .sociconfont-wrapper {
  display: flex;
}
.cid-u8dy7xO2hE .card-title,
.cid-u8dy7xO2hE .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-u8dy7xO2hE .card-text {
  color: #000000;
}
.cid-u8dy7xO2hE .mbr-section-title {
  color: #000000;
}
.cid-u8dy7xO2hE .main-title,
.cid-u8dy7xO2hE .iconfont-wrapper {
  text-align: left;
}
.cid-u8dy7ypf2O {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-u8dy7ypf2O .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy7ypf2O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy7ypf2O .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8dy7ypf2O .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8dy7ypf2O .container {
    padding: 0 14px;
  }
}
.cid-u8dy7ypf2O .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-u8dy7ypf2O .google-map iframe {
    height: 300px;
  }
}
.cid-u8dy7z5fJ3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8dy7z5fJ3 .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u8dy7zAzoN {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8dy7zAzoN .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8dy7zAzoN .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7zAzoN .media-col {
    flex-direction: column;
  }
}
.cid-u8dy7zAzoN .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-u8dy7zAzoN .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dy7zAzoN .media-wrap {
    margin-right: 0;
  }
}
.cid-u8dy7zAzoN .cards-row,
.cid-u8dy7zAzoN .social-row,
.cid-u8dy7zAzoN .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dy7zAzoN .cards-row,
  .cid-u8dy7zAzoN .social-row,
  .cid-u8dy7zAzoN .menu-row {
    justify-content: center;
  }
}
.cid-u8dy7zAzoN .menu-row {
  margin-bottom: 1rem;
}
.cid-u8dy7zAzoN .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dy7zAzoN .foot-menu {
    justify-content: center;
  }
}
.cid-u8dy7zAzoN .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-u8dy7zAzoN .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-u8dy7zAzoN .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-u8dy7zAzoN .row {
    text-align: center;
  }
  .cid-u8dy7zAzoN .cards-col {
    justify-content: center;
  }
  .cid-u8dy7zAzoN .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-u8dy7zAzoN .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-u8dy7zAzoN .card-item:last-child {
  margin-right: 0;
}
.cid-u8dy7zAzoN .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-u8dy7zAzoN .logo {
  width: 80px;
}
.cid-u8dy7zAzoN .socicon {
  color: black;
}
.cid-u8dy7zAzoN .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8dy7zAzoN .soc-item:last-child {
  margin-right: 0;
}
.cid-u8dy7zAzoN .mbr-text {
  color: #ffffff;
}
.cid-u8dy7zAzoN .copyright {
  color: #000000;
}
.cid-u8dy7AgQcw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8dy7AgQcw .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy7AgQcw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy7AgQcw li {
  padding-bottom: 0.3rem;
}
.cid-u8dy7AgQcw h5 {
  padding-bottom: 1rem;
}
.cid-u8dy7AgQcw .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-u8dy7AgQcw .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-u8dy7AgQcw .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-u8dy7AgQcw .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u8dy7AgQcw .list {
  list-style: none;
  padding-left: 0;
  color: #a1a1a1;
}
@media (max-width: 991px) {
  .cid-u8dy7AgQcw .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8dy7AgQcw .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7AgQcw .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u8dy7AgQcw div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8dy7AgQcw .copyright {
  color: #000000;
}
.cid-u8dy7AgQcw .mbr-section-subtitle {
  color: #4e423d;
}
.cid-u8dy7YrIrp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8dy7YrIrp .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u8dy7YrIrp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8dy7YrIrp .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8dy7YrIrp .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8dy7YrIrp .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-u8dy7YrIrp .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8dy7YrIrp .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u8dy7YrIrp .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-u8dy7YrIrp .rr-brand .navbar-logo a {
  outline: none;
}
.cid-u8dy7YrIrp .navbar-caption-wrap {
  align-items: center;
}
.cid-u8dy7YrIrp .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-u8dy7YrIrp .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u8dy7YrIrp .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-u8dy7YrIrp .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8dy7YrIrp .navbar-nav .nav-item .nav-link:hover {
  color: #ca9236 !important;
}
.cid-u8dy7YrIrp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8dy7YrIrp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8dy7YrIrp .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8dy7YrIrp .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8dy7YrIrp .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7YrIrp .navbar-nav {
    align-items: center;
  }
}
.cid-u8dy7YrIrp .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u8dy7YrIrp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8dy7YrIrp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8dy7YrIrp .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u8dy7YrIrp .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7YrIrp .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u8dy7YrIrp .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8dy7YrIrp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-u8dy7YrIrp .nav-item:focus,
.cid-u8dy7YrIrp .nav-link:focus {
  outline: none;
}
.cid-u8dy7YrIrp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8dy7YrIrp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8dy7YrIrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8dy7YrIrp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8dy7YrIrp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8dy7YrIrp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8dy7YrIrp .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u8dy7YrIrp .navbar.opened {
  transition: all 0.3s;
}
.cid-u8dy7YrIrp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8dy7YrIrp .navbar .navbar-logo img {
  width: auto;
}
.cid-u8dy7YrIrp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u8dy7YrIrp .navbar.collapsed {
  justify-content: center;
}
.cid-u8dy7YrIrp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8dy7YrIrp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8dy7YrIrp .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u8dy7YrIrp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8dy7YrIrp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8dy7YrIrp .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-u8dy7YrIrp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8dy7YrIrp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8dy7YrIrp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8dy7YrIrp .navbar {
    min-height: 72px;
  }
  .cid-u8dy7YrIrp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u8dy7YrIrp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8dy7YrIrp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8dy7YrIrp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8dy7YrIrp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8dy7YrIrp .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-u8dy7YrIrp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8dy7YrIrp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8dy7YrIrp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8dy7YrIrp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8dy7YrIrp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8dy7YrIrp .dropdown-item.active,
.cid-u8dy7YrIrp .dropdown-item:active {
  background-color: transparent;
}
.cid-u8dy7YrIrp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8dy7YrIrp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8dy7YrIrp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8dy7YrIrp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-u8dy7YrIrp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-u8dy7YrIrp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8dy7YrIrp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8dy7YrIrp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8dy7YrIrp .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7YrIrp .navbar-buttons {
    text-align: center;
  }
}
.cid-u8dy7YrIrp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8dy7YrIrp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-u8dy7YrIrp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8dy7YrIrp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dy7YrIrp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dy7YrIrp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8dy7YrIrp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dy7YrIrp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8dy7YrIrp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8dy7YrIrp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dy7YrIrp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8dy7YrIrp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8dy7YrIrp .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8dy7YrIrp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8dy7YrIrp .navbar {
    height: 70px;
  }
  .cid-u8dy7YrIrp .navbar.opened {
    height: auto;
  }
  .cid-u8dy7YrIrp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8dy7YrIrp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8dy7YrIrp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8dy7YrIrp .navbar-brand {
    margin-right: auto;
  }
  .cid-u8dy7YrIrp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-u8dy7YrIrp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8dy7YrIrp .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8dy7YrIrp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dy7YrIrp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8dy7YrIrp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8dy7Z2in5 {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/istockphoto-1314962512-612x408.jpg");
}
.cid-u8dy7Z2in5 .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-u8dy7Z2in5 .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u8dy7Z2in5 {
    align-items: center;
  }
  .cid-u8dy7Z2in5 .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dy7Z2in5 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7Z2in5 {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dy7Z2in5 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dy7Z2in5 .content-wrap {
    width: 100%;
  }
}
.cid-u8dy7Z2in5 .mbr-section-title {
  text-align: left;
}
.cid-u8dy7Z2in5 .mbr-text,
.cid-u8dy7Z2in5 .mbr-section-btn {
  text-align: left;
}
.cid-u8dy7ZzjOh {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u8dy7ZzjOh {
    align-items: center;
  }
  .cid-u8dy7ZzjOh .row {
    justify-content: center;
  }
}
.cid-u8dy7ZzjOh p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dy7ZzjOh .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dy7ZzjOh {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dy7ZzjOh .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dy7ZzjOh .content-wrap {
    width: 100%;
  }
}
.cid-u8dy7ZzjOh .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8dy7ZzjOh .mbr-text,
.cid-u8dy7ZzjOh .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u8dy7ZzjOh .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8dy8050No {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dy8050No .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy8050No .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy8050No .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u8dy8050No .container-fluid {
    padding: 0 12px;
  }
}
.cid-u8dy8050No .container-fluid .row {
  padding: 0;
}
.cid-u8dy8050No .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u8dy8050No .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u8dy8050No .card {
    padding: 48px 20px;
  }
}
.cid-u8dy8050No .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u8dy8050No .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8dy8050No .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-u8dy8050No .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u8dy8050No .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u8dy80AJ9x {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dy80AJ9x .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy80AJ9x .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-u8dy80AJ9x .container {
    padding: 0 22px;
  }
}
.cid-u8dy80AJ9x .row {
  justify-content: center;
}
.cid-u8dy80AJ9x .title-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8dy80AJ9x .title-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-u8dy80AJ9x .card-wrapper {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-u8dy80AJ9x .card-wrapper {
    margin-bottom: 20px;
  }
}
.cid-u8dy80AJ9x .card-wrapper .item-img {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: flex-end;
  padding: 50px 70px;
}
@media (max-width: 992px) {
  .cid-u8dy80AJ9x .card-wrapper .item-img {
    padding: 25px 30px;
  }
}
.cid-u8dy80AJ9x .card-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-u8dy80AJ9x .card-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(18deg, #7787a5 150px, transparent 100%);
  z-index: 1;
}
.cid-u8dy80AJ9x .card-wrapper .item-img .card-box {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-direction: column;
  width: 50%;
}
@media (max-width: 992px) {
  .cid-u8dy80AJ9x .card-wrapper .item-img .card-box {
    width: 100%;
  }
}
.cid-u8dy80AJ9x .card-wrapper .item-img .card-box .icon-wrapper {
  margin-bottom: 10px;
}
.cid-u8dy80AJ9x .card-wrapper .item-img .card-box .icon-wrapper .mbr-iconfont {
  font-size: 70px;
  color: #ffffff;
  display: inline-flex;
}
.cid-u8dy80AJ9x .card-wrapper .item-img .card-box .title-wrap .card-title {
  margin-bottom: 10px;
}
.cid-u8dy80AJ9x .card-wrapper .item-img .card-box .text-wrap .card-text {
  margin-bottom: 0;
}
.cid-u8dy80AJ9x .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-u8dy80AJ9x .card-title {
  color: #ffffff;
}
.cid-u8dy80AJ9x .card-text {
  color: #ffffff;
}
.cid-u8dy8193VO {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dy8193VO .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy8193VO .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dy8193VO .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dy8193VO .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u8dy8193VO a {
  font-weight: 600;
}
.cid-u8dy8193VO a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-u8dy8193VO .col-lg-3,
  .cid-u8dy8193VO .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-u8dy8193VO .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-u8dy8193VO .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8dy8193VO h5 {
  margin: 0;
}
.cid-u8dy8193VO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy8193VO .iconfont-wrapper {
  position: relative;
}
.cid-u8dy8193VO .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-u8dy8193VO .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-u8dy8193VO .sociconfont-wrapper {
  display: flex;
}
.cid-u8dy8193VO .card-title,
.cid-u8dy8193VO .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-u8dy8193VO .card-text {
  color: #000000;
}
.cid-u8dy8193VO .mbr-section-title {
  color: #000000;
}
.cid-u8dy8193VO .main-title,
.cid-u8dy8193VO .iconfont-wrapper {
  text-align: left;
}
.cid-u8dy81KJqJ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-u8dy81KJqJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy81KJqJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy81KJqJ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8dy81KJqJ .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8dy81KJqJ .container {
    padding: 0 14px;
  }
}
.cid-u8dy81KJqJ .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-u8dy81KJqJ .google-map iframe {
    height: 300px;
  }
}
.cid-u8dy82nzhP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8dy82nzhP .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u8dy82PAAr {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8dy82PAAr .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8dy82PAAr .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u8dy82PAAr .media-col {
    flex-direction: column;
  }
}
.cid-u8dy82PAAr .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-u8dy82PAAr .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dy82PAAr .media-wrap {
    margin-right: 0;
  }
}
.cid-u8dy82PAAr .cards-row,
.cid-u8dy82PAAr .social-row,
.cid-u8dy82PAAr .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dy82PAAr .cards-row,
  .cid-u8dy82PAAr .social-row,
  .cid-u8dy82PAAr .menu-row {
    justify-content: center;
  }
}
.cid-u8dy82PAAr .menu-row {
  margin-bottom: 1rem;
}
.cid-u8dy82PAAr .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dy82PAAr .foot-menu {
    justify-content: center;
  }
}
.cid-u8dy82PAAr .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-u8dy82PAAr .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-u8dy82PAAr .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-u8dy82PAAr .row {
    text-align: center;
  }
  .cid-u8dy82PAAr .cards-col {
    justify-content: center;
  }
  .cid-u8dy82PAAr .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-u8dy82PAAr .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-u8dy82PAAr .card-item:last-child {
  margin-right: 0;
}
.cid-u8dy82PAAr .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-u8dy82PAAr .logo {
  width: 80px;
}
.cid-u8dy82PAAr .socicon {
  color: black;
}
.cid-u8dy82PAAr .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8dy82PAAr .soc-item:last-child {
  margin-right: 0;
}
.cid-u8dy82PAAr .mbr-text {
  color: #ffffff;
}
.cid-u8dy82PAAr .copyright {
  color: #000000;
}
.cid-u8dy83x7d7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8dy83x7d7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy83x7d7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy83x7d7 li {
  padding-bottom: 0.3rem;
}
.cid-u8dy83x7d7 h5 {
  padding-bottom: 1rem;
}
.cid-u8dy83x7d7 .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-u8dy83x7d7 .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-u8dy83x7d7 .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-u8dy83x7d7 .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u8dy83x7d7 .list {
  list-style: none;
  padding-left: 0;
  color: #a1a1a1;
}
@media (max-width: 991px) {
  .cid-u8dy83x7d7 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8dy83x7d7 .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy83x7d7 .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u8dy83x7d7 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8dy83x7d7 .copyright {
  color: #000000;
}
.cid-u8dy83x7d7 .mbr-section-subtitle {
  color: #4e423d;
}
.cid-u8dy8SxYR5 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-u8dy8SxYR5 .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-u8dy8SxYR5 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-u8dy8SxYR5 .navbar-logo {
  align-items: center;
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-u8dy8SxYR5 .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-u8dy8SxYR5 .wrapper {
  width: 100%;
  display: flex;
  max-width: 1620px;
  margin: auto;
}
.cid-u8dy8SxYR5 .rr-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-u8dy8SxYR5 .rr-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-u8dy8SxYR5 .rr-brand .navbar-caption {
  line-height: 1.2 !important;
}
.cid-u8dy8SxYR5 .rr-brand .navbar-logo a {
  outline: none;
}
.cid-u8dy8SxYR5 .navbar-caption-wrap {
  align-items: center;
}
.cid-u8dy8SxYR5 .navbar-caption {
  line-height: 1.2 !important;
  padding-left: 1rem;
  padding-right: .5rem;
}
.cid-u8dy8SxYR5 .navbar-nav {
  margin: auto;
  margin-left: 0;
}
.cid-u8dy8SxYR5 .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
  top: -2px;
}
.cid-u8dy8SxYR5 .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-u8dy8SxYR5 .navbar-nav .nav-item .nav-link:hover {
  color: #ca9236 !important;
}
.cid-u8dy8SxYR5 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-u8dy8SxYR5 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-u8dy8SxYR5 .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-u8dy8SxYR5 .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-u8dy8SxYR5 .navbar-nav {
    padding-left: 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy8SxYR5 .navbar-nav {
    align-items: center;
  }
}
.cid-u8dy8SxYR5 .nav-link {
  width: fit-content;
  position: relative;
}
@media (max-width: 767px) {
  .cid-u8dy8SxYR5 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-u8dy8SxYR5 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-u8dy8SxYR5 .container-fluid {
  display: flex;
  height: fit-content;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-u8dy8SxYR5 .container-fluid {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy8SxYR5 .container-fluid {
    height: 72px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-u8dy8SxYR5 .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-u8dy8SxYR5 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 0px !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
  background: #ffffff;
}
.cid-u8dy8SxYR5 .nav-item:focus,
.cid-u8dy8SxYR5 .nav-link:focus {
  outline: none;
}
.cid-u8dy8SxYR5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-u8dy8SxYR5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-u8dy8SxYR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-u8dy8SxYR5 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-u8dy8SxYR5 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-u8dy8SxYR5 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-u8dy8SxYR5 .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  top: -2px;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-u8dy8SxYR5 .navbar.opened {
  transition: all 0.3s;
}
.cid-u8dy8SxYR5 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-u8dy8SxYR5 .navbar .navbar-logo img {
  width: auto;
}
.cid-u8dy8SxYR5 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-u8dy8SxYR5 .navbar.collapsed {
  justify-content: center;
}
.cid-u8dy8SxYR5 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-u8dy8SxYR5 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-u8dy8SxYR5 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.7rem);
  }
}
.cid-u8dy8SxYR5 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-u8dy8SxYR5 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-u8dy8SxYR5 .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-u8dy8SxYR5 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-u8dy8SxYR5 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-u8dy8SxYR5 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-u8dy8SxYR5 .navbar {
    min-height: 72px;
  }
  .cid-u8dy8SxYR5 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-u8dy8SxYR5 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-u8dy8SxYR5 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-u8dy8SxYR5 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-u8dy8SxYR5 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-u8dy8SxYR5 .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-u8dy8SxYR5 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-u8dy8SxYR5 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-u8dy8SxYR5 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-u8dy8SxYR5 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-u8dy8SxYR5 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-u8dy8SxYR5 .dropdown-item.active,
.cid-u8dy8SxYR5 .dropdown-item:active {
  background-color: transparent;
}
.cid-u8dy8SxYR5 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-u8dy8SxYR5 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-u8dy8SxYR5 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-u8dy8SxYR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
  margin-right: 10px;
}
.cid-u8dy8SxYR5 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  transform: none;
  top: -12px;
}
.cid-u8dy8SxYR5 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-u8dy8SxYR5 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-u8dy8SxYR5 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-u8dy8SxYR5 .navbar-buttons {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cid-u8dy8SxYR5 .navbar-buttons {
    text-align: center;
  }
}
.cid-u8dy8SxYR5 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-u8dy8SxYR5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #4e423d;
}
.cid-u8dy8SxYR5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-u8dy8SxYR5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dy8SxYR5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-u8dy8SxYR5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-u8dy8SxYR5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dy8SxYR5 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-u8dy8SxYR5 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-u8dy8SxYR5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-u8dy8SxYR5 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-u8dy8SxYR5 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-u8dy8SxYR5 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-u8dy8SxYR5 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-u8dy8SxYR5 .navbar {
    height: 70px;
  }
  .cid-u8dy8SxYR5 .navbar.opened {
    height: auto;
  }
  .cid-u8dy8SxYR5 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-u8dy8SxYR5 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-u8dy8SxYR5 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-u8dy8SxYR5 .navbar-brand {
    margin-right: auto;
  }
  .cid-u8dy8SxYR5 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #ffffff;
    backdrop-filter: blur(8px);
  }
  .cid-u8dy8SxYR5 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-u8dy8SxYR5 .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-u8dy8SxYR5 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-u8dy8SxYR5 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-u8dy8SxYR5 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-u8dy8T8rYI {
  display: flex;
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/istockphoto-665005602-612x408.jpg");
}
.cid-u8dy8T8rYI .mbr-overlay {
  background-color: #000000;
  opacity: 0.4;
}
.cid-u8dy8T8rYI .content-wrap {
  padding: 5rem 1rem;
  max-width: 800px;
}
@media (min-width: 768px) {
  .cid-u8dy8T8rYI {
    align-items: center;
  }
  .cid-u8dy8T8rYI .row {
    justify-content: flex-start;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dy8T8rYI .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dy8T8rYI {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dy8T8rYI .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dy8T8rYI .content-wrap {
    width: 100%;
  }
}
.cid-u8dy8T8rYI .mbr-section-title {
  text-align: left;
}
.cid-u8dy8T8rYI .mbr-text,
.cid-u8dy8T8rYI .mbr-section-btn {
  text-align: left;
}
.cid-u8dy8TEnpG {
  display: flex;
  padding-top: 105px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (min-width: 768px) {
  .cid-u8dy8TEnpG {
    align-items: center;
  }
  .cid-u8dy8TEnpG .row {
    justify-content: center;
  }
}
.cid-u8dy8TEnpG p {
  line-height: 1.5;
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-u8dy8TEnpG .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-u8dy8TEnpG {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-u8dy8TEnpG .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-u8dy8TEnpG .content-wrap {
    width: 100%;
  }
}
.cid-u8dy8TEnpG .mbr-section-title {
  text-align: center;
  color: #000000;
}
.cid-u8dy8TEnpG .mbr-text,
.cid-u8dy8TEnpG .mbr-section-btn {
  text-align: left;
  color: #232323;
}
.cid-u8dy8TEnpG .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-u8dy8UcUHV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dy8UcUHV .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy8UcUHV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy8UcUHV .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-u8dy8UcUHV .container-fluid {
    padding: 0 12px;
  }
}
.cid-u8dy8UcUHV .container-fluid .row {
  padding: 0;
}
.cid-u8dy8UcUHV .row {
  border: 3px solid #ffffff;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-u8dy8UcUHV .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-u8dy8UcUHV .card {
    padding: 48px 20px;
  }
}
.cid-u8dy8UcUHV .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-u8dy8UcUHV .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-u8dy8UcUHV .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #ffffff;
}
.cid-u8dy8UcUHV .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-u8dy8UcUHV .mbr-section-title {
  color: #1b577a;
  text-align: center;
}
.cid-u8dy8VbkFC {
  padding-top: 4rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-u8dy8VbkFC .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy8VbkFC .item-wrapper {
  display: flex;
  margin-bottom: 2rem;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dy8VbkFC .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-u8dy8VbkFC .item-wrapper:hover .iconfont-wrapper:after {
  width: 70px;
  height: 70px;
}
.cid-u8dy8VbkFC a {
  font-weight: 600;
}
.cid-u8dy8VbkFC a:hover {
  background: none !important;
}
@media (min-width: 1400px) {
  .cid-u8dy8VbkFC .col-lg-3,
  .cid-u8dy8VbkFC .col-xl-3 {
    max-width: 20%;
  }
}
@media (max-width: 1200px) {
  .cid-u8dy8VbkFC .col-lg-12 {
    min-width: 100% !important;
  }
}
.cid-u8dy8VbkFC .card-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-u8dy8VbkFC h5 {
  margin: 0;
}
.cid-u8dy8VbkFC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy8VbkFC .iconfont-wrapper {
  position: relative;
}
.cid-u8dy8VbkFC .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-u8dy8VbkFC .socicon {
  font-size: 1rem;
  width: 30px;
  height: 30px;
}
.cid-u8dy8VbkFC .sociconfont-wrapper {
  display: flex;
}
.cid-u8dy8VbkFC .card-title,
.cid-u8dy8VbkFC .iconfont-wrapper {
  color: #a1a1a1;
}
.cid-u8dy8VbkFC .card-text {
  color: #000000;
}
.cid-u8dy8VbkFC .mbr-section-title {
  color: #000000;
}
.cid-u8dy8VbkFC .main-title,
.cid-u8dy8VbkFC .iconfont-wrapper {
  text-align: left;
}
.cid-u8dy8W3CC5 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #01004c;
}
.cid-u8dy8W3CC5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy8W3CC5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy8W3CC5 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-u8dy8W3CC5 .container {
    padding: 0 16px;
  }
}
@media (max-width: 768px) {
  .cid-u8dy8W3CC5 .container {
    padding: 0 14px;
  }
}
.cid-u8dy8W3CC5 .google-map iframe {
  border-radius: 0 !important;
  height: 600px;
}
@media (max-width: 992px) {
  .cid-u8dy8W3CC5 .google-map iframe {
    height: 300px;
  }
}
.cid-u8dy8WNc9U {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
  overflow: hidden;
}
.cid-u8dy8WNc9U .media-container-row .mbr-text {
  color: #ffffff;
}
.cid-u8dy8XhT2H {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-u8dy8XhT2H .media-col {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .cid-u8dy8XhT2H .media-col {
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-u8dy8XhT2H .media-col {
    flex-direction: column;
  }
}
.cid-u8dy8XhT2H .brand-name {
  margin-bottom: 0;
  color: #555555;
}
.cid-u8dy8XhT2H .media-wrap {
  padding: 0;
  margin-right: 1rem;
}
@media (max-width: 767px) {
  .cid-u8dy8XhT2H .media-wrap {
    margin-right: 0;
  }
}
.cid-u8dy8XhT2H .cards-row,
.cid-u8dy8XhT2H .social-row,
.cid-u8dy8XhT2H .menu-row {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dy8XhT2H .cards-row,
  .cid-u8dy8XhT2H .social-row,
  .cid-u8dy8XhT2H .menu-row {
    justify-content: center;
  }
}
.cid-u8dy8XhT2H .menu-row {
  margin-bottom: 1rem;
}
.cid-u8dy8XhT2H .foot-menu {
  list-style-type: none;
  margin-bottom: 0;
  margin-right: -1.2rem;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .cid-u8dy8XhT2H .foot-menu {
    justify-content: center;
  }
}
.cid-u8dy8XhT2H .foot-menu .foot-menu-item {
  margin-right: 1.2rem;
  margin-bottom: 0.5rem;
}
.cid-u8dy8XhT2H .text-col {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-u8dy8XhT2H .social-col {
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .cid-u8dy8XhT2H .row {
    text-align: center;
  }
  .cid-u8dy8XhT2H .cards-col {
    justify-content: center;
  }
  .cid-u8dy8XhT2H .social-col {
    justify-content: center;
    margin-top: 30px;
  }
}
.cid-u8dy8XhT2H .card-item {
  width: 45px;
  height: 30px;
  margin-right: 1rem;
}
.cid-u8dy8XhT2H .card-item:last-child {
  margin-right: 0;
}
.cid-u8dy8XhT2H .card-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.cid-u8dy8XhT2H .logo {
  width: 80px;
}
.cid-u8dy8XhT2H .socicon {
  color: black;
}
.cid-u8dy8XhT2H .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-u8dy8XhT2H .soc-item:last-child {
  margin-right: 0;
}
.cid-u8dy8XhT2H .mbr-text {
  color: #ffffff;
}
.cid-u8dy8XhT2H .copyright {
  color: #000000;
}
.cid-u8dy8XXntP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-u8dy8XXntP .mbr-fallback-image.disabled {
  display: none;
}
.cid-u8dy8XXntP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-u8dy8XXntP li {
  padding-bottom: 0.3rem;
}
.cid-u8dy8XXntP h5 {
  padding-bottom: 1rem;
}
.cid-u8dy8XXntP .col-lg-3 {
  border-right: 1px solid lightgray;
  padding-left: 2rem;
}
@media (max-width: 992px) {
  .cid-u8dy8XXntP .col-lg-3 {
    border: 0;
    padding-left: 1rem;
  }
}
.cid-u8dy8XXntP .last {
  border: 0;
}
@media (min-width: 1200px) {
  .cid-u8dy8XXntP .col-lg-3 {
    max-width: 20%;
  }
}
.cid-u8dy8XXntP .list {
  list-style: none;
  padding-left: 0;
  color: #a1a1a1;
}
@media (max-width: 991px) {
  .cid-u8dy8XXntP .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-u8dy8XXntP .list {
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-u8dy8XXntP .row {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-u8dy8XXntP div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-u8dy8XXntP .copyright {
  color: #000000;
}
.cid-u8dy8XXntP .mbr-section-subtitle {
  color: #4e423d;
}
