@import url(https://fonts.googleapis.com/css?family=Jost:100,200,300,400,500,600,700,800,900,100i,200i,300i,400i,500i,600i,700i,800i,900i&display=swap);





body {
  font-family: Jost;
}
.display-1 {
  font-family: 'Jost', sans-serif;
  font-size: 4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Jost', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Jost', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Jost', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 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: #b1924f !important;
}
.bg-success {
  background-color: #40b0bf !important;
}
.bg-info {
  background-color: #47b5ed !important;
}
.bg-warning {
  background-color: #b1924f !important;
}
.bg-danger {
  background-color: #ff9966 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #b1924f !important;
  border-color: #b1924f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #756134 !important;
  border-color: #756134 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #756134 !important;
  border-color: #756134 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff0f0f !important;
  border-color: #ff0f0f !important;
}
.btn-info,
.btn-info:active {
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #148cca !important;
  border-color: #148cca !important;
}
.btn-success,
.btn-success:active {
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #2a747e !important;
  border-color: #2a747e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #b1924f !important;
  border-color: #b1924f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #756134 !important;
  border-color: #756134 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #756134 !important;
  border-color: #756134 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff5f0f !important;
  border-color: #ff5f0f !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b1924f;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #756134 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #b1924f !important;
  border-color: #b1924f !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff6666;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff0f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff6666 !important;
  border-color: #ff6666 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #47b5ed;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #148cca !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #47b5ed !important;
  border-color: #47b5ed !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #40b0bf;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #2a747e !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #40b0bf !important;
  border-color: #40b0bf !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #b1924f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #756134 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #b1924f !important;
  border-color: #b1924f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ff9966;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ff5f0f !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff9966 !important;
  border-color: #ff9966 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #b1924f !important;
}
.text-secondary {
  color: #ff6666 !important;
}
.text-success {
  color: #40b0bf !important;
}
.text-info {
  color: #47b5ed !important;
}
.text-warning {
  color: #b1924f !important;
}
.text-danger {
  color: #ff9966 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #6b582f !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff0000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #266a73 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #1283bc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #6b582f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ff5500 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  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]):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: #b1924f;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #47b5ed;
}
.alert-warning {
  background-color: #b1924f;
}
.alert-danger {
  background-color: #ff9966;
}
.mbr-gallery-filter li.active .btn {
  background-color: #b1924f;
  border-color: #b1924f;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #b1924f;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d8c9a7;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a0d8df;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #d8c9a7;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.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: #b1924f !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Jost', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #b1924f;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #b1924f;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #b1924f;
}
.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: #b1924f;
  border-bottom-color: #b1924f;
}
.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: #b1924f !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ff6666 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23b1924f' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-shEVcNRQOH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
  background: none;
}
.cid-shEVcNRQOH .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-shEVcNRQOH .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-shEVcNRQOH .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shEVcNRQOH .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shEVcNRQOH .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shEVcNRQOH .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse.show,
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shEVcNRQOH .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shEVcNRQOH .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shEVcNRQOH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shEVcNRQOH .navbar {
    flex-wrap: nowrap;
  }
  .cid-shEVcNRQOH .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shEVcNRQOH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse.show,
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shEVcNRQOH .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shEVcNRQOH .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-shEVcNRQOH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-shEVcNRQOH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shEVcNRQOH .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shEVcNRQOH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-shEVcNRQOH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shEVcNRQOH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shEVcNRQOH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shEVcNRQOH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shEVcNRQOH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-shEVcNRQOH .dropdown-item.active,
.cid-shEVcNRQOH .dropdown-item:active {
  background-color: transparent;
}
.cid-shEVcNRQOH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shEVcNRQOH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shEVcNRQOH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shEVcNRQOH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shEVcNRQOH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shEVcNRQOH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shEVcNRQOH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shEVcNRQOH .navbar-buttons {
  text-align: center;
}
.cid-shEVcNRQOH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEVcNRQOH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shEVcNRQOH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shEVcNRQOH a.nav-link:focus {
  outline: none;
}
.cid-shEVcNRQOH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shEVcNRQOH .nav-link:hover,
.cid-shEVcNRQOH .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shEVcNRQOH .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shEVcNRQOH .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shLH3QbTMc {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-shLGZIlxFN {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #f4f8fa;
}
.cid-shLGZIlxFN .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-shLGZIlxFN .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #232323;
}
@media (max-width: 991px) {
  .cid-shLGZIlxFN .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-shLGZIlxFN .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-shLGZIlxFN .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b1924f;
}
.cid-shLGZIlxFN .card-title {
  color: #b1924f;
}
.cid-shLGZIlxFN P {
  color: #ffffff;
}
.cid-shLGZIlxFN .mbr-section-title {
  color: #232323;
}
.cid-skz8G2xbDo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: #f4f8fa;
}
.cid-skz8G2xbDo .google-map {
  height: 30rem;
  position: relative;
}
.cid-skz8G2xbDo .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-skz8G2xbDo .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-skz8G2xbDo .google-map[data-state] {
  background: #e9e5dc;
}
.cid-skz8G2xbDo .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-shLEn6mprr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-shLGc4cZLJ {
  padding-top: 90px;
  padding-bottom: 0px;
  background-color: #282124;
}
.cid-shLGc4cZLJ .row {
  justify-content: space-between;
  padding: 0 1rem;
}
.cid-shLGc4cZLJ .container {
  max-width: 1500px;
}
.cid-shLGc4cZLJ .content-wrapper {
  max-width: 800px;
}
@media (min-width: 767px) {
  .cid-shLGc4cZLJ .container {
    padding: 0 4rem;
  }
}
.cid-shLGc4cZLJ .mbr-text,
.cid-shLGc4cZLJ .mbr-section-btn {
  color: #efeeee;
}
.cid-shLGc4cZLJ .btn {
  width: -webkit-fill-available;
  margin: 0.4rem!important;
  justify-content: space-between;
}
.cid-shLGc4cZLJ .btn .mbr-iconfont {
  order: 2;
}
.cid-shLGc4cZLJ .pt-5 {
  padding-top: 4rem!important;
}
@media (max-width: 922px) {
  .cid-shLGc4cZLJ .align-left {
    text-align: center;
  }
  .cid-shLGc4cZLJ .row {
    justify-content: center;
    padding: 0rem;
  }
}
.cid-shLGc4cZLJ H1 {
  text-align: right;
}
#custom-html-i {
  /* Type valid CSS here */
}
#custom-html-i div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-i p {
  font-size: 60px;
  color: #777;
}
.cid-shLEn6mprr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-shPGqOYvVx .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
}
.cid-shPGqOYvVx .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-shPGqOYvVx .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-shPGqOYvVx .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shPGqOYvVx .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shPGqOYvVx .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shPGqOYvVx .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shPGqOYvVx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shPGqOYvVx .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shPGqOYvVx .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shPGqOYvVx .navbar.collapsed.opened .navbar-collapse.show,
.cid-shPGqOYvVx .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shPGqOYvVx .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shPGqOYvVx .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shPGqOYvVx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shPGqOYvVx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shPGqOYvVx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shPGqOYvVx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shPGqOYvVx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shPGqOYvVx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shPGqOYvVx .navbar {
    flex-wrap: nowrap;
  }
  .cid-shPGqOYvVx .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shPGqOYvVx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shPGqOYvVx .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shPGqOYvVx .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shPGqOYvVx .navbar.opened .navbar-collapse.show,
  .cid-shPGqOYvVx .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shPGqOYvVx .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shPGqOYvVx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shPGqOYvVx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shPGqOYvVx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shPGqOYvVx .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shPGqOYvVx .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-shPGqOYvVx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shPGqOYvVx .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-shPGqOYvVx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shPGqOYvVx .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shPGqOYvVx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-shPGqOYvVx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shPGqOYvVx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shPGqOYvVx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shPGqOYvVx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shPGqOYvVx .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-shPGqOYvVx .dropdown-item.active,
.cid-shPGqOYvVx .dropdown-item:active {
  background-color: transparent;
}
.cid-shPGqOYvVx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shPGqOYvVx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shPGqOYvVx .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shPGqOYvVx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shPGqOYvVx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shPGqOYvVx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shPGqOYvVx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shPGqOYvVx .navbar-buttons {
  text-align: center;
}
.cid-shPGqOYvVx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shPGqOYvVx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shPGqOYvVx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shPGqOYvVx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shPGqOYvVx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shPGqOYvVx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shPGqOYvVx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shPGqOYvVx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shPGqOYvVx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shPGqOYvVx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shPGqOYvVx .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shPGqOYvVx a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shPGqOYvVx a.nav-link:focus {
  outline: none;
}
.cid-shPGqOYvVx .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shPGqOYvVx .nav-link:hover,
.cid-shPGqOYvVx .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shPGqOYvVx .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shPGqOYvVx .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shEVcNRQOH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
}
.cid-shEVcNRQOH .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-shEVcNRQOH .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-shEVcNRQOH .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shEVcNRQOH .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shEVcNRQOH .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shEVcNRQOH .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse.show,
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shEVcNRQOH .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shEVcNRQOH .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shEVcNRQOH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shEVcNRQOH .navbar {
    flex-wrap: nowrap;
  }
  .cid-shEVcNRQOH .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shEVcNRQOH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse.show,
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shEVcNRQOH .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shEVcNRQOH .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-shEVcNRQOH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-shEVcNRQOH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shEVcNRQOH .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shEVcNRQOH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-shEVcNRQOH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shEVcNRQOH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shEVcNRQOH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shEVcNRQOH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shEVcNRQOH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-shEVcNRQOH .dropdown-item.active,
.cid-shEVcNRQOH .dropdown-item:active {
  background-color: transparent;
}
.cid-shEVcNRQOH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shEVcNRQOH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shEVcNRQOH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shEVcNRQOH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shEVcNRQOH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shEVcNRQOH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shEVcNRQOH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shEVcNRQOH .navbar-buttons {
  text-align: center;
}
.cid-shEVcNRQOH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEVcNRQOH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shEVcNRQOH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shEVcNRQOH a.nav-link:focus {
  outline: none;
}
.cid-shEVcNRQOH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shEVcNRQOH .nav-link:hover,
.cid-shEVcNRQOH .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shEVcNRQOH .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shEVcNRQOH .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-shGBC7BvIw {
  background-image: url("../../../assets/images/rc-cover.jpg");
}
.cid-shGBC7BvIw .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-shGBC7BvIw .image-wrap img {
    display: block;
    margin: auto;
    width: 40%;
  }
}
.cid-shGBC7BvIw .mbr-section-title {
  color: #ffffff;
}
.cid-shGBC7BvIw .mbr-text,
.cid-shGBC7BvIw .mbr-section-btn {
  color: #ffffff;
}
.cid-shJR5uKiMG {
  padding-top: 90px;
  padding-bottom: 135px;
  background-color: #efefef;
}
.cid-shJR5uKiMG .card-wrapper {
  position: relative;
  margin: 0.5rem;
}
.cid-shJR5uKiMG .card-wrapper:hover img {
  transform: scale(1.1);
}
@media (max-width: 1400px) {
  .cid-shJR5uKiMG .card-wrapper {
    margin: 0rem;
  }
}
.cid-shJR5uKiMG .card {
  height: fit-content;
}
@media (min-width: 767px) {
  .cid-shJR5uKiMG .row {
    padding: 0 4rem;
  }
}
.cid-shJR5uKiMG .icon {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 1.5rem;
  transition: 0.3s;
  background: #b1924f;
}
.cid-shJR5uKiMG .icon:hover {
  padding-right: 1rem;
  padding-left: 2rem;
}
.cid-shJR5uKiMG .card-box {
  padding: 3rem 3rem 4rem 3rem;
  width: 100%;
}
.cid-shJR5uKiMG .card1 {
  background-color: #232323;
}
.cid-shJR5uKiMG .card2 {
  background-color: #ffffff;
}
.cid-shJR5uKiMG .card3 {
  background-color: #ffffff;
}
.cid-shJR5uKiMG .card4 {
  background-color: #232323;
}
.cid-shJR5uKiMG img {
  width: 100%;
  transition: 5s;
  object-fit: cover;
}
.cid-shJR5uKiMG .img-wrap {
  max-height: 200px;
  overflow: hidden;
}
.cid-shJR5uKiMG .container {
  max-width: 1500px;
}
.cid-shJR5uKiMG .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-shJR5uKiMG .mbr-iconfont {
  font-size: 1.3rem;
  color: #232323;
  display: flex;
  justify-content: center;
}
.cid-shJR5uKiMG P {
  color: #c1c1c1;
}
@media (max-width: 1200px) {
  .cid-shJR5uKiMG .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 992px) {
  .cid-shJR5uKiMG .card-box {
    margin: 0rem;
    padding: 2rem 2rem 6rem 2rem;
  }
  .cid-shJR5uKiMG .col2,
  .cid-shJR5uKiMG .col3,
  .cid-shJR5uKiMG .col4 {
    margin-top: 0rem;
  }
  .cid-shJR5uKiMG .img-wrap {
    max-height: 180px;
  }
}
@media (max-width: 767px) {
  .cid-shJR5uKiMG .card-box {
    padding: 1rem 2rem 5rem 1rem;
  }
  .cid-shJR5uKiMG .number {
    margin: auto;
  }
}
.cid-shJR5uKiMG .mbr-text {
  color: #cccccc;
}
.cid-shJR5uKiMG .text2 {
  color: #333333;
}
.cid-shJR5uKiMG .text3 {
  color: #333333;
}
.cid-shJR5uKiMG .title2 {
  color: #b1924f;
}
.cid-shJR5uKiMG .title1 {
  color: #b1924f;
}
.cid-shJR5uKiMG .title3 {
  color: #b1924f;
}
.cid-shJR5uKiMG .title4 {
  color: #b1924f;
}
.cid-shJR5uKiMG .text4 {
  color: #efeeee;
}
.cid-shJR5uKiMG .text1 {
  color: #efeeee;
}
.cid-shJR5uKiMG H1 {
  color: #333333;
}
.cid-skvHSc5HH3 {
  padding-top: 7rem;
  padding-bottom: 7rem;
  background-image: url("../../../assets/images/bobil-bunn.jpg");
}
.cid-skvHSc5HH3 .mbr-text,
.cid-skvHSc5HH3 .mbr-section-btn {
  color: #232323;
}
.cid-skvHSc5HH3 .card-title,
.cid-skvHSc5HH3 .card-box {
  color: #ffffff;
}
.cid-skvHSc5HH3 .mbr-text,
.cid-skvHSc5HH3 .link-wrap {
  color: #ffffff;
}
.cid-shLEn6mprr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-shEVcNRQOH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
}
.cid-shEVcNRQOH .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-shEVcNRQOH .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-shEVcNRQOH .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shEVcNRQOH .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shEVcNRQOH .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shEVcNRQOH .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse.show,
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shEVcNRQOH .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shEVcNRQOH .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shEVcNRQOH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shEVcNRQOH .navbar {
    flex-wrap: nowrap;
  }
  .cid-shEVcNRQOH .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shEVcNRQOH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse.show,
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shEVcNRQOH .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shEVcNRQOH .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-shEVcNRQOH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-shEVcNRQOH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shEVcNRQOH .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shEVcNRQOH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-shEVcNRQOH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shEVcNRQOH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shEVcNRQOH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shEVcNRQOH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shEVcNRQOH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-shEVcNRQOH .dropdown-item.active,
.cid-shEVcNRQOH .dropdown-item:active {
  background-color: transparent;
}
.cid-shEVcNRQOH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shEVcNRQOH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shEVcNRQOH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shEVcNRQOH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shEVcNRQOH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shEVcNRQOH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shEVcNRQOH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shEVcNRQOH .navbar-buttons {
  text-align: center;
}
.cid-shEVcNRQOH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEVcNRQOH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shEVcNRQOH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shEVcNRQOH a.nav-link:focus {
  outline: none;
}
.cid-shEVcNRQOH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shEVcNRQOH .nav-link:hover,
.cid-shEVcNRQOH .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shEVcNRQOH .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shEVcNRQOH .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-sktnrGTo5b {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
  background: linear-gradient(0deg, #ffffff, #f4f8fa);
}
.cid-sktnrGTo5b .nav {
  border: none;
}
.cid-sktnrGTo5b .nav-tabs {
  display: table;
  width: 100%;
}
.cid-sktnrGTo5b .nav-tabs .nav-item {
  display: table-cell;
}
.cid-sktnrGTo5b .card-img {
  overflow: hidden;
  border-radius: .25rem;
  -webkit-box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
  box-shadow: 0px 0px 30px rgba(147, 153, 161, 0.3);
}
.cid-sktnrGTo5b .tab-content {
  margin-top: 3rem;
}
.cid-sktnrGTo5b .mbr-section-btn {
  margin-left: 0;
  margin-right: 0;
}
.cid-sktnrGTo5b .nav-tabs .nav-link {
  display: flex;
  color: #000000;
  box-sizing: border-box;
  font-style: normal;
  background: #f4f8fa;
  font-weight: 500;
  padding: 1rem;
  border: 1px solid #deeaf0;
  margin: 0px;
  border-radius: 0px !important;
  transition: font-weight, background, color 0.3s;
}
.cid-sktnrGTo5b .nav-tabs .nav-link:hover {
  background-color: #ffffff;
  color: #000000;
}
.cid-sktnrGTo5b .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #000000;
  font-style: normal;
  background: #ffffff;
  border-bottom: 1px solid #ffffff;
}
.cid-sktnrGTo5b .nav-tabs .nav-link span {
  margin-right: 0.5rem;
}
@media (max-width: 767px) {
  .cid-sktnrGTo5b .nav-item {
    display: table-row !important;
  }
  .cid-sktnrGTo5b h1 {
    font-size: 20px !important;
  }
  .cid-sktnrGTo5b h2 {
    font-size: 20px !important;
  }
  .cid-sktnrGTo5b h3 {
    font-size: 20px !important;
  }
  .cid-sktnrGTo5b h4 {
    font-size: 18px !important;
  }
}
.cid-sktnrGTo5b .mbr-section-subtitle,
.cid-sktnrGTo5b .mbr-text,
.cid-sktnrGTo5b .mbr-section-btn {
  color: #8d97ad;
}
.cid-sktnrGTo5b .mbr-text,
.cid-sktnrGTo5b .mbr-section-btn {
  color: #232323;
}
.cid-sktnrGTo5b .mbr-section-subtitle {
  color: #000000;
}
.cid-skvEBJaGIT {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/bobil-bunn.jpg");
}
.cid-skvEBJaGIT .mbr-text,
.cid-skvEBJaGIT .mbr-section-btn {
  color: #232323;
}
.cid-skvEBJaGIT .card-title,
.cid-skvEBJaGIT .card-box {
  color: #ffffff;
}
.cid-skvEBJaGIT .mbr-text,
.cid-skvEBJaGIT .link-wrap {
  color: #ffffff;
}
.cid-shLEn6mprr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-shEVcNRQOH .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
}
.cid-shEVcNRQOH .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-shEVcNRQOH .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-shEVcNRQOH .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-shEVcNRQOH .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-shEVcNRQOH .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-shEVcNRQOH .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse.show,
.cid-shEVcNRQOH .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-shEVcNRQOH .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-shEVcNRQOH .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-shEVcNRQOH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-shEVcNRQOH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-shEVcNRQOH .navbar {
    flex-wrap: nowrap;
  }
  .cid-shEVcNRQOH .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-shEVcNRQOH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse.show,
  .cid-shEVcNRQOH .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-shEVcNRQOH .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-shEVcNRQOH .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-shEVcNRQOH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-shEVcNRQOH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-shEVcNRQOH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-shEVcNRQOH .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-shEVcNRQOH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-shEVcNRQOH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-shEVcNRQOH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-shEVcNRQOH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-shEVcNRQOH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-shEVcNRQOH .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-shEVcNRQOH .dropdown-item.active,
.cid-shEVcNRQOH .dropdown-item:active {
  background-color: transparent;
}
.cid-shEVcNRQOH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-shEVcNRQOH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-shEVcNRQOH .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-shEVcNRQOH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-shEVcNRQOH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-shEVcNRQOH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-shEVcNRQOH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-shEVcNRQOH .navbar-buttons {
  text-align: center;
}
.cid-shEVcNRQOH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-shEVcNRQOH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-shEVcNRQOH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-shEVcNRQOH .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-shEVcNRQOH a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-shEVcNRQOH a.nav-link:focus {
  outline: none;
}
.cid-shEVcNRQOH .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-shEVcNRQOH .nav-link:hover,
.cid-shEVcNRQOH .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-shEVcNRQOH .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-shEVcNRQOH .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-skvZkUjfhC {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/omosshead.jpg");
}
.cid-skvZkUjfhC .mbr-section-title {
  letter-spacing: .1em;
}
.cid-skvZkUjfhC .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-skvZkUjfhC .card-img span {
  font-size: 100px;
}
.cid-skvZkUjfhC .mbr-text,
.cid-skvZkUjfhC .mbr-section-btn {
  color: #efefef;
}
.cid-skvRwC6Jho {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skvRwC6Jho .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skvRwC6Jho .row {
  flex-direction: row-reverse;
}
.cid-skvRwC6Jho img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skvRwC6Jho .text-wrapper {
    padding: 2rem;
  }
}
.cid-skvUh2M24r {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skvUh2M24r .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skvUh2M24r img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skvUh2M24r .text-wrapper {
    padding: 2rem;
  }
}
.cid-skvWRQ35ug {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-skvWRQ35ug .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-skvWRQ35ug .row {
  flex-direction: row-reverse;
}
.cid-skvWRQ35ug img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-skvWRQ35ug .text-wrapper {
    padding: 2rem;
  }
}
.cid-shLEn6mprr {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
.cid-skz8lXfMQX .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #232323;
  background: none;
}
.cid-skz8lXfMQX .navbar.opened {
  transition: all 0.3s;
  background: #232323 !important;
}
.cid-skz8lXfMQX .navbar .dropdown-item {
  padding: 0.25rem 1.5rem;
}
.cid-skz8lXfMQX .navbar .navbar-buttons {
  flex-wrap: wrap;
}
.cid-skz8lXfMQX .navbar .navbar-collapse {
  transition: none;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-skz8lXfMQX .navbar.collapsed {
  flex-wrap: nowrap;
}
.cid-skz8lXfMQX .navbar.collapsed.opened {
  text-align: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  max-width: 20rem;
  height: 100vh;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-skz8lXfMQX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-skz8lXfMQX .navbar.collapsed.opened .navbar-toggler {
  -webkit-order: -1;
  order: -1;
  -webkit-align-self: flex-end !important;
  align-self: flex-end !important;
  margin: 1rem 0 0 0;
}
.cid-skz8lXfMQX .navbar.collapsed.opened .navbar-collapse {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
.cid-skz8lXfMQX .navbar.collapsed.opened .navbar-collapse.show,
.cid-skz8lXfMQX .navbar.collapsed.opened .navbar-collapse.collapsing {
  display: block;
}
.cid-skz8lXfMQX .navbar.collapsed:not(.opened) {
  flex-direction: row !important;
}
.cid-skz8lXfMQX .navbar.collapsed:not(.opened) .navbar-collapse {
  display: none !important;
}
.cid-skz8lXfMQX .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-skz8lXfMQX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-skz8lXfMQX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-skz8lXfMQX .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-skz8lXfMQX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-skz8lXfMQX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
@media (max-width: 991px) {
  .cid-skz8lXfMQX .navbar {
    flex-wrap: nowrap;
  }
  .cid-skz8lXfMQX .navbar.opened {
    text-align: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto;
    max-width: 20rem;
    height: 100vh;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .cid-skz8lXfMQX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-skz8lXfMQX .navbar.opened .navbar-toggler {
    -webkit-order: -1;
    order: -1;
    -webkit-align-self: flex-end !important;
    align-self: flex-end !important;
    margin: 1rem 0 0 0;
  }
  .cid-skz8lXfMQX .navbar.opened .navbar-collapse {
    -webkit-flex-basis: initial;
    flex-basis: initial;
    height: auto !important;
    max-height: 100vh;
  }
  .cid-skz8lXfMQX .navbar.opened .navbar-collapse.show,
  .cid-skz8lXfMQX .navbar.opened .navbar-collapse.collapsing {
    display: block;
  }
  .cid-skz8lXfMQX .navbar:not(.opened) .navbar-collapse {
    display: none !important;
  }
  .cid-skz8lXfMQX .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-skz8lXfMQX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-skz8lXfMQX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-skz8lXfMQX .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-skz8lXfMQX .navbar .navbar-logo img {
    height: 3.8rem !important;
    width: auto;
  }
  .cid-skz8lXfMQX .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-skz8lXfMQX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem;
    text-align: center;
  }
  .cid-skz8lXfMQX .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    word-break: break-word;
  }
}
.cid-skz8lXfMQX .navbar.navbar-short {
  background: #232323 !important;
  min-height: 60px;
}
.cid-skz8lXfMQX .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
  width: auto;
}
.cid-skz8lXfMQX .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-skz8lXfMQX .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-skz8lXfMQX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-skz8lXfMQX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-skz8lXfMQX .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-skz8lXfMQX .dropdown-item.active,
.cid-skz8lXfMQX .dropdown-item:active {
  background-color: transparent;
}
.cid-skz8lXfMQX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-skz8lXfMQX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-skz8lXfMQX .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-skz8lXfMQX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #232323;
}
.cid-skz8lXfMQX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-skz8lXfMQX .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-skz8lXfMQX ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-skz8lXfMQX .navbar-buttons {
  text-align: center;
}
.cid-skz8lXfMQX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-skz8lXfMQX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-skz8lXfMQX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-skz8lXfMQX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skz8lXfMQX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-skz8lXfMQX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-skz8lXfMQX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skz8lXfMQX nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-skz8lXfMQX nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-skz8lXfMQX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-skz8lXfMQX .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-skz8lXfMQX a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  letter-spacing: 2px;
}
.cid-skz8lXfMQX a.nav-link:focus {
  outline: none;
}
.cid-skz8lXfMQX .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-skz8lXfMQX .nav-link:hover,
.cid-skz8lXfMQX .dropdown-item:hover {
  color: #ffffff !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-skz8lXfMQX .navbar-dropdown.collapsed.opened {
    left: auto;
  }
  .cid-skz8lXfMQX .navbar-dropdown.collapsed.opened .navbar-collapse {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
.cid-skz8lXQ7VT {
  padding-top: 5rem;
  padding-bottom: 2rem;
  background-color: #232323;
}
.cid-skz8lYhpsz {
  padding-top: 5rem;
  padding-bottom: 3rem;
  background-color: #efeeee;
}
.cid-skz8lYhpsz .image-wrapper {
  display: flex;
  align-items: center;
}
.cid-skz8lYhpsz .card-wrapper {
  margin-bottom: 2rem;
  display: flex;
  border-radius: 4px;
  background: #232323;
}
@media (max-width: 991px) {
  .cid-skz8lYhpsz .card-wrapper {
    padding: 1rem 2rem;
  }
}
@media (min-width: 992px) {
  .cid-skz8lYhpsz .card-wrapper {
    padding: 2rem 4rem;
  }
}
.cid-skz8lYhpsz .mbr-iconfont {
  font-size: 2rem;
  padding-right: 1.5rem;
  color: #b1924f;
}
.cid-skz8lYhpsz .card-title {
  color: #b1924f;
}
.cid-skz8lYhpsz P {
  color: #ffffff;
}
.cid-skz8lYhpsz .mbr-section-title {
  color: #232323;
}
.cid-skz8lYHclQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #efeeee;
}
.cid-skz8lZ4jMH {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #232323;
}
