.btn {
  border-width: 2px;
}
body {
  font-family: Schibsted Grotesk;
}
.display-1 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5.625rem;
}
.display-2 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.71875rem;
}
.display-5 {
  font-family: 'Barlow Semi Condensed', sans-serif;
  font-size: 1.75rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.1875rem;
}
.display-7 {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.6rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.15rem;
    font-size: calc( 2.225rem + (4.5 - 2.225) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.225rem + (4.5 - 2.225) * ((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: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.4rem;
    font-size: calc( 1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.2625rem + (1.75 - 1.2625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #41a0d3 !important;
}
.bg-success {
  background-color: #bdcdc6 !important;
}
.bg-info {
  background-color: #e7d8d6 !important;
}
.bg-warning {
  background-color: #c08598 !important;
}
.bg-danger {
  background-color: #33363b !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #41a0d3 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #24709a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #24709a !important;
  border-color: #24709a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #e4eedb !important;
  border: none  !important;
  color: #638941 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #b8d2a0 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #638941 !important;
  background-color: #b8d2a0 !important;
  border-color: #b8d2a0 !important;
}
.btn-info,
.btn-info:active {
  background-color: #e7d8d6 !important;
  border: none  !important;
  color: #784c46 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #c7a49f !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #784c46 !important;
  background-color: #c7a49f !important;
  border-color: #c7a49f !important;
}
.btn-success,
.btn-success:active {
  background-color: #bdcdc6 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #8ca89b !important;
  border-color: #8ca89b !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #c08598 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #9d516a !important;
  border-color: #9d516a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #33363b !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0b0b0c !important;
  border-color: #0b0b0c !important;
}
.btn-white,
.btn-white:active {
  background-color: #efefef !important;
  border: none  !important;
  color: #707070 !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #ffffff !important;
  background-color: #c4c4c4 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #707070 !important;
  background-color: #c4c4c4 !important;
  border-color: #c4c4c4 !important;
}
.btn-black,
.btn-black:active {
  background-color: #010101 !important;
  border: none  !important;
  color: #ffffff !important;
  box-shadow: none !important;
  font-weight: 700 !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border: none  !important;
  box-shadow: none !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #41a0d3;
  color: #41a0d3;
  border-radius: 0 !important;
}
.btn-primary-outline .mbr-iconfont,
.btn-primary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #24709a !important;
  background-color: transparent!important;
  border-color: #24709a !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #41a0d3 !important;
  border-color: #41a0d3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e4eedb;
  color: #e4eedb;
  border-radius: 0 !important;
}
.btn-secondary-outline .mbr-iconfont,
.btn-secondary-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #b8d2a0 !important;
  background-color: transparent!important;
  border-color: #b8d2a0 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #638941 !important;
  background-color: #e4eedb !important;
  border-color: #e4eedb !important;
}
.btn-info-outline,
.btn-info-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #e7d8d6;
  color: #e7d8d6;
  border-radius: 0 !important;
}
.btn-info-outline .mbr-iconfont,
.btn-info-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c7a49f !important;
  background-color: transparent!important;
  border-color: #c7a49f !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #784c46 !important;
  background-color: #e7d8d6 !important;
  border-color: #e7d8d6 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #bdcdc6;
  color: #bdcdc6;
  border-radius: 0 !important;
}
.btn-success-outline .mbr-iconfont,
.btn-success-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #8ca89b !important;
  background-color: transparent!important;
  border-color: #8ca89b !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #bdcdc6 !important;
  border-color: #bdcdc6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #c08598;
  color: #c08598;
  border-radius: 0 !important;
}
.btn-warning-outline .mbr-iconfont,
.btn-warning-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9d516a !important;
  background-color: transparent!important;
  border-color: #9d516a !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #c08598 !important;
  border-color: #c08598 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #33363b;
  color: #33363b;
  border-radius: 0 !important;
}
.btn-danger-outline .mbr-iconfont,
.btn-danger-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0b0b0c !important;
  background-color: transparent!important;
  border-color: #0b0b0c !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #33363b !important;
  border-color: #33363b !important;
}
.btn-black-outline,
.btn-black-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #010101;
  color: #010101;
  border-radius: 0 !important;
}
.btn-black-outline .mbr-iconfont,
.btn-black-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #010101 !important;
  border-color: #010101 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  padding: 0 0.5rem 0 0 !important;
  background-color: transparent !important;
  min-height: auto !important;
  border: none;
  border-bottom: 2px solid #efefef;
  color: #efefef;
  border-radius: 0 !important;
}
.btn-white-outline .mbr-iconfont,
.btn-white-outline:active .mbr-iconfont {
  transition: 0.3s transform !important;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #c4c4c4 !important;
  background-color: transparent!important;
  border-color: #c4c4c4 !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #707070 !important;
  background-color: #efefef !important;
  border-color: #efefef !important;
}
.text-primary {
  color: #41a0d3 !important;
}
.text-secondary {
  color: #e4eedb !important;
}
.text-success {
  color: #bdcdc6 !important;
}
.text-info {
  color: #e7d8d6 !important;
}
.text-warning {
  color: #c08598 !important;
}
.text-danger {
  color: #33363b !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-black {
  color: #24262b !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #21678d !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #b0cd96 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #83a194 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #c19b96 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #934c63 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #040404 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #bcbcbc !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: #41a0d3;
}
.nav-tabs .nav-link:not(.active) {
  color: #24262b;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #e7d8d6;
}
.alert-warning {
  background-color: #c08598;
}
.alert-danger {
  background-color: #33363b;
}
.mbr-gallery-filter li.active .btn {
  background-color: #41a0d3;
  border-color: #41a0d3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #41a0d3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e7f3f9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ebd9df;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #a4a8b0;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.71875rem;
}
.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: #41a0d3 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Schibsted Grotesk', sans-serif;
  font-size: 1.375rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.71875rem;
}
blockquote {
  border-color: #41a0d3;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #41a0d3;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #41a0d3;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #41a0d3;
  border-bottom-color: #41a0d3;
}
.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: #41a0d3 !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: #e4eedb !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='%2341a0d3' %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: .3s all;
  font-weight: 600 !important;
}
a:hover {
  background-image: none !important;
}
.container {
  position: relative;
  max-width: 1380px;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 1199px) {
  .container {
    max-width: 960px;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 991px) {
  .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 540px;
  }
}
.container-fluid {
  max-width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}
@media (max-width: 1399px) {
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 1199px) {
  .container-fluid {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.row {
  margin-left: -16px;
  margin-right: -16px;
  justify-content: center;
}
.row > [class*="col"] {
  padding-left: 16px;
  padding-right: 16px;
}
.mbr-section-btn .btn {
  position: relative;
  min-width: 100px;
  min-height: 52px;
  padding: 10px 30px;
  border-radius: 3px;
  transition: all .3s;
}
.mbr-section-btn .btn .mbr-iconfont {
  transition: transform .3s;
}
.mbr-section-btn .btn:hover .mbr-iconfont {
  transform: translateX(0.5rem);
}
.mbr-section-btn .btn-danger,
.mbr-section-btn .btn-black {
  color: #FFFFFF;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn .btn-black:hover {
  color: #FFFFFF;
  background-color: #41a0d3 !important;
}
.mbr-section-btn .btn-black-outline:hover,
.mbr-section-btn .btn-white-outline:hover {
  color: #41a0d3 !important;
  border-color: #41a0d3 !important;
}
.cid-tDSunpTzFY {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-tDSunpTzFY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSunpTzFY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tDSunpTzFY .col-content {
    text-align: center;
  }
}
.cid-tDSunpTzFY .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-title {
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSunpTzFY .mbr-section-btn {
  margin-top: 22px;
}
.cid-tDSunpTzFY .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tDSunpTzFY .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tDSunpTzFY .text-item {
    text-align: center;
  }
}
.cid-tDSunpTzFY .mbr-text {
  color: #24262b;
}
.cid-tDSunpTzFY .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tDSuuE1U0r {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tDSuuE1U0r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSuuE1U0r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSuuE1U0r .container,
.cid-tDSuuE1U0r .container-fluid {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #e4eedb;
}
.cid-tDSuuE1U0r .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tDSuuE1U0r .col-text {
    max-width: 624px;
  }
}
.cid-tDSuuE1U0r .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-tDSuuE1U0r .mbr-section-subtitle {
  margin-top: 8px;
  color: #24262b;
}
.cid-tDSuuE1U0r .mbr-text {
  margin-top: 24px;
  color: #24262b;
  text-align: left;
}
.cid-tDSuuE1U0r .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-tDSuuE1U0r .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tDSuuE1U0r .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-tDSuuE1U0r .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tDSuuE1U0r .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #24262b;
  margin-bottom: 1rem;
}
.cid-tDSuuE1U0r .card-title {
  color: #24262b;
}
.cid-tDSuJ4mYIc {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #efefef;
}
.cid-tDSuJ4mYIc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSuJ4mYIc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSuJ4mYIc .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSuJ4mYIc .mbr-section-title {
  color: #24262b;
}
.cid-tDSuJ4mYIc .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSuJ4mYIc .cards-row {
  align-items: stretch;
  row-gap: 32px;
}
.cid-tDSuJ4mYIc .card {
  display: flex;
  justify-content: center;
  align-items: stretch;
  height: auto;
  border-radius: 0;
}
.cid-tDSuJ4mYIc .card-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 5rem 4rem;
  transition: .3s all;
  background-size: cover;
  background-position: center;
}
@media (max-width: 767px) {
  .cid-tDSuJ4mYIc .card-wrap {
    padding: 3rem 2rem;
  }
}
.cid-tDSuJ4mYIc .item-content {
  max-width: 390px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tDSuJ4mYIc .item-content {
    max-width: 100%;
    text-align: center;
  }
}
.cid-tDSuJ4mYIc .card-title-1 {
  margin-bottom: 16px;
  color: #FFFFFF;
}
.cid-tDSuJ4mYIc .card-title-2 {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tDSuJ4mYIc .card-subtitle-1 {
  color: #FFFFFF;
}
.cid-tDSuJ4mYIc .card-subtitle-2 {
  color: #ffffff;
}
.cid-tDSuJ4mYIc .card-text-1 {
  margin-top: 16px;
  color: #FFFFFF;
}
.cid-tDSuJ4mYIc .card-text-2 {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSuJ4mYIc .mbr-section-btn {
  margin-top: 14px;
}
.cid-tDSuJ4mYIc .card-1 .card-wrap {
  background-image: url("../../../assets/images/background355.jpg");
}
.cid-tDSuJ4mYIc .card-2 .card-wrap {
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-tDSuJ4mYIc .card-text-2,
.cid-tDSuJ4mYIc .mbr-section-btn-2 {
  color: #ffffff;
}
.cid-tGWxius3zO {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGWxius3zO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWxius3zO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWxius3zO .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tGWxius3zO .container-fluid {
    padding: 0 12px;
  }
}
.cid-tGWxius3zO .container-fluid .row {
  padding: 0;
}
.cid-tGWxius3zO .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tGWxius3zO .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tGWxius3zO .card {
    padding: 48px 20px;
  }
}
.cid-tGWxius3zO .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tGWxius3zO .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGWxius3zO .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tGWxius3zO .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tGWxius3zO .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tDSuYZU7L0 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-tDSuYZU7L0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSuYZU7L0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSuYZU7L0 .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tDSuYZU7L0 .mbr-section-title {
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-subtitle {
  color: #24262b;
}
.cid-tDSuYZU7L0 .cards-row {
  row-gap: 32px;
}
.cid-tDSuYZU7L0 .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tDSuYZU7L0 .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tDSuYZU7L0 .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tDSuYZU7L0 .card-subtitle {
  color: #24262b;
}
.cid-tDSuYZU7L0 .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tDSuYZU7L0 .mbr-section-btn {
  margin-top: 20px;
}
.cid-tDSuYZU7L0 .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tDSuYZU7L0 .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tDSvbPDOMx {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-tDSvbPDOMx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tDSvbPDOMx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tDSvbPDOMx .cards-row {
  row-gap: 32px;
}
.cid-tDSvbPDOMx .card {
  border-radius: 0;
}
.cid-tDSvbPDOMx .card-wrapper {
  width: 100%;
}
.cid-tDSvbPDOMx .card-title {
  margin-bottom: 8px;
  color: #b79b6c;
}
.cid-tDSvbPDOMx .card-subtitle {
  max-width: 550px;
  color: #FFFFFF;
}
.cid-tDSvbPDOMx .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tDSvbPDOMx .card-name {
  color: #FFFFFF;
}
.cid-tDSvbPDOMx .card-text {
  color: #c1c1c1;
}
.cid-tGWAdia2Mq {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tGWAdia2Mq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWAdia2Mq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWAdia2Mq .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tGWAdia2Mq .content-wrap {
  width: 40%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tGWAdia2Mq .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tGWAdia2Mq .content-wrap {
    width: 100%;
  }
}
.cid-tGWAdia2Mq .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(51, 54, 59, 0.1);
}
@media (max-width: 575px) {
  .cid-tGWAdia2Mq .text-content {
    border-bottom: none;
  }
}
.cid-tGWAdia2Mq .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
}
.cid-tGWAdia2Mq .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-tGWAdia2Mq .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tGWAdia2Mq .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(51, 54, 59, 0.1);
}
@media (max-width: 575px) {
  .cid-tGWAdia2Mq .border-icon {
    display: none;
  }
}
.cid-tGWAdia2Mq .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(51, 54, 59, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-tGWAdia2Mq .icon-container {
    width: 100%;
    border-top: 1px solid rgba(51, 54, 59, 0.1);
    border-right: none !important;
  }
}
.cid-tGWAdia2Mq .icon-container:nth-child(3) {
  border-right: none;
}
.cid-tGWAdia2Mq .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tGWAdia2Mq .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-tGWAdia2Mq .icon-container:nth-child(7) {
  border-right: none;
}
.cid-tGWAdia2Mq .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tGWAdia2Mq .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-tGWAdia2Mq .icon-container .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
  transition: .4s all;
}
.cid-tGWAdia2Mq .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-tGWAdia2Mq .icon-container a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tGWAdia2Mq .icon-container-1 a {
  background: linear-gradient(to right, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-tGWAdia2Mq .icon-container-1 a:hover {
  background: linear-gradient(to right, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-tGWAdia2Mq .icon-container-2 a {
  background: linear-gradient(to top, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tGWAdia2Mq .icon-container-2 a:hover {
  background: linear-gradient(to top, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tGWAdia2Mq .icon-container-3 a {
  background: linear-gradient(to bottom, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tGWAdia2Mq .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tGWAg1BBSn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f6f2;
}
.cid-tGWAg1BBSn .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tGWAg1BBSn .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tGWAg1BBSn .card-title {
  color: #45494E;
}
.cid-tGWAg1BBSn .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tGWAg1BBSn .mbr-text {
    margin-top: 24px;
  }
}
.cid-tGWAg1BBSn .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGWAg1BBSn .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tGWAg1BBSn .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tGWAg1BBSn .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tGWAg1BBSn .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGWAg1BBSn .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGWAg1BBSn .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGWAg1BBSn .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tDSvrYu5b4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tDSvrYu5b4 .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tDSvrYu5b4 .mbr-text {
  color: #c1c1c1;
}
.cid-tGWQHwPScm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tGWQHwPScm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tGWQHwPScm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGWQHwPScm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGWQHwPScm .menu_box .navbar.opened,
  .cid-tGWQHwPScm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGWQHwPScm .navbar-dropdown {
  position: relative !important;
}
.cid-tGWQHwPScm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGWQHwPScm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGWQHwPScm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .cid-tGWQHwPScm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGWQHwPScm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGWQHwPScm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGWQHwPScm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGWQHwPScm .offcanvas-body .mbr-text,
  .cid-tGWQHwPScm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGWQHwPScm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGWQHwPScm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGWQHwPScm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGWQHwPScm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-tGWQHwPScm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGWQHwPScm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-tGWQHwPScm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .nav-item:hover,
  .cid-tGWQHwPScm .nav-item:focus {
    background-color: #ffffff;
    border-color: #e4eedb;
  }
}
.cid-tGWQHwPScm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tGWQHwPScm .nav-item .nav-link:hover,
.cid-tGWQHwPScm .nav-item .nav-link:focus {
  opacity: 1;
  color: #41a0d3 !important;
}
.cid-tGWQHwPScm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGWQHwPScm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGWQHwPScm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGWQHwPScm .offcanvas_box {
    display: none;
  }
}
.cid-tGWQHwPScm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tGWQHwPScm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGWQHwPScm .container {
  display: flex;
  margin: auto;
}
.cid-tGWQHwPScm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGWQHwPScm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGWQHwPScm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGWQHwPScm .navbar-caption {
  color: #222222;
}
.cid-tGWQHwPScm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .navbar-nav {
    margin: 0;
  }
}
.cid-tGWQHwPScm .dropdown-menu,
.cid-tGWQHwPScm .navbar.opened {
  background-color: false !important;
}
.cid-tGWQHwPScm .nav-item:focus,
.cid-tGWQHwPScm .nav-link:focus {
  outline: none;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGWQHwPScm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGWQHwPScm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGWQHwPScm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGWQHwPScm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGWQHwPScm .navbar.opened {
  transition: all 0.3s;
}
.cid-tGWQHwPScm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGWQHwPScm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.cid-tGWQHwPScm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGWQHwPScm .navbar.collapsed {
  justify-content: center;
}
.cid-tGWQHwPScm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGWQHwPScm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGWQHwPScm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGWQHwPScm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGWQHwPScm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGWQHwPScm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGWQHwPScm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGWQHwPScm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGWQHwPScm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGWQHwPScm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGWQHwPScm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGWQHwPScm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGWQHwPScm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGWQHwPScm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGWQHwPScm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGWQHwPScm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGWQHwPScm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGWQHwPScm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGWQHwPScm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGWQHwPScm .dropdown-item.active,
.cid-tGWQHwPScm .dropdown-item:active {
  background-color: transparent;
}
.cid-tGWQHwPScm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGWQHwPScm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGWQHwPScm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGWQHwPScm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGWQHwPScm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGWQHwPScm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGWQHwPScm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGWQHwPScm .navbar {
    height: 70px;
  }
  .cid-tGWQHwPScm .navbar.opened {
    height: auto;
  }
  .cid-tGWQHwPScm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGWQHwPScm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGWQHwPScm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tGWQHwPScm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGWQHwPScm .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-tGWQHwPScm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGWQHwPScm .navbar-caption:hover {
  color: #41a0d3;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tGWQHwPScm .text_widget {
  margin-bottom: 24px;
}
.cid-tGWQHwPScm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGWQHwPScm .text_widget a:hover {
  color: #e4eedb !important;
}
.cid-tGWQHwPScm .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-tGWQHwPScm .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tGWQHwPScm .mbr-section-subtitle,
.cid-tGWQHwPScm .text_widget,
.cid-tGWQHwPScm .mbr-section-btn {
  text-align: center;
}
.cid-tGWQHwPScm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGWQHwPScm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tGWQHwPScm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tGWQHwPScm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGWQHwPScm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGWQHwPScm .menu_box .navbar.opened,
  .cid-tGWQHwPScm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGWQHwPScm .navbar-dropdown {
  position: relative !important;
}
.cid-tGWQHwPScm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGWQHwPScm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGWQHwPScm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .cid-tGWQHwPScm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGWQHwPScm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGWQHwPScm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGWQHwPScm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGWQHwPScm .offcanvas-body .mbr-text,
  .cid-tGWQHwPScm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGWQHwPScm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGWQHwPScm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGWQHwPScm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGWQHwPScm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-tGWQHwPScm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGWQHwPScm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-tGWQHwPScm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .nav-item:hover,
  .cid-tGWQHwPScm .nav-item:focus {
    background-color: #ffffff;
    border-color: #e4eedb;
  }
}
.cid-tGWQHwPScm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tGWQHwPScm .nav-item .nav-link:hover,
.cid-tGWQHwPScm .nav-item .nav-link:focus {
  opacity: 1;
  color: #41a0d3 !important;
}
.cid-tGWQHwPScm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGWQHwPScm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGWQHwPScm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGWQHwPScm .offcanvas_box {
    display: none;
  }
}
.cid-tGWQHwPScm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tGWQHwPScm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGWQHwPScm .container {
  display: flex;
  margin: auto;
}
.cid-tGWQHwPScm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGWQHwPScm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGWQHwPScm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGWQHwPScm .navbar-caption {
  color: #222222;
}
.cid-tGWQHwPScm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .navbar-nav {
    margin: 0;
  }
}
.cid-tGWQHwPScm .dropdown-menu,
.cid-tGWQHwPScm .navbar.opened {
  background-color: false !important;
}
.cid-tGWQHwPScm .nav-item:focus,
.cid-tGWQHwPScm .nav-link:focus {
  outline: none;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGWQHwPScm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGWQHwPScm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGWQHwPScm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGWQHwPScm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGWQHwPScm .navbar.opened {
  transition: all 0.3s;
}
.cid-tGWQHwPScm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGWQHwPScm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.cid-tGWQHwPScm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGWQHwPScm .navbar.collapsed {
  justify-content: center;
}
.cid-tGWQHwPScm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGWQHwPScm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGWQHwPScm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGWQHwPScm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGWQHwPScm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGWQHwPScm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGWQHwPScm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGWQHwPScm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGWQHwPScm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGWQHwPScm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGWQHwPScm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGWQHwPScm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGWQHwPScm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGWQHwPScm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGWQHwPScm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGWQHwPScm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGWQHwPScm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGWQHwPScm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGWQHwPScm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGWQHwPScm .dropdown-item.active,
.cid-tGWQHwPScm .dropdown-item:active {
  background-color: transparent;
}
.cid-tGWQHwPScm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGWQHwPScm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGWQHwPScm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGWQHwPScm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGWQHwPScm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGWQHwPScm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGWQHwPScm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGWQHwPScm .navbar {
    height: 70px;
  }
  .cid-tGWQHwPScm .navbar.opened {
    height: auto;
  }
  .cid-tGWQHwPScm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGWQHwPScm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGWQHwPScm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tGWQHwPScm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGWQHwPScm .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-tGWQHwPScm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGWQHwPScm .navbar-caption:hover {
  color: #41a0d3;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tGWQHwPScm .text_widget {
  margin-bottom: 24px;
}
.cid-tGWQHwPScm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGWQHwPScm .text_widget a:hover {
  color: #e4eedb !important;
}
.cid-tGWQHwPScm .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-tGWQHwPScm .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tGWQHwPScm .mbr-section-subtitle,
.cid-tGWQHwPScm .text_widget,
.cid-tGWQHwPScm .mbr-section-btn {
  text-align: center;
}
.cid-tGWQHwPScm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGWG4IbHLJ {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1356x1920.jpg");
}
.cid-tGWG4IbHLJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWG4IbHLJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGWG4IbHLJ .col-content {
    text-align: center;
  }
}
.cid-tGWG4IbHLJ .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tGWG4IbHLJ .mbr-section-title {
  color: #24262b;
}
.cid-tGWG4IbHLJ .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tGWG4IbHLJ .mbr-section-btn {
  margin-top: 22px;
}
.cid-tGWG4IbHLJ .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tGWG4IbHLJ .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tGWG4IbHLJ .text-item {
    text-align: center;
  }
}
.cid-tGWG4IbHLJ .mbr-text {
  color: #24262b;
}
.cid-tGWG4IbHLJ .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tGWG4IPBBk {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGWG4IPBBk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWG4IPBBk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWG4IPBBk .container,
.cid-tGWG4IPBBk .container-fluid {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4eedb;
}
.cid-tGWG4IPBBk .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGWG4IPBBk .col-text {
    max-width: 624px;
  }
}
.cid-tGWG4IPBBk .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-tGWG4IPBBk .mbr-section-subtitle {
  margin-top: 8px;
  color: #24262b;
}
.cid-tGWG4IPBBk .mbr-text {
  margin-top: 24px;
  color: #24262b;
  text-align: left;
}
.cid-tGWG4IPBBk .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-tGWG4IPBBk .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tGWG4IPBBk .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-tGWG4IPBBk .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tGWG4IPBBk .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #24262b;
  margin-bottom: 1rem;
}
.cid-tGWG4IPBBk .card-title {
  color: #24262b;
}
.cid-tGWG4JAZ7a {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tGWG4JAZ7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWG4JAZ7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWG4K3B5w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGWG4K3B5w .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWG4K3B5w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWG4K3B5w .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tGWG4K3B5w .container-fluid {
    padding: 0 12px;
  }
}
.cid-tGWG4K3B5w .container-fluid .row {
  padding: 0;
}
.cid-tGWG4K3B5w .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tGWG4K3B5w .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tGWG4K3B5w .card {
    padding: 48px 20px;
  }
}
.cid-tGWG4K3B5w .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tGWG4K3B5w .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGWG4K3B5w .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tGWG4K3B5w .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tGWG4K3B5w .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tGWG4KFDUg {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tGWG4KFDUg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWG4KFDUg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGWG4KFDUg .col-padding {
    padding-right: 4rem;
  }
}
.cid-tGWG4KFDUg .mbr-text1 {
  background: #767676;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tGWG4KFDUg .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tGWG4KFDUg .mbr-text2 {
  background: #c1c1c1;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .cid-tGWG4KFDUg .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tGWG4KFDUg .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tGWG4KFDUg .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tGWG4MlZhE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tGWG4MlZhE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWG4MlZhE .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-tGWG4MlZhE .container {
    padding: 0 30px;
  }
}
.cid-tGWG4MlZhE .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tGWG4MlZhE .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGWG4MlZhE .mbr-section-title {
  color: #212529;
}
.cid-tGWG4MlZhE .mbr-text {
  color: #212529;
}
.cid-tGWG4MPLAj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1358.jpg");
}
.cid-tGWG4MPLAj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWG4MPLAj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWG4MPLAj .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tGWG4MPLAj .content-wrap {
  width: 40%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tGWG4MPLAj .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tGWG4MPLAj .content-wrap {
    width: 100%;
  }
}
.cid-tGWG4MPLAj .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(51, 54, 59, 0.1);
}
@media (max-width: 575px) {
  .cid-tGWG4MPLAj .text-content {
    border-bottom: none;
  }
}
.cid-tGWG4MPLAj .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
}
.cid-tGWG4MPLAj .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-tGWG4MPLAj .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tGWG4MPLAj .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(51, 54, 59, 0.1);
}
@media (max-width: 575px) {
  .cid-tGWG4MPLAj .border-icon {
    display: none;
  }
}
.cid-tGWG4MPLAj .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(51, 54, 59, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-tGWG4MPLAj .icon-container {
    width: 100%;
    border-top: 1px solid rgba(51, 54, 59, 0.1);
    border-right: none !important;
  }
}
.cid-tGWG4MPLAj .icon-container:nth-child(3) {
  border-right: none;
}
.cid-tGWG4MPLAj .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tGWG4MPLAj .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-tGWG4MPLAj .icon-container:nth-child(7) {
  border-right: none;
}
.cid-tGWG4MPLAj .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tGWG4MPLAj .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-tGWG4MPLAj .icon-container .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
  transition: .4s all;
}
.cid-tGWG4MPLAj .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-tGWG4MPLAj .icon-container a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tGWG4MPLAj .icon-container-1 a {
  background: linear-gradient(to right, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-tGWG4MPLAj .icon-container-1 a:hover {
  background: linear-gradient(to right, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-tGWG4MPLAj .icon-container-2 a {
  background: linear-gradient(to top, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tGWG4MPLAj .icon-container-2 a:hover {
  background: linear-gradient(to top, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tGWG4MPLAj .icon-container-3 a {
  background: linear-gradient(to bottom, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tGWG4MPLAj .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tGWG4Ntgmt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f6f2;
}
.cid-tGWG4Ntgmt .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tGWG4Ntgmt .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tGWG4Ntgmt .card-title {
  color: #45494E;
}
.cid-tGWG4Ntgmt .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tGWG4Ntgmt .mbr-text {
    margin-top: 24px;
  }
}
.cid-tGWG4Ntgmt .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGWG4Ntgmt .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tGWG4Ntgmt .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tGWG4Ntgmt .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tGWG4Ntgmt .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGWG4Ntgmt .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGWG4Ntgmt .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGWG4Ntgmt .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGWG4O7Hhl {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tGWG4O7Hhl .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tGWG4O7Hhl .mbr-text {
  color: #c1c1c1;
}
.cid-tGWEzhsZT9 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-tGWEzhsZT9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEzhsZT9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGWEzhsZT9 .col-content {
    text-align: center;
  }
}
.cid-tGWEzhsZT9 .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tGWEzhsZT9 .mbr-section-title {
  color: #000000;
}
.cid-tGWEzhsZT9 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tGWEzhsZT9 .mbr-section-btn {
  margin-top: 22px;
}
.cid-tGWEzhsZT9 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tGWEzhsZT9 .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tGWEzhsZT9 .text-item {
    text-align: center;
  }
}
.cid-tGWEzhsZT9 .mbr-text {
  color: #24262b;
}
.cid-tGWEzhsZT9 .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tGWEzhsZT9 .mbr-section-subtitle,
.cid-tGWEzhsZT9 .mbr-section-btn {
  color: #000000;
}
.cid-tGWEzifgRn {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGWEzifgRn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEzifgRn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWEzifgRn .container,
.cid-tGWEzifgRn .container-fluid {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4eedb;
}
.cid-tGWEzifgRn .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGWEzifgRn .col-text {
    max-width: 624px;
  }
}
.cid-tGWEzifgRn .mbr-section-title {
  color: #24262b;
  text-align: left;
}
.cid-tGWEzifgRn .mbr-section-subtitle {
  margin-top: 8px;
  color: #24262b;
}
.cid-tGWEzifgRn .mbr-text {
  margin-top: 24px;
  color: #24262b;
  text-align: left;
}
.cid-tGWEzifgRn .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-tGWEzifgRn .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tGWEzifgRn .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-tGWEzifgRn .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tGWEzifgRn .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #24262b;
  margin-bottom: 1rem;
}
.cid-tGWEzifgRn .card-title {
  color: #24262b;
}
.cid-tGWEziUrPY {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tGWEziUrPY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEziUrPY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWEzjr61N {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGWEzjr61N .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEzjr61N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWEzjr61N .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tGWEzjr61N .container-fluid {
    padding: 0 12px;
  }
}
.cid-tGWEzjr61N .container-fluid .row {
  padding: 0;
}
.cid-tGWEzjr61N .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tGWEzjr61N .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tGWEzjr61N .card {
    padding: 48px 20px;
  }
}
.cid-tGWEzjr61N .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tGWEzjr61N .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGWEzjr61N .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tGWEzjr61N .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tGWEzjr61N .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tGWEzjYhDV {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tGWEzjYhDV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEzjYhDV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGWEzjYhDV .col-padding {
    padding-right: 4rem;
  }
}
.cid-tGWEzjYhDV .mbr-text1 {
  background: #767676;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tGWEzjYhDV .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tGWEzjYhDV .mbr-text2 {
  background: #c1c1c1;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .cid-tGWEzjYhDV .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tGWEzjYhDV .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tGWEzjYhDV .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tGWEzkvotT {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-tGWEzkvotT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEzkvotT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWEzkvotT .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tGWEzkvotT .mbr-section-title {
  color: #24262b;
}
.cid-tGWEzkvotT .mbr-section-subtitle {
  color: #24262b;
}
.cid-tGWEzkvotT .cards-row {
  row-gap: 32px;
}
.cid-tGWEzkvotT .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGWEzkvotT .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tGWEzkvotT .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tGWEzkvotT .card-subtitle {
  color: #24262b;
}
.cid-tGWEzkvotT .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tGWEzkvotT .mbr-section-btn {
  margin-top: 20px;
}
.cid-tGWEzkvotT .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tGWEzkvotT .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tGWEzl4fNP {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-tGWEzl4fNP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEzl4fNP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWEzl4fNP .cards-row {
  row-gap: 32px;
}
.cid-tGWEzl4fNP .card {
  border-radius: 0;
}
.cid-tGWEzl4fNP .card-wrapper {
  width: 100%;
}
.cid-tGWEzl4fNP .card-title {
  margin-bottom: 8px;
  color: #b79b6c;
}
.cid-tGWEzl4fNP .card-subtitle {
  max-width: 550px;
  color: #FFFFFF;
}
.cid-tGWEzl4fNP .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tGWEzl4fNP .card-name {
  color: #FFFFFF;
}
.cid-tGWEzl4fNP .card-text {
  color: #c1c1c1;
}
.cid-tGWEzlIO0X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tGWEzlIO0X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEzlIO0X .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-tGWEzlIO0X .container {
    padding: 0 30px;
  }
}
.cid-tGWEzlIO0X .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tGWEzlIO0X .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGWEzlIO0X .mbr-section-title {
  color: #212529;
}
.cid-tGWEzlIO0X .mbr-text {
  color: #212529;
}
.cid-tGWEzmgoqA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tGWEzmgoqA .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEzmgoqA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWEzmgoqA .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tGWEzmgoqA .content-wrap {
  width: 40%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tGWEzmgoqA .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tGWEzmgoqA .content-wrap {
    width: 100%;
  }
}
.cid-tGWEzmgoqA .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(51, 54, 59, 0.1);
}
@media (max-width: 575px) {
  .cid-tGWEzmgoqA .text-content {
    border-bottom: none;
  }
}
.cid-tGWEzmgoqA .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
}
.cid-tGWEzmgoqA .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-tGWEzmgoqA .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tGWEzmgoqA .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(51, 54, 59, 0.1);
}
@media (max-width: 575px) {
  .cid-tGWEzmgoqA .border-icon {
    display: none;
  }
}
.cid-tGWEzmgoqA .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(51, 54, 59, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-tGWEzmgoqA .icon-container {
    width: 100%;
    border-top: 1px solid rgba(51, 54, 59, 0.1);
    border-right: none !important;
  }
}
.cid-tGWEzmgoqA .icon-container:nth-child(3) {
  border-right: none;
}
.cid-tGWEzmgoqA .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tGWEzmgoqA .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-tGWEzmgoqA .icon-container:nth-child(7) {
  border-right: none;
}
.cid-tGWEzmgoqA .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tGWEzmgoqA .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-tGWEzmgoqA .icon-container .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
  transition: .4s all;
}
.cid-tGWEzmgoqA .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-tGWEzmgoqA .icon-container a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tGWEzmgoqA .icon-container-1 a {
  background: linear-gradient(to right, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-tGWEzmgoqA .icon-container-1 a:hover {
  background: linear-gradient(to right, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-tGWEzmgoqA .icon-container-2 a {
  background: linear-gradient(to top, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tGWEzmgoqA .icon-container-2 a:hover {
  background: linear-gradient(to top, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tGWEzmgoqA .icon-container-3 a {
  background: linear-gradient(to bottom, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tGWEzmgoqA .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tGWEzmR9h9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f6f2;
}
.cid-tGWEzmR9h9 .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tGWEzmR9h9 .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tGWEzmR9h9 .card-title {
  color: #45494E;
}
.cid-tGWEzmR9h9 .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tGWEzmR9h9 .mbr-text {
    margin-top: 24px;
  }
}
.cid-tGWEzmR9h9 .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGWEzmR9h9 .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tGWEzmR9h9 .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tGWEzmR9h9 .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tGWEzmR9h9 .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGWEzmR9h9 .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGWEzmR9h9 .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGWEzmR9h9 .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGWEzo5q1n {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tGWEzo5q1n .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tGWEzo5q1n .mbr-text {
  color: #c1c1c1;
}
.cid-tGWQHwPScm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tGWQHwPScm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tGWQHwPScm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGWQHwPScm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGWQHwPScm .menu_box .navbar.opened,
  .cid-tGWQHwPScm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGWQHwPScm .navbar-dropdown {
  position: relative !important;
}
.cid-tGWQHwPScm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGWQHwPScm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGWQHwPScm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .cid-tGWQHwPScm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGWQHwPScm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGWQHwPScm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGWQHwPScm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGWQHwPScm .offcanvas-body .mbr-text,
  .cid-tGWQHwPScm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGWQHwPScm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGWQHwPScm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGWQHwPScm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGWQHwPScm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-tGWQHwPScm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGWQHwPScm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-tGWQHwPScm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .nav-item:hover,
  .cid-tGWQHwPScm .nav-item:focus {
    background-color: #ffffff;
    border-color: #e4eedb;
  }
}
.cid-tGWQHwPScm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tGWQHwPScm .nav-item .nav-link:hover,
.cid-tGWQHwPScm .nav-item .nav-link:focus {
  opacity: 1;
  color: #41a0d3 !important;
}
.cid-tGWQHwPScm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGWQHwPScm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGWQHwPScm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGWQHwPScm .offcanvas_box {
    display: none;
  }
}
.cid-tGWQHwPScm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tGWQHwPScm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGWQHwPScm .container {
  display: flex;
  margin: auto;
}
.cid-tGWQHwPScm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGWQHwPScm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGWQHwPScm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGWQHwPScm .navbar-caption {
  color: #222222;
}
.cid-tGWQHwPScm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .navbar-nav {
    margin: 0;
  }
}
.cid-tGWQHwPScm .dropdown-menu,
.cid-tGWQHwPScm .navbar.opened {
  background-color: false !important;
}
.cid-tGWQHwPScm .nav-item:focus,
.cid-tGWQHwPScm .nav-link:focus {
  outline: none;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGWQHwPScm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGWQHwPScm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGWQHwPScm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGWQHwPScm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGWQHwPScm .navbar.opened {
  transition: all 0.3s;
}
.cid-tGWQHwPScm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGWQHwPScm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.cid-tGWQHwPScm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGWQHwPScm .navbar.collapsed {
  justify-content: center;
}
.cid-tGWQHwPScm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGWQHwPScm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGWQHwPScm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGWQHwPScm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGWQHwPScm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGWQHwPScm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGWQHwPScm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGWQHwPScm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGWQHwPScm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGWQHwPScm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGWQHwPScm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGWQHwPScm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGWQHwPScm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGWQHwPScm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGWQHwPScm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGWQHwPScm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGWQHwPScm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGWQHwPScm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGWQHwPScm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGWQHwPScm .dropdown-item.active,
.cid-tGWQHwPScm .dropdown-item:active {
  background-color: transparent;
}
.cid-tGWQHwPScm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGWQHwPScm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGWQHwPScm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGWQHwPScm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGWQHwPScm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGWQHwPScm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGWQHwPScm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGWQHwPScm .navbar {
    height: 70px;
  }
  .cid-tGWQHwPScm .navbar.opened {
    height: auto;
  }
  .cid-tGWQHwPScm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGWQHwPScm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGWQHwPScm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tGWQHwPScm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGWQHwPScm .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-tGWQHwPScm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGWQHwPScm .navbar-caption:hover {
  color: #41a0d3;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tGWQHwPScm .text_widget {
  margin-bottom: 24px;
}
.cid-tGWQHwPScm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGWQHwPScm .text_widget a:hover {
  color: #e4eedb !important;
}
.cid-tGWQHwPScm .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-tGWQHwPScm .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tGWQHwPScm .mbr-section-subtitle,
.cid-tGWQHwPScm .text_widget,
.cid-tGWQHwPScm .mbr-section-btn {
  text-align: center;
}
.cid-tGWQHwPScm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tGWCrRGNY6 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1186.jpg");
}
.cid-tGWCrRGNY6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWCrRGNY6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 767px) {
  .cid-tGWCrRGNY6 .col-content {
    text-align: center;
  }
}
.cid-tGWCrRGNY6 .label-text {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tGWCrRGNY6 .mbr-section-title {
  color: #ffffff;
}
.cid-tGWCrRGNY6 .mbr-section-subtitle {
  margin-top: 16px;
  color: #24262b;
}
.cid-tGWCrRGNY6 .mbr-section-btn {
  margin-top: 22px;
}
.cid-tGWCrRGNY6 .text-container {
  margin-top: 32px;
  row-gap: 32px;
}
.cid-tGWCrRGNY6 .text-item {
  border-top: 2px solid #33363b;
  padding-top: 1rem;
}
@media (max-width: 767px) {
  .cid-tGWCrRGNY6 .text-item {
    text-align: center;
  }
}
.cid-tGWCrRGNY6 .mbr-text {
  color: #24262b;
}
.cid-tGWCrRGNY6 .address-text {
  margin-top: 8px;
  color: #24262b;
}
.cid-tGWCrRGNY6 .mbr-section-subtitle,
.cid-tGWCrRGNY6 .mbr-section-btn {
  color: #000000;
}
.cid-tGWCrSnXZC {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tGWCrSnXZC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWCrSnXZC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWCrSnXZC .container,
.cid-tGWCrSnXZC .container-fluid {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #e4eedb;
}
.cid-tGWCrSnXZC .col-text {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-tGWCrSnXZC .col-text {
    max-width: 624px;
  }
}
.cid-tGWCrSnXZC .mbr-section-title {
  color: #24262b;
}
.cid-tGWCrSnXZC .mbr-section-subtitle {
  margin-top: 8px;
  color: #24262b;
}
.cid-tGWCrSnXZC .mbr-text {
  margin-top: 24px;
  color: #24262b;
  text-align: left;
}
.cid-tGWCrSnXZC .cards {
  margin-top: 2rem;
  row-gap: 32px;
}
.cid-tGWCrSnXZC .card {
  border-radius: 0;
}
@media (min-width: 992px) {
  .cid-tGWCrSnXZC .card:not(:first-child) {
    border-left: 1px solid #c1c1c1;
  }
}
.cid-tGWCrSnXZC .card-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cid-tGWCrSnXZC .mbr-iconfont {
  display: block;
  font-size: 56px;
  color: #24262b;
  margin-bottom: 1rem;
}
.cid-tGWCrSnXZC .card-title {
  color: #24262b;
}
.cid-tGWDtYtD9r {
  padding-top: 0px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tGWDtYtD9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWDtYtD9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWCrTwu6s {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #efefef;
}
.cid-tGWCrTwu6s .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWCrTwu6s .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWCrTwu6s .container-fluid {
  padding: 0 16px;
}
@media (max-width: 991px) {
  .cid-tGWCrTwu6s .container-fluid {
    padding: 0 12px;
  }
}
.cid-tGWCrTwu6s .container-fluid .row {
  padding: 0;
}
.cid-tGWCrTwu6s .row {
  border: 3px solid #d2d2d2;
  margin-top: -3px;
  border-radius: 5px;
}
.cid-tGWCrTwu6s .card {
  padding: 64px 28px;
  border-radius: 0;
}
@media (max-width: 992px) {
  .cid-tGWCrTwu6s .card {
    padding: 48px 20px;
  }
}
.cid-tGWCrTwu6s .card .title-wrapper {
  width: 80%;
  margin: 0 auto 48px;
}
.cid-tGWCrTwu6s .card .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tGWCrTwu6s .card .video-block {
  width: 80%;
  margin: 0 auto;
  border: 5px solid #d2d2d2;
}
.cid-tGWCrTwu6s .app-video-wrapper::before {
  color: #ff5640;
  text-shadow: none;
}
.cid-tGWCrTwu6s .mbr-section-title {
  color: #d2d2d2;
  text-align: center;
}
.cid-tGWDFX15Lx {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-tGWDFX15Lx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWDFX15Lx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (min-width: 992px) {
  .cid-tGWDFX15Lx .col-padding {
    padding-right: 4rem;
  }
}
.cid-tGWDFX15Lx .mbr-text1 {
  background: #c1c1c1;
  padding: 2rem;
  margin-left: 0;
  margin-right: auto;
  border-radius: 3rem;
  margin-bottom: 2rem;
  border-bottom-left-radius: 0;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tGWDFX15Lx .mbr-text1 {
    max-width: 80%;
  }
}
.cid-tGWDFX15Lx .mbr-text2 {
  background: #efefef;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-right-radius: 0;
  margin-right: 0;
  margin-bottom: 2rem;
  margin-left: auto;
}
@media (min-width: 767px) {
  .cid-tGWDFX15Lx .mbr-text2 {
    max-width: 80%;
  }
}
.cid-tGWDFX15Lx .mbr-text3 {
  background: #ff526b;
  padding: 2rem;
  border-radius: 3rem;
  border-bottom-left-radius: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  margin-right: auto;
  color: #ffffff;
}
@media (min-width: 767px) {
  .cid-tGWDFX15Lx .mbr-text3 {
    max-width: 80%;
  }
}
.cid-tGWCrU1fSa {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #efefef;
}
.cid-tGWCrU1fSa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWCrU1fSa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWCrU1fSa .mbr-section-head {
  margin-bottom: 32px;
}
.cid-tGWCrU1fSa .mbr-section-title {
  color: #24262b;
}
.cid-tGWCrU1fSa .mbr-section-subtitle {
  color: #24262b;
}
.cid-tGWCrU1fSa .cards-row {
  row-gap: 32px;
}
.cid-tGWCrU1fSa .item-content {
  align-self: center;
  height: 100%;
  padding: 4rem 3rem;
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-tGWCrU1fSa .item-content {
    padding: 3rem 2rem;
    text-align: center;
  }
}
.cid-tGWCrU1fSa .card-title {
  margin-bottom: 16px;
  color: #24262b;
}
.cid-tGWCrU1fSa .card-subtitle {
  color: #24262b;
}
.cid-tGWCrU1fSa .card-text {
  margin-top: 16px;
  color: #24262b;
}
.cid-tGWCrU1fSa .mbr-section-btn {
  margin-top: 20px;
}
.cid-tGWCrU1fSa .item-img {
  display: flex;
  flex-direction: column;
  justify-content: stretch;
  align-items: stretch;
  width: 100%;
  min-height: 400px;
  height: 100%;
}
.cid-tGWCrU1fSa .item-img img {
  flex-grow: 1;
  height: 1px;
  width: 100%;
  object-fit: cover;
}
.cid-tGWCrUCpeQ {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #33363b;
}
.cid-tGWCrUCpeQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWCrUCpeQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWCrUCpeQ .cards-row {
  row-gap: 32px;
}
.cid-tGWCrUCpeQ .card {
  border-radius: 0;
}
.cid-tGWCrUCpeQ .card-wrapper {
  width: 100%;
}
.cid-tGWCrUCpeQ .card-title {
  margin-bottom: 8px;
  color: #b79b6c;
}
.cid-tGWCrUCpeQ .card-subtitle {
  max-width: 550px;
  color: #FFFFFF;
}
.cid-tGWCrUCpeQ .card-bottom-wrap {
  margin-top: 24px;
}
.cid-tGWCrUCpeQ .card-name {
  color: #FFFFFF;
}
.cid-tGWCrUCpeQ .card-text {
  color: #c1c1c1;
}
.cid-tGWEsE1dlK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efefef;
}
.cid-tGWEsE1dlK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWEsE1dlK .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-tGWEsE1dlK .container {
    padding: 0 30px;
  }
}
.cid-tGWEsE1dlK .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tGWEsE1dlK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tGWEsE1dlK .mbr-section-title {
  color: #212529;
}
.cid-tGWEsE1dlK .mbr-text {
  color: #212529;
}
.cid-tGWCrVg1Xz {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #efefef;
}
.cid-tGWCrVg1Xz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tGWCrVg1Xz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tGWCrVg1Xz .content-container {
  display: flex;
  justify-content: left;
  width: 100%;
}
.cid-tGWCrVg1Xz .content-wrap {
  width: 40%;
  background-color: #000000;
}
@media (max-width: 991px) {
  .cid-tGWCrVg1Xz .content-wrap {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-tGWCrVg1Xz .content-wrap {
    width: 100%;
  }
}
.cid-tGWCrVg1Xz .text-content {
  width: 100%;
  padding: 20px 30px;
  border-bottom: 1px solid rgba(51, 54, 59, 0.1);
}
@media (max-width: 575px) {
  .cid-tGWCrVg1Xz .text-content {
    border-bottom: none;
  }
}
.cid-tGWCrVg1Xz .mbr-section-title {
  width: 100%;
  color: #ffffff;
  margin-top: 10px;
}
.cid-tGWCrVg1Xz .mbr-text {
  width: 100%;
  color: #1a2229;
  margin-top: 1rem;
}
.cid-tGWCrVg1Xz .icons-container {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: 100%;
}
.cid-tGWCrVg1Xz .border-icon {
  width: 100%;
  height: 1px;
  background-color: rgba(51, 54, 59, 0.1);
}
@media (max-width: 575px) {
  .cid-tGWCrVg1Xz .border-icon {
    display: none;
  }
}
.cid-tGWCrVg1Xz .icon-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 33.33333333%;
  border-right: 1px solid rgba(51, 54, 59, 0.1);
  transition: .4s all;
  overflow: hidden;
}
@media (max-width: 575px) {
  .cid-tGWCrVg1Xz .icon-container {
    width: 100%;
    border-top: 1px solid rgba(51, 54, 59, 0.1);
    border-right: none !important;
  }
}
.cid-tGWCrVg1Xz .icon-container:nth-child(3) {
  border-right: none;
}
.cid-tGWCrVg1Xz .icon-container:nth-child(3) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tGWCrVg1Xz .icon-container:nth-child(3) a {
    margin-right: 0;
  }
}
.cid-tGWCrVg1Xz .icon-container:nth-child(7) {
  border-right: none;
}
.cid-tGWCrVg1Xz .icon-container:nth-child(7) a {
  margin-right: -1px;
}
@media (max-width: 575px) {
  .cid-tGWCrVg1Xz .icon-container:nth-child(7) a {
    margin-right: 0;
  }
}
.cid-tGWCrVg1Xz .icon-container .mbr-iconfont {
  color: #ffffff;
  font-size: 20px;
  transition: .4s all;
}
.cid-tGWCrVg1Xz .icon-container a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 88px;
  padding: 10px;
  transition: .4s all;
}
.cid-tGWCrVg1Xz .icon-container a:hover .mbr-iconfont {
  color: #ffffff;
}
.cid-tGWCrVg1Xz .icon-container-1 a {
  background: linear-gradient(to right, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: right !important;
}
.cid-tGWCrVg1Xz .icon-container-1 a:hover {
  background: linear-gradient(to right, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 200% 100% !important;
  background-position: left !important;
}
.cid-tGWCrVg1Xz .icon-container-2 a {
  background: linear-gradient(to top, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tGWCrVg1Xz .icon-container-2 a:hover {
  background: linear-gradient(to top, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tGWCrVg1Xz .icon-container-3 a {
  background: linear-gradient(to bottom, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: bottom !important;
}
.cid-tGWCrVg1Xz .icon-container-3 a:hover {
  background: linear-gradient(to bottom, #efefef 0, #efefef 50%, transparent 50%, transparent 100%) !important;
  background-size: 100% 200% !important;
  background-position: top !important;
}
.cid-tGWCrWatNX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f8f6f2;
}
.cid-tGWCrWatNX .card-box {
  max-width: 505px;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-tGWCrWatNX .card-box {
    max-width: 100%;
    margin-bottom: 70px;
  }
}
.cid-tGWCrWatNX .card-title {
  color: #45494E;
}
.cid-tGWCrWatNX .mbr-text {
  color: #45494E;
  margin-top: 32px;
}
@media (max-width: 991px) {
  .cid-tGWCrWatNX .mbr-text {
    margin-top: 24px;
  }
}
.cid-tGWCrWatNX .mbr-section-btn {
  margin-top: 30px;
}
.cid-tGWCrWatNX .map-wrap {
  position: relative;
  padding-bottom: 110%;
  width: 100%;
}
.cid-tGWCrWatNX .map-position-container {
  position: absolute;
  width: 100%;
  height: 100%;
}
.cid-tGWCrWatNX .google-map {
  height: 100%;
  width: 100%;
  position: relative;
}
.cid-tGWCrWatNX .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tGWCrWatNX .google-map [data-state-details] {
  color: #6b6763;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tGWCrWatNX .google-map[data-state] {
  background: #e9e5dc;
}
.cid-tGWCrWatNX .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tGWCrWZGVE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #33363b;
  overflow: hidden;
}
.cid-tGWCrWZGVE .border-item {
  width: 100%;
  height: 1px;
  background: #767676;
  margin-bottom: 2rem;
}
.cid-tGWCrWZGVE .mbr-text {
  color: #c1c1c1;
}
.cid-tGWQHwPScm .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tGWQHwPScm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tGWQHwPScm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tGWQHwPScm .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tGWQHwPScm .menu_box .navbar.opened,
  .cid-tGWQHwPScm .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tGWQHwPScm .navbar-dropdown {
  position: relative !important;
}
.cid-tGWQHwPScm .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tGWQHwPScm .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tGWQHwPScm .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .offcanvas {
    padding: 12rem 64px 0;
    width: 50%;
    background-color: #ffcd9f;
  }
  .cid-tGWQHwPScm .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tGWQHwPScm .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tGWQHwPScm .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tGWQHwPScm .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tGWQHwPScm .offcanvas-body .mbr-text,
  .cid-tGWQHwPScm .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tGWQHwPScm .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #222222;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tGWQHwPScm .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tGWQHwPScm ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tGWQHwPScm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
  }
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tGWQHwPScm li.nav-item {
    position: relative;
    display: inline-block;
    padding: 10px 14px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
    margin: 0;
    border-radius: 8px;
    border: 2px solid transparent;
  }
  .cid-tGWQHwPScm .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tGWQHwPScm .nav-item {
  margin: 4px 15px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 1200px) {
  .cid-tGWQHwPScm .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .nav-item {
    margin: 0 !important;
  }
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .nav-item:hover,
  .cid-tGWQHwPScm .nav-item:focus {
    background-color: #ffffff;
    border-color: #e4eedb;
  }
}
.cid-tGWQHwPScm .nav-item .nav-link {
  position: relative;
  transition: all 0.3s ease-in-out;
}
.cid-tGWQHwPScm .nav-item .nav-link:hover,
.cid-tGWQHwPScm .nav-item .nav-link:focus {
  opacity: 1;
  color: #41a0d3 !important;
}
.cid-tGWQHwPScm .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tGWQHwPScm .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tGWQHwPScm .link.dropdown-toggle::after {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin-left: .5rem;
    margin-bottom: 2px;
    content: "";
    border: 2px solid;
    border-left: none;
    border-top: none;
    transform: rotate(-45deg);
    right: 15px;
    position: absolute;
    margin-top: -2px;
  }
  .cid-tGWQHwPScm .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tGWQHwPScm .offcanvas_box {
    display: none;
  }
}
.cid-tGWQHwPScm .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tGWQHwPScm .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tGWQHwPScm .container {
  display: flex;
  margin: auto;
}
.cid-tGWQHwPScm .iconfont-wrapper {
  color: #222222;
  font-size: 17px;
  margin-right: 10px;
  margin-bottom: 5px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s ease-in-out;
}
.cid-tGWQHwPScm .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tGWQHwPScm .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tGWQHwPScm .navbar-caption {
  color: #222222;
}
.cid-tGWQHwPScm .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .navbar-nav {
    margin: 0;
  }
}
.cid-tGWQHwPScm .dropdown-menu,
.cid-tGWQHwPScm .navbar.opened {
  background-color: false !important;
}
.cid-tGWQHwPScm .nav-item:focus,
.cid-tGWQHwPScm .nav-link:focus {
  outline: none;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tGWQHwPScm .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tGWQHwPScm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tGWQHwPScm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tGWQHwPScm .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tGWQHwPScm .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tGWQHwPScm .navbar.opened {
  transition: all 0.3s;
}
.cid-tGWQHwPScm .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tGWQHwPScm .navbar .navbar-logo img {
  max-width: 50px;
  max-height: 50px;
  object-fit: contain;
  border-radius: 8px;
}
.cid-tGWQHwPScm .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tGWQHwPScm .navbar.collapsed {
  justify-content: center;
}
.cid-tGWQHwPScm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tGWQHwPScm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tGWQHwPScm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tGWQHwPScm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tGWQHwPScm .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tGWQHwPScm .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tGWQHwPScm .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tGWQHwPScm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tGWQHwPScm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tGWQHwPScm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tGWQHwPScm .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tGWQHwPScm .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tGWQHwPScm .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tGWQHwPScm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tGWQHwPScm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tGWQHwPScm .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tGWQHwPScm .navbar.navbar-short {
  min-height: 60px;
}
.cid-tGWQHwPScm .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tGWQHwPScm .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tGWQHwPScm .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tGWQHwPScm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tGWQHwPScm .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tGWQHwPScm .dropdown-item.active,
.cid-tGWQHwPScm .dropdown-item:active {
  background-color: transparent;
}
.cid-tGWQHwPScm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tGWQHwPScm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tGWQHwPScm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tGWQHwPScm ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tGWQHwPScm .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tGWQHwPScm button.navbar-toggler {
  outline: none;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  color: #ffffff;
  background: #ffffff;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #222222;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tGWQHwPScm button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tGWQHwPScm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tGWQHwPScm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tGWQHwPScm .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding: 0;
  text-align: center;
  margin-bottom: 35px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tGWQHwPScm .navbar {
    height: 70px;
  }
  .cid-tGWQHwPScm .navbar.opened {
    height: auto;
  }
  .cid-tGWQHwPScm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tGWQHwPScm .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tGWQHwPScm .container-fluid {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.cid-tGWQHwPScm .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tGWQHwPScm .mbr-section-btn-main .btn {
  margin: 0 12px 8px 12px;
  padding: 10px 16px;
}
@media (max-width: 992px) {
  .cid-tGWQHwPScm .mbr-section-btn-main .btn {
    margin: 0 16px 4px;
  }
}
.cid-tGWQHwPScm .navbar-caption:hover {
  color: #41a0d3;
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
@media (min-width: 992px) {
  .cid-tGWQHwPScm .nav-dropdown {
    margin: 0 auto;
  }
}
.cid-tGWQHwPScm .text_widget {
  margin-bottom: 24px;
}
.cid-tGWQHwPScm .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tGWQHwPScm .text_widget a:hover {
  color: #e4eedb !important;
}
.cid-tGWQHwPScm .mbr-section-subtitle {
  color: #222222;
  text-align: center;
}
.cid-tGWQHwPScm .mbr-text {
  color: #222222;
  text-align: center;
}
.cid-tGWQHwPScm .mbr-section-subtitle,
.cid-tGWQHwPScm .text_widget,
.cid-tGWQHwPScm .mbr-section-btn {
  text-align: center;
}
.cid-tGWQHwPScm a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
