.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Unbounded;
}
.display-1 {
  font-family: 'Unbounded', sans-serif;
  font-size: 5.3rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.625rem;
}
.display-2 {
  font-family: 'Unbounded', sans-serif;
  font-size: 4.375rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5.46875rem;
}
.display-4 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.125rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Archivo', sans-serif;
  font-size: 3.125rem;
  line-height: 1.16em;
  letter-spacing: -0.015em;
}
.display-5 > .mbr-iconfont {
  font-size: 3.90625rem;
}
.display-7 {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.875rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4.24rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.71rem;
    font-size: calc( 2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.505rem + (5.3 - 2.505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.5rem;
    font-size: calc( 2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.18125rem + (4.375 - 2.18125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    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))));
  }
  .display-5 {
    font-size: 2.5rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 0;
}
.bg-primary {
  background-color: #000000 !important;
}
.bg-success {
  background-color: #ef6f3f !important;
}
.bg-info {
  background-color: #f0f0f0 !important;
}
.bg-warning {
  background-color: #569071 !important;
}
.bg-danger {
  background-color: #fed630 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #d9d89f !important;
  border-color: #d9d89f !important;
}
.btn-info,
.btn-info:active {
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
  color: #717171 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #717171 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #f3926e !important;
  border-color: #f3926e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #569071 !important;
  border-color: #569071 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #70a98b !important;
  border-color: #70a98b !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #fed630 !important;
  border-color: #fed630 !important;
  color: #2f2600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #2f2600 !important;
  background-color: #fee063 !important;
  border-color: #fee063 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #cbc97a;
  color: #cbc97a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #aba943 !important;
  background-color: transparent !important;
  border-color: #aba943 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #cbc97a !important;
  border-color: #cbc97a !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #f0f0f0;
  color: #f0f0f0;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #c5c5c5 !important;
  background-color: transparent !important;
  border-color: #c5c5c5 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #717171 !important;
  background-color: #f0f0f0 !important;
  border-color: #f0f0f0 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ef6f3f;
  color: #ef6f3f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #c74211 !important;
  background-color: transparent !important;
  border-color: #c74211 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ef6f3f !important;
  border-color: #ef6f3f !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #569071;
  color: #569071;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #365a46 !important;
  background-color: transparent !important;
  border-color: #365a46 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #569071 !important;
  border-color: #569071 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #fed630;
  color: #fed630;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #d6ad01 !important;
  background-color: transparent !important;
  border-color: #d6ad01 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #2f2600 !important;
  background-color: #fed630 !important;
  border-color: #fed630 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #000000 !important;
}
.text-secondary {
  color: #cbc97a !important;
}
.text-success {
  color: #ef6f3f !important;
}
.text-info {
  color: #f0f0f0 !important;
}
.text-warning {
  color: #569071 !important;
}
.text-danger {
  color: #fed630 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #a09e3f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #b93e0f !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #bdbdbd !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #30503f !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c7a101 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #000000;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #f0f0f0;
}
.alert-warning {
  background-color: #569071;
}
.alert-danger {
  background-color: #fed630;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000000;
  border-color: #000000;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000000;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffcfb;
}
.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: #a0c6b1;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fffefb;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.875rem;
}
.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: #000000 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Archivo', sans-serif;
  font-size: 1.5rem;
  line-height: 1.25em;
  letter-spacing: -0.015em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.875rem;
}
blockquote {
  border-color: #000000;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000000;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000000;
  border-bottom-color: #000000;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #000000 !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: #cbc97a !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='%23000000' %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;
}
.mbr-section-btn .btn,
.mbr-section-btn-main .btn {
  box-shadow: none;
  padding: 20px 40px;
  border: none !important;
  transition: all 0.5s ease-in-out;
  border-radius: 0 !important;
  max-width: 300px !important;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  box-shadow: none;
}
.mbr-section-btn .btn-primary:hover,
.mbr-section-btn-main .btn-primary:hover,
.mbr-section-btn .btn-primary:focus,
.mbr-section-btn-main .btn-primary:focus {
  box-shadow: inset 300px 0 0 0 #f0f0f0;
  color: #000000 !important;
}
.mbr-section-btn .btn-secondary:hover,
.mbr-section-btn-main .btn-secondary:hover,
.mbr-section-btn .btn-secondary:focus,
.mbr-section-btn-main .btn-secondary:focus {
  box-shadow: inset 300px 0 0 0 #ef6f3f;
  color: #cbc97a !important;
}
.mbr-section-btn .btn-success:hover,
.mbr-section-btn-main .btn-success:hover,
.mbr-section-btn .btn-success:focus,
.mbr-section-btn-main .btn-success:focus {
  box-shadow: inset 300px 0 0 0 #cbc97a;
  color: #ef6f3f !important;
}
.mbr-section-btn .btn-info:hover,
.mbr-section-btn-main .btn-info:hover,
.mbr-section-btn .btn-info:focus,
.mbr-section-btn-main .btn-info:focus {
  box-shadow: inset 300px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.mbr-section-btn .btn-warning:hover,
.mbr-section-btn-main .btn-warning:hover,
.mbr-section-btn .btn-warning:focus,
.mbr-section-btn-main .btn-warning:focus {
  box-shadow: inset 300px 0 0 0 #fed630;
  color: #569071 !important;
}
.mbr-section-btn .btn-danger:hover,
.mbr-section-btn-main .btn-danger:hover,
.mbr-section-btn .btn-danger:focus,
.mbr-section-btn-main .btn-danger:focus {
  box-shadow: inset 300px 0 0 0 #569071;
  color: #fed630 !important;
}
.mbr-section-btn .btn-white:hover,
.mbr-section-btn-main .btn-white:hover,
.mbr-section-btn .btn-white:focus,
.mbr-section-btn-main .btn-white:focus {
  box-shadow: inset 300px 0 0 0 #000000 !important;
  color: #ffffff !important;
}
.mbr-section-btn .btn-black:hover,
.mbr-section-btn-main .btn-black:hover,
.mbr-section-btn .btn-black:focus,
.mbr-section-btn-main .btn-black:focus {
  box-shadow: inset 300px 0 0 0 #ffffff !important;
  color: #000000 !important;
}
img {
  border-radius: 0 !important;
}
.cid-tOpJNvyQih {
  background-color: transparent;
}
.cid-tOpJNvyQih .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tOpJNvyQih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tOpJNvyQih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpJNvyQih .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpJNvyQih .menu_box .navbar.opened,
  .cid-tOpJNvyQih .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOpJNvyQih .navbar-dropdown {
  position: relative !important;
}
.cid-tOpJNvyQih .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOpJNvyQih .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpJNvyQih .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpJNvyQih .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpJNvyQih .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpJNvyQih .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpJNvyQih .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpJNvyQih .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpJNvyQih .offcanvas-body .mbr-text,
  .cid-tOpJNvyQih .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpJNvyQih .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpJNvyQih ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpJNvyQih .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpJNvyQih .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-tOpJNvyQih .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpJNvyQih li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOpJNvyQih .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpJNvyQih .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpJNvyQih .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpJNvyQih .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpJNvyQih .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpJNvyQih .nav-item .nav-link:hover,
.cid-tOpJNvyQih .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-tOpJNvyQih .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpJNvyQih .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpJNvyQih .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpJNvyQih .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-tOpJNvyQih .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpJNvyQih .offcanvas_box {
    display: none;
  }
}
.cid-tOpJNvyQih .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpJNvyQih .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpJNvyQih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpJNvyQih .container {
  display: flex;
  margin: auto;
}
.cid-tOpJNvyQih .iconfont-wrapper {
  color: #000000;
  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-tOpJNvyQih .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpJNvyQih .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpJNvyQih .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpJNvyQih .navbar-nav {
    margin: 0;
  }
}
.cid-tOpJNvyQih .dropdown-menu,
.cid-tOpJNvyQih .navbar.opened {
  background-color: false !important;
}
.cid-tOpJNvyQih .nav-item:focus,
.cid-tOpJNvyQih .nav-link:focus {
  outline: none;
}
.cid-tOpJNvyQih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpJNvyQih .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpJNvyQih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpJNvyQih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpJNvyQih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpJNvyQih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpJNvyQih .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpJNvyQih .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpJNvyQih .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpJNvyQih .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpJNvyQih .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpJNvyQih .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tOpJNvyQih .navbar.collapsed {
  justify-content: center;
}
.cid-tOpJNvyQih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpJNvyQih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpJNvyQih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpJNvyQih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpJNvyQih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpJNvyQih .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpJNvyQih .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpJNvyQih .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpJNvyQih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpJNvyQih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpJNvyQih .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpJNvyQih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpJNvyQih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpJNvyQih .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpJNvyQih .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpJNvyQih .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpJNvyQih .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpJNvyQih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpJNvyQih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpJNvyQih .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpJNvyQih .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpJNvyQih .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpJNvyQih .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpJNvyQih .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-tOpJNvyQih .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpJNvyQih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpJNvyQih .dropdown-item.active,
.cid-tOpJNvyQih .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpJNvyQih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpJNvyQih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpJNvyQih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpJNvyQih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpJNvyQih ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpJNvyQih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpJNvyQih 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: #f0f0f0;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpJNvyQih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpJNvyQih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpJNvyQih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpJNvyQih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpJNvyQih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpJNvyQih .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-tOpJNvyQih .navbar {
    height: 70px;
  }
  .cid-tOpJNvyQih .navbar.opened {
    height: auto;
  }
  .cid-tOpJNvyQih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpJNvyQih .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpJNvyQih .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpJNvyQih .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tOpJNvyQih .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tOpJNvyQih .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpJNvyQih .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tOpJNvyQih .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpJNvyQih .text_widget {
  margin-bottom: 32px;
}
.cid-tOpJNvyQih .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpJNvyQih .text_widget a:hover,
.cid-tOpJNvyQih .text_widget a:focus {
  opacity: .6;
}
.cid-tOpJNvyQih .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpJNvyQih .navbar-caption {
  color: #000000;
}
.cid-tOpJNvyQih .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpJNvyQih .mbr-section-subtitle,
.cid-tOpJNvyQih .text_widget,
.cid-tOpJNvyQih .mbr-section-btn {
  text-align: center;
}
.cid-tOpJNvyQih a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOpILozxzj {
  background-image: url("https://mobirise.com/extensions/divem5/assets/images/background3.jpg");
}
.cid-tOpILozxzj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpILozxzj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpILozxzj .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpILozxzj .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpILozxzj .container {
    padding: 0 25px;
  }
}
.cid-tOpILozxzj .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-tOpILozxzj .title-wrapper {
    padding: 0;
  }
}
.cid-tOpILozxzj .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpILozxzj .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tOpILozxzj .mbr-section-title {
  color: #ffffff;
}
.cid-tOpILozxzj .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpILozxzj .mbr-section-title,
.cid-tOpILozxzj .mbr-section-btn {
  text-align: center;
}
.cid-tOpILozxzj .mbr-section-btn .btn {
  min-width: 180px;
}
#custom-html-2 img {
  width: 100%;
  height: 100%;
}
.cid-tOpIYCJDHT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171717;
}
.cid-tOpIYCJDHT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpIYCJDHT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpIYCJDHT .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpIYCJDHT .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpIYCJDHT .container {
    padding: 0 25px;
  }
}
.cid-tOpIYCJDHT .row {
  justify-content: center;
}
.cid-tOpIYCJDHT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpIYCJDHT .item {
  margin-bottom: 30px;
}
.cid-tOpIYCJDHT .item:hover .item-wrapper .item-img img,
.cid-tOpIYCJDHT .item:focus .item-wrapper .item-img img {
  transform: translateY(-30px);
}
.cid-tOpIYCJDHT .item:hover .item-wrapper .item-img::before,
.cid-tOpIYCJDHT .item:focus .item-wrapper .item-img::before {
  transform: translateY(-30px);
}
.cid-tOpIYCJDHT .item:hover .item-wrapper .mbr-section-btn,
.cid-tOpIYCJDHT .item:focus .item-wrapper .mbr-section-btn {
  transform: translateY(-1px);
}
.cid-tOpIYCJDHT .item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-tOpIYCJDHT .item .item-wrapper .item-img {
  height: 650px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpIYCJDHT .item .item-wrapper .item-img {
    height: 450px;
  }
}
.cid-tOpIYCJDHT .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: contain;
  transition: all 0.3s ease-in-out;
}
.cid-tOpIYCJDHT .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-tOpIYCJDHT .item .item-wrapper .mbr-section-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-tOpIYCJDHT .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
}
.cid-tOpIYCJDHT .item .item-wrapper .mbr-section-btn .btn:hover,
.cid-tOpIYCJDHT .item .item-wrapper .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-tOpIYCJDHT .item .item-title {
  padding-top: 20px;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tOpIYCJDHT .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOpIYCJDHT .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOpIYCJDHT .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpNxwqVKT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tOpNxwqVKT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpNxwqVKT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpNxwqVKT .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpNxwqVKT .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpNxwqVKT .container {
    padding: 0 25px;
  }
}
.cid-tOpNxwqVKT .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-tOpNxwqVKT .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-tOpNxwqVKT .box .mbr-media img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOpNxwqVKT .box .mbr-media img {
    height: 350px;
  }
}
.cid-tOpNxwqVKT .box .mbr-media .mbr-iconfont {
  color: #ef6f3f;
}
.cid-tOpNxwqVKT .mbr-media {
  position: relative;
}
.cid-tOpNxwqVKT .mbr-media img {
  width: 100%;
  object-fit: cover;
}
.cid-tOpNxwqVKT a:hover {
  background-image: none !important;
}
.cid-tOpNxwqVKT .icon-wrap {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
.cid-tOpNxwqVKT .icon-wrap:hover {
  cursor: pointer;
}
.cid-tOpNxwqVKT .mbr-media span {
  font-size: 5rem;
  transition: all 0.2s;
}
.cid-tOpNxwqVKT .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-tOpNxwqVKT .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-tOpNxwqVKT .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-tOpNxwqVKT .close {
  position: fixed;
  opacity: 0.5;
  font-size: 1.5rem;
  font-weight: 300;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  top: 2.5rem;
  right: 2.5rem;
  border: 2px solid #fff;
  text-shadow: none;
  z-index: 5;
  transition: opacity 0.3s ease;
  align-items: center;
  justify-content: center;
  display: flex;
}
.cid-tOpNxwqVKT .close:hover {
  opacity: 1;
  background: #000;
  color: #fff;
}
.cid-tOpNxwqVKT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tOpJ6YIgdW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tOpJ6YIgdW .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpJ6YIgdW .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpJ6YIgdW .container {
    padding: 0 25px;
  }
}
.cid-tOpJ6YIgdW .row {
  margin: 0;
}
.cid-tOpJ6YIgdW .row .card {
  padding: 0;
}
.cid-tOpJ6YIgdW .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOpJ6YIgdW .image-wrapper {
    height: 350px;
  }
}
.cid-tOpJ6YIgdW .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOpJ6YIgdW .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #000000;
}
@media (max-width: 768px) {
  .cid-tOpJ6YIgdW .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tOpJ6YIgdW .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-tOpJ6YIgdW .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-tOpJ6YIgdW .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tOpJ6YIgdW .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tOpJ6YIgdW .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpJ6YIgdW .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tOpJ6YIgdW .mbr-section-title {
  color: #ffffff;
}
.cid-tOpJ6YIgdW .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOpJ6YIgdW .mbr-text {
  color: #ffffff;
}
.cid-tOpJ6YIgdW .mbr-section-title,
.cid-tOpJ6YIgdW .mbr-section-btn,
.cid-tOpJ6YIgdW .logo-wrapper {
  text-align: center;
}
.cid-tOpRiewsW6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tOpRiewsW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRiewsW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRiewsW6 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .container {
    padding: 0 25px;
  }
}
.cid-tOpRiewsW6 .row {
  justify-content: space-between;
}
.cid-tOpRiewsW6 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tOpRiewsW6 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRiewsW6 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .list-content {
    display: block;
  }
}
.cid-tOpRiewsW6 .list-content .nav-wrapper,
.cid-tOpRiewsW6 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .list-content .nav-wrapper,
  .cid-tOpRiewsW6 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .mbr-list-title,
.cid-tOpRiewsW6 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .list,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .list .item-wrap,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tOpRiewsW6 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tOpRiewsW6 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tOpRiewsW6 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tOpRiewsW6 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tOpRiewsW6 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tOpRiewsW6 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tOpRiewsW6 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tOpRiewsW6 .mbr-section-title {
  color: #ffffff;
}
.cid-tOpRiewsW6 .mbr-list-title {
  color: #ffffff;
}
.cid-tOpRiewsW6 .list {
  color: #ffffff;
}
.cid-tOpRiewsW6 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tOpRiewsW6 .mbr-brand {
  color: #ffffff;
}
.cid-tOpJNvyQih {
  background-color: transparent;
}
.cid-tOpJNvyQih .navbar-dropdown {
  background-color: #ffffff !important;
  padding: 0;
}
.cid-tOpJNvyQih .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background-color: #ffffff !important;
  background: #ffffff;
}
.cid-tOpJNvyQih .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tOpJNvyQih .menu_box {
  flex-wrap: nowrap;
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .menu_box {
    flex-direction: column;
    align-items: flex-start;
  }
  .cid-tOpJNvyQih .menu_box .navbar.opened,
  .cid-tOpJNvyQih .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tOpJNvyQih .navbar-dropdown {
  position: relative !important;
}
.cid-tOpJNvyQih .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  min-width: 150px;
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .icons-menu-main {
    min-width: auto;
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tOpJNvyQih .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tOpJNvyQih .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tOpJNvyQih .offcanvas {
    padding: 12rem 64px 0;
    width: 35%;
    background-color: #000000;
  }
  .cid-tOpJNvyQih .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tOpJNvyQih .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tOpJNvyQih .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tOpJNvyQih .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tOpJNvyQih .offcanvas-body .mbr-text,
  .cid-tOpJNvyQih .offcanvas-body .mbr-section-subtitle {
    margin-bottom: 32px;
  }
  .cid-tOpJNvyQih .offcanvas-body .offcanvas_contact {
    margin: 0;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #000000;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tOpJNvyQih .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tOpJNvyQih ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tOpJNvyQih .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpJNvyQih .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-tOpJNvyQih .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tOpJNvyQih li.nav-item {
    position: relative;
    display: inline-block;
    padding: 0 !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tOpJNvyQih .lg_brand {
    margin: 0 1rem;
  }
  .cid-tOpJNvyQih .navbar-nav.nav-dropdown {
    display: -webkit-flex;
    width: 100%;
    justify-content: center;
    min-width: 200px;
  }
}
.cid-tOpJNvyQih .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tOpJNvyQih .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .nav-item {
    margin: 0 !important;
  }
}
.cid-tOpJNvyQih .nav-item .nav-link {
  transition: all 0.5s ease-out;
}
.cid-tOpJNvyQih .nav-item .nav-link:hover,
.cid-tOpJNvyQih .nav-item .nav-link:focus {
  box-shadow: inset 200px 0 0 0 #000000;
  color: #f0f0f0 !important;
}
.cid-tOpJNvyQih .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tOpJNvyQih .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tOpJNvyQih .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tOpJNvyQih .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-tOpJNvyQih .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tOpJNvyQih .offcanvas_box {
    display: none;
  }
}
.cid-tOpJNvyQih .dropdown-item {
  border: none;
  font-weight: 300 !important;
}
.cid-tOpJNvyQih .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tOpJNvyQih .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tOpJNvyQih .container {
  display: flex;
  margin: auto;
}
.cid-tOpJNvyQih .iconfont-wrapper {
  color: #000000;
  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-tOpJNvyQih .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tOpJNvyQih .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tOpJNvyQih .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tOpJNvyQih .navbar-nav {
    margin: 0;
  }
}
.cid-tOpJNvyQih .dropdown-menu,
.cid-tOpJNvyQih .navbar.opened {
  background-color: false !important;
}
.cid-tOpJNvyQih .nav-item:focus,
.cid-tOpJNvyQih .nav-link:focus {
  outline: none;
}
.cid-tOpJNvyQih .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tOpJNvyQih .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tOpJNvyQih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tOpJNvyQih .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tOpJNvyQih .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tOpJNvyQih .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tOpJNvyQih .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tOpJNvyQih .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tOpJNvyQih .navbar.opened {
  transition: all 0.3s;
}
.cid-tOpJNvyQih .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tOpJNvyQih .navbar .navbar-logo img {
  max-width: 50px;
  min-height: 50px;
  object-fit: contain;
  border-radius: 10px !important;
}
.cid-tOpJNvyQih .navbar .navbar-collapse {
  justify-content: center;
  justify-content: space-between;
  z-index: 1;
}
.cid-tOpJNvyQih .navbar.collapsed {
  justify-content: center;
}
.cid-tOpJNvyQih .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tOpJNvyQih .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tOpJNvyQih .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tOpJNvyQih .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tOpJNvyQih .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tOpJNvyQih .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tOpJNvyQih .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tOpJNvyQih .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tOpJNvyQih .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tOpJNvyQih .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tOpJNvyQih .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tOpJNvyQih .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tOpJNvyQih .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tOpJNvyQih .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tOpJNvyQih .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tOpJNvyQih .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tOpJNvyQih .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tOpJNvyQih .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tOpJNvyQih .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0;
    width: 100%;
    justify-content: space-between;
  }
  .cid-tOpJNvyQih .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tOpJNvyQih .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tOpJNvyQih .navbar.navbar-short {
  min-height: 60px;
}
.cid-tOpJNvyQih .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tOpJNvyQih .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tOpJNvyQih .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-tOpJNvyQih .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-tOpJNvyQih .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tOpJNvyQih .dropdown-item.active,
.cid-tOpJNvyQih .dropdown-item:active {
  background-color: transparent;
}
.cid-tOpJNvyQih .navbar-expand-lg .navbar-nav .nav-link {
  padding: 2px 10px !important;
}
.cid-tOpJNvyQih .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tOpJNvyQih .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tOpJNvyQih .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tOpJNvyQih ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tOpJNvyQih .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tOpJNvyQih 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: #f0f0f0;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tOpJNvyQih button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tOpJNvyQih nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpJNvyQih nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tOpJNvyQih nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tOpJNvyQih nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tOpJNvyQih a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tOpJNvyQih .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-tOpJNvyQih .navbar {
    height: 70px;
  }
  .cid-tOpJNvyQih .navbar.opened {
    height: auto;
  }
  .cid-tOpJNvyQih .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tOpJNvyQih .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tOpJNvyQih .container-fluid {
    padding-left: 45px;
    padding-right: 45px;
  }
}
.cid-tOpJNvyQih .mbr-section-btn-main {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .cid-tOpJNvyQih .mbr-section-btn-main {
    display: block;
    padding: 0;
  }
}
.cid-tOpJNvyQih .mbr-section-btn-main .btn {
  border: none;
  margin: 8px;
  min-width: 180px;
}
.cid-tOpJNvyQih .navbar-caption:hover {
  color: #000000;
}
@media (min-width: 992px) {
  .cid-tOpJNvyQih .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tOpJNvyQih .text_widget {
  margin-bottom: 32px;
}
.cid-tOpJNvyQih .text_widget a {
  transition: all 0.3s ease-out;
}
.cid-tOpJNvyQih .text_widget a:hover,
.cid-tOpJNvyQih .text_widget a:focus {
  opacity: .6;
}
.cid-tOpJNvyQih .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpJNvyQih .navbar-caption {
  color: #000000;
}
.cid-tOpJNvyQih .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpJNvyQih .mbr-section-subtitle,
.cid-tOpJNvyQih .text_widget,
.cid-tOpJNvyQih .mbr-section-btn {
  text-align: center;
}
.cid-tOpJNvyQih a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tOpRyNq23O {
  background-image: url("https://mobirise.com/extensions/divem5/assets/images/background3.jpg");
}
.cid-tOpRyNq23O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRyNq23O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRyNq23O .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRyNq23O .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRyNq23O .container {
    padding: 0 25px;
  }
}
.cid-tOpRyNq23O .title-wrapper {
  padding: 0 15%;
}
@media (max-width: 992px) {
  .cid-tOpRyNq23O .title-wrapper {
    padding: 0;
  }
}
.cid-tOpRyNq23O .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpRyNq23O .title-wrapper .mbr-text {
  margin-bottom: 50px;
}
.cid-tOpRyNq23O .mbr-section-title {
  color: #ffffff;
}
.cid-tOpRyNq23O .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tOpRyNq23O .mbr-section-title,
.cid-tOpRyNq23O .mbr-section-btn {
  text-align: center;
}
.cid-tOpRyWNYue {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRyWNYue .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpRyWNYue .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpRyWNYue .container {
    padding: 0 25px;
  }
}
.cid-tOpRyWNYue .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOpRyWNYue .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tOpRyWNYue .title-wrapper .mbr-section-title {
  margin-bottom: 25px;
}
.cid-tOpRyWNYue .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpRyWNYue .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tOpRyWNYue .item:focus,
.cid-tOpRyWNYue span:focus {
  outline: none;
}
.cid-tOpRyWNYue .item-wrapper {
  position: relative;
}
.cid-tOpRyWNYue .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 460px;
  max-width: 460px;
}
@media (max-width: 767px) {
  .cid-tOpRyWNYue .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tOpRyWNYue .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-tOpRyWNYue .embla__slide .slide-content .item-wrapper .item-img img {
  height: 250px;
  object-fit: cover;
}
.cid-tOpRyWNYue .embla__button--next,
.cid-tOpRyWNYue .embla__button--prev {
  display: flex;
}
.cid-tOpRyWNYue .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOpRyWNYue .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOpRyWNYue .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-tOpRyWNYue .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-tOpRyWNYue .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-tOpRyWNYue .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-tOpRyWNYue .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-tOpRyWNYue .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-tOpRyWNYue .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-tOpRyWNYue .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tOpRyWNYue .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOpRyWNYue .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOpRyWNYue .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOpRyWNYue .mbr-section-title {
  color: #000000;
}
.cid-tOpRyWNYue .mbr-text {
  color: #000000;
}
.cid-tOpRz6iuxp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #171717;
}
.cid-tOpRz6iuxp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRz6iuxp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRz6iuxp .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRz6iuxp .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRz6iuxp .container {
    padding: 0 25px;
  }
}
.cid-tOpRz6iuxp .row {
  justify-content: center;
}
.cid-tOpRz6iuxp .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpRz6iuxp .item {
  margin-bottom: 30px;
}
.cid-tOpRz6iuxp .item:hover .item-wrapper .item-img img,
.cid-tOpRz6iuxp .item:focus .item-wrapper .item-img img {
  transform: translateY(-30px);
}
.cid-tOpRz6iuxp .item:hover .item-wrapper .item-img::before,
.cid-tOpRz6iuxp .item:focus .item-wrapper .item-img::before {
  transform: translateY(-30px);
}
.cid-tOpRz6iuxp .item:hover .item-wrapper .mbr-section-btn,
.cid-tOpRz6iuxp .item:focus .item-wrapper .mbr-section-btn {
  transform: translateY(-1px);
}
.cid-tOpRz6iuxp .item .item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 0 !important;
}
.cid-tOpRz6iuxp .item .item-wrapper .item-img {
  height: 450px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpRz6iuxp .item .item-wrapper .item-img {
    height: 350px;
  }
}
.cid-tOpRz6iuxp .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRz6iuxp .item .item-wrapper .item-img .item-title {
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin-bottom: 0;
  z-index: 1;
}
.cid-tOpRz6iuxp .item .item-wrapper .item-img::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: .2;
  pointer-events: none;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-tOpRz6iuxp .item .item-wrapper .mbr-section-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.cid-tOpRz6iuxp .item .item-wrapper .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 20px;
}
.cid-tOpRz6iuxp .item .item-wrapper .mbr-section-btn .btn:hover,
.cid-tOpRz6iuxp .item .item-wrapper .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-tOpRz6iuxp .mbr-section-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOpRz6iuxp .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOpRz6iuxp .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpRzfO2X7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRzfO2X7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRzfO2X7 .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-tOpRzfO2X7 .container {
    padding: 0 25px;
  }
}
.cid-tOpRzfO2X7 .title-wrapper .mbr-section-title {
  margin: 0 42px 50px 0;
}
@media (max-width: 1440px) {
  .cid-tOpRzfO2X7 .title-wrapper .mbr-section-title {
    margin: 0 0 50px 0;
  }
}
.cid-tOpRzfO2X7 .items {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 65px;
  padding-top: 20px;
}
@media (max-width: 992px) {
  .cid-tOpRzfO2X7 .items {
    grid-template-columns: 1fr;
    padding-top: 0;
  }
}
.cid-tOpRzfO2X7 .items .item {
  margin-right: 80px;
}
@media (max-width: 1440px) {
  .cid-tOpRzfO2X7 .items .item {
    margin-right: 30px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRzfO2X7 .items .item {
    margin: 0;
  }
}
.cid-tOpRzfO2X7 .items .item .item-wrapper .card-box .icon-wrapper {
  margin-bottom: 35px;
}
@media (max-width: 992px) {
  .cid-tOpRzfO2X7 .items .item .item-wrapper .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOpRzfO2X7 .items .item .item-wrapper .card-box .icon-wrapper .mbr-iconfont {
  font-size: 40px;
  display: inline-flex;
  color: #000000;
}
.cid-tOpRzfO2X7 .items .item .item-wrapper .card-box .item-title {
  margin-bottom: 10px;
}
.cid-tOpRzfO2X7 .items .item .item-wrapper .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-tOpRzfO2X7 .mbr-section-title {
  color: #000000;
}
.cid-tOpRzfO2X7 .item-title {
  color: #000000;
}
.cid-tOpRzfO2X7 .mbr-text {
  color: #000000;
}
.cid-tOpRzqo5TG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRzqo5TG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRzqo5TG .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-tOpRzqo5TG .container {
    padding: 0 25px;
  }
}
.cid-tOpRzqo5TG .row {
  justify-content: center;
}
.cid-tOpRzqo5TG .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpRzqo5TG .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-tOpRzqo5TG .item .item-wrapper {
  padding: 22px 0;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  align-items: center;
  border-radius: 0 !important;
}
.cid-tOpRzqo5TG .item .item-wrapper:hover .item-img img,
.cid-tOpRzqo5TG .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-tOpRzqo5TG .item .item-wrapper {
    display: block;
  }
}
.cid-tOpRzqo5TG .item .item-wrapper .item-img {
  display: block;
  overflow: hidden;
  min-width: 330px;
}
@media (max-width: 992px) {
  .cid-tOpRzqo5TG .item .item-wrapper .item-img {
    max-width: 100%;
    margin-bottom: 20px;
    min-width: auto;
  }
}
.cid-tOpRzqo5TG .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
@media (max-width: 992px) {
  .cid-tOpRzqo5TG .item .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content {
  width: 100%;
  padding-left: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tOpRzqo5TG .item .item-wrapper .item-content {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOpRzqo5TG .item .item-wrapper .item-content {
    display: block;
  }
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content .content-wrap .desc-wrap {
  display: block;
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content .content-wrap .desc-wrap:hover .item-desc,
.cid-tOpRzqo5TG .item .item-wrapper .item-content .content-wrap .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content .content-wrap .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #f7f7f7;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content .content-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content .content-wrap .item-title {
  margin-bottom: 10px;
  cursor: pointer;
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content .content-wrap .item-price {
  margin: 0;
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content .icon-wrapper {
  display: block;
}
@media (max-width: 768px) {
  .cid-tOpRzqo5TG .item .item-wrapper .item-content .icon-wrapper {
    margin-top: 20px;
  }
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content .icon-wrapper:hover .mbr-iconfont,
.cid-tOpRzqo5TG .item .item-wrapper .item-content .icon-wrapper:focus .mbr-iconfont {
  box-shadow: inset 90px 0 0 0 #000000 !important;
  color: #ffffff;
}
.cid-tOpRzqo5TG .item .item-wrapper .item-content .icon-wrapper .mbr-iconfont {
  width: 90px;
  height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  background-color: #f0f0f0;
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRzqo5TG .mbr-section-title {
  color: #000000;
}
.cid-tOpRzqo5TG .item-title {
  color: #000000;
}
.cid-tOpRzqo5TG .item-desc {
  color: #000000;
}
.cid-tOpRzqo5TG .item-subtitle {
  color: #000000;
}
.cid-tOpRzqo5TG .item-price {
  color: #000000;
}
.cid-tOpRzBlsLL {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-tOpRzBlsLL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRzBlsLL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRzBlsLL .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpRzBlsLL .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpRzBlsLL .container {
    padding: 0 25px;
  }
}
.cid-tOpRzBlsLL .row {
  justify-content: center;
}
.cid-tOpRzBlsLL .item {
  padding: 90px 25px;
  border-right: 2px solid #3d3d3d;
}
.cid-tOpRzBlsLL .item:nth-child(4n) {
  border-right: none;
}
@media (max-width: 768px) {
  .cid-tOpRzBlsLL .item {
    border-right: none;
    border-bottom: 2px solid #3d3d3d;
  }
  .cid-tOpRzBlsLL .item:last-child {
    border-bottom: none;
  }
}
.cid-tOpRzBlsLL .item .item-wrapper a {
  display: block;
}
.cid-tOpRzBlsLL .item .item-wrapper a .card-box .icon-wrapper {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-tOpRzBlsLL .item .item-wrapper a .card-box .icon-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOpRzBlsLL .item .item-wrapper a .card-box .icon-wrapper .mbr-iconfont {
  font-size: 104px;
  display: inline-flex;
  color: #ffffff;
}
.cid-tOpRzBlsLL .item .item-wrapper a .card-box .item-title {
  margin-bottom: 10px;
}
.cid-tOpRzBlsLL .item .item-wrapper a .card-box .mbr-text {
  margin-bottom: 0;
}
.cid-tOpRzBlsLL .item-title {
  color: #ffffff;
}
.cid-tOpRzBlsLL .item-title,
.cid-tOpRzBlsLL .icon-wrapper {
  text-align: center;
}
.cid-tOpRzZs135 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRzZs135 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRzZs135 .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-tOpRzZs135 .container {
    padding: 0 25px;
  }
}
.cid-tOpRzZs135 .row {
  justify-content: center;
}
.cid-tOpRzZs135 .title-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOpRzZs135 .title-wrapper {
    margin-bottom: 120px;
  }
}
.cid-tOpRzZs135 .title-wrapper .title-wrap {
  position: sticky;
  top: 20px;
}
@media (max-width: 992px) {
  .cid-tOpRzZs135 .title-wrapper .title-wrap {
    position: static;
  }
}
.cid-tOpRzZs135 .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOpRzZs135 .title-wrapper .title-wrap .icon-wrapper {
  padding-top: 460px;
}
@media (max-width: 992px) {
  .cid-tOpRzZs135 .title-wrapper .title-wrap .icon-wrapper {
    padding-top: 60px;
  }
}
.cid-tOpRzZs135 .title-wrapper .title-wrap .icon-wrapper .mbr-iconfont {
  width: 180px;
  height: 180px;
  font-size: 60px;
  border: 32px solid #fed630;
  background-color: #ffde56;
  color: #000000;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
}
.cid-tOpRzZs135 .item:first-child .item-wrapper {
  border-top: 2px solid #e1e1e1;
}
.cid-tOpRzZs135 .item .item-wrapper {
  padding: 40px 0 30px;
  border-bottom: 2px solid #e1e1e1;
  display: flex;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tOpRzZs135 .item .item-wrapper {
    display: block;
  }
}
.cid-tOpRzZs135 .item .item-wrapper .item-img {
  display: block;
  min-width: 84px;
}
.cid-tOpRzZs135 .item .item-wrapper .item-img img {
  height: 84px;
  width: 84px;
  object-fit: cover;
  margin-right: 35px;
}
@media (max-width: 992px) {
  .cid-tOpRzZs135 .item .item-wrapper .item-img img {
    margin: 0 auto 35px;
  }
}
.cid-tOpRzZs135 .item .item-wrapper .item-content {
  width: 100%;
}
.cid-tOpRzZs135 .item .item-wrapper .item-content .content-wrap .mbr-text {
  margin-bottom: 20px;
}
.cid-tOpRzZs135 .item .item-wrapper .item-content .content-wrap .mbr-desc {
  margin-bottom: 0;
}
.cid-tOpRzZs135 .mbr-section-title {
  color: #000000;
}
.cid-tOpRzZs135 .mbr-text {
  color: #000000;
}
.cid-tOpRzZs135 .mbr-desc {
  color: #000000;
}
.cid-tOpRA8LnHz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f0f0f0;
}
.cid-tOpRA8LnHz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRA8LnHz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRA8LnHz .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRA8LnHz .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRA8LnHz .container {
    padding: 0 25px;
  }
}
.cid-tOpRA8LnHz .row {
  justify-content: center;
}
.cid-tOpRA8LnHz .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpRA8LnHz .item {
  margin-bottom: 30px;
}
.cid-tOpRA8LnHz .item:hover .item-wrapper .item-content,
.cid-tOpRA8LnHz .item:focus .item-wrapper .item-content {
  box-shadow: inset 0 200px 0 0;
}
.cid-tOpRA8LnHz .item:hover .item-wrapper .item-content .mbr-role,
.cid-tOpRA8LnHz .item:focus .item-wrapper .item-content .mbr-role {
  color: #ffffff;
}
.cid-tOpRA8LnHz .item:hover .item-wrapper .item-content .mbr-name,
.cid-tOpRA8LnHz .item:focus .item-wrapper .item-content .mbr-name {
  color: #ffffff;
}
.cid-tOpRA8LnHz .item:hover .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont,
.cid-tOpRA8LnHz .item:focus .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  color: #ffffff;
}
.cid-tOpRA8LnHz .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-tOpRA8LnHz .item .item-wrapper .item-img img {
  height: 350px;
  object-fit: cover;
}
.cid-tOpRA8LnHz .item .item-wrapper .item-content {
  padding: 20px 40px;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tOpRA8LnHz .item .item-wrapper .item-content {
    padding: 20px;
  }
}
.cid-tOpRA8LnHz .item .item-wrapper .item-content .mbr-role {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRA8LnHz .item .item-wrapper .item-content .mbr-name {
  margin-bottom: 16px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRA8LnHz .item .item-wrapper .item-content .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tOpRA8LnHz .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item {
  margin-right: 16px;
}
.cid-tOpRA8LnHz .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tOpRA8LnHz .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tOpRA8LnHz .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tOpRA8LnHz .item .item-wrapper .item-content .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 18px;
  color: #000000;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRA8LnHz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tOpRA8LnHz .mbr-name {
  color: #000000;
}
.cid-tOpRA8LnHz .mbr-role {
  color: #000000;
}
.cid-tOpRAzEeH8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRAzEeH8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRAzEeH8 .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-tOpRAzEeH8 .container {
    padding: 0 25px;
  }
}
.cid-tOpRAzEeH8 .row {
  justify-content: center;
}
.cid-tOpRAzEeH8 .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpRAzEeH8 .item {
  margin-bottom: 30px;
}
.cid-tOpRAzEeH8 .item a {
  display: block;
}
.cid-tOpRAzEeH8 .item a:hover .item-wrapper .item-img img,
.cid-tOpRAzEeH8 .item a:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-tOpRAzEeH8 .item a .item-wrapper {
  border-radius: 0 !important;
}
.cid-tOpRAzEeH8 .item a .item-wrapper .item-img {
  overflow: hidden;
  margin-bottom: 25px;
}
.cid-tOpRAzEeH8 .item a .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tOpRAzEeH8 .item a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tOpRAzEeH8 .item a .item-wrapper .item-content .mbr-desc {
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRAzEeH8 .item a .item-wrapper .item-content .mbr-desc:hover,
.cid-tOpRAzEeH8 .item a .item-wrapper .item-content .mbr-desc:focus {
  opacity: .5;
}
.cid-tOpRAzEeH8 .item a .item-wrapper .item-content .item-title {
  margin-bottom: 0;
}
.cid-tOpRAzEeH8 .item-title {
  color: #000000;
}
.cid-tOpRAzEeH8 .mbr-desc {
  color: #000000;
}
.cid-tOpRAKFLUa {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRAKFLUa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRAKFLUa .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-tOpRAKFLUa .container {
    padding: 0 25px;
  }
}
.cid-tOpRAKFLUa .row {
  justify-content: center;
  margin: 0;
}
.cid-tOpRAKFLUa .row .card {
  padding: 0;
}
.cid-tOpRAKFLUa .title-wrapper {
  margin-bottom: 50px;
}
.cid-tOpRAKFLUa .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tOpRAKFLUa .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpRAKFLUa .item {
  padding: 0;
}
.cid-tOpRAKFLUa .item:nth-child(3n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-tOpRAKFLUa .item:nth-child(4n) .item-wrapper {
  flex-direction: row-reverse;
}
.cid-tOpRAKFLUa .item .item-wrapper {
  display: flex;
  border-radius: 0 !important;
}
.cid-tOpRAKFLUa .item .item-wrapper:hover .item-img img,
.cid-tOpRAKFLUa .item .item-wrapper:focus .item-img img {
  transform: scale(1.05) translateX(2%);
}
@media (max-width: 992px) {
  .cid-tOpRAKFLUa .item .item-wrapper {
    display: block;
  }
}
.cid-tOpRAKFLUa .item .item-wrapper .item-img {
  position: relative;
  overflow: hidden;
  width: 50%;
  display: block;
}
@media (max-width: 992px) {
  .cid-tOpRAKFLUa .item .item-wrapper .item-img {
    width: 100%;
    height: 350px;
  }
}
.cid-tOpRAKFLUa .item .item-wrapper .item-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
  transform: scale(1.05) translateX(0);
}
.cid-tOpRAKFLUa .item .item-wrapper .item-content {
  width: 50%;
  padding: 30px;
  background-color: #f7f7f7;
  min-height: 365px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .cid-tOpRAKFLUa .item .item-wrapper .item-content {
    min-height: auto;
    width: 100%;
  }
}
.cid-tOpRAKFLUa .item .item-wrapper .item-content .desc-wrap {
  display: block;
  margin-bottom: 50px;
}
.cid-tOpRAKFLUa .item .item-wrapper .item-content .desc-wrap:hover .item-desc,
.cid-tOpRAKFLUa .item .item-wrapper .item-content .desc-wrap:focus .item-desc {
  background-color: #000000;
  color: #ffffff;
}
.cid-tOpRAKFLUa .item .item-wrapper .item-content .desc-wrap .item-desc {
  margin-bottom: 10px;
  padding: 0 10px;
  background-color: #ffffff;
  display: inline-flex;
  letter-spacing: .05em;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRAKFLUa .item .item-wrapper .item-content .title-wrap .item-subtitle {
  margin-bottom: 10px;
}
.cid-tOpRAKFLUa .item .item-wrapper .item-content .title-wrap .item-title {
  margin-bottom: 20px;
  cursor: pointer;
}
.cid-tOpRAKFLUa .item .item-wrapper .item-content .title-wrap .item-price {
  margin: 0;
}
.cid-tOpRAKFLUa .mbr-section-btn {
  margin-top: 60px;
}
.cid-tOpRAKFLUa .mbr-section-title {
  color: #000000;
}
.cid-tOpRAKFLUa .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOpRAKFLUa .item-title {
  color: #000000;
}
.cid-tOpRAKFLUa .item-desc {
  color: #000000;
}
.cid-tOpRAKFLUa .item-subtitle {
  color: #000000;
}
.cid-tOpRAKFLUa .item-price {
  color: #000000;
}
.cid-tOpRAKFLUa .mbr-section-title,
.cid-tOpRAKFLUa .mbr-section-btn {
  text-align: center;
}
.cid-tOpRB6mwP5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbc97a;
}
.cid-tOpRB6mwP5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRB6mwP5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRB6mwP5 .container-fluid {
  padding: 0 45px 0 0;
}
@media (max-width: 992px) {
  .cid-tOpRB6mwP5 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRB6mwP5 .container {
    padding: 0 25px;
  }
}
.cid-tOpRB6mwP5 .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpRB6mwP5 .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOpRB6mwP5 .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 20rem 0 20rem !important;
}
@media (max-width: 992px) {
  .cid-tOpRB6mwP5 .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-tOpRB6mwP5 .image-wrapper img {
    border-radius: 0 10rem 0 10rem !important;
  }
}
.cid-tOpRB6mwP5 .title-wrapper {
  padding-left: 80px;
}
@media (max-width: 1440px) {
  .cid-tOpRB6mwP5 .title-wrapper {
    padding: 0;
  }
}
.cid-tOpRB6mwP5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOpRB6mwP5 .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tOpRB6mwP5 .mbr-section-title {
  color: #000000;
}
.cid-tOpRB6mwP5 .mbr-text {
  color: #000000;
}
.cid-tOpRBtnfXD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ef6f3f;
}
.cid-tOpRBtnfXD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRBtnfXD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRBtnfXD .container-fluid {
  padding: 0 0 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRBtnfXD .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRBtnfXD .container {
    padding: 0 25px;
  }
}
.cid-tOpRBtnfXD .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpRBtnfXD .image-wrapper {
    margin-top: 20px;
  }
}
.cid-tOpRBtnfXD .image-wrapper img {
  height: 310px;
  object-fit: cover;
  border-radius: 0 0 20rem 20rem !important;
}
@media (max-width: 992px) {
  .cid-tOpRBtnfXD .image-wrapper img {
    height: 210px;
  }
}
@media (max-width: 425px) {
  .cid-tOpRBtnfXD .image-wrapper img {
    border-radius: 0 0 10rem 10rem !important;
  }
}
.cid-tOpRBtnfXD .title-wrapper {
  padding-right: 80px;
}
@media (max-width: 1440px) {
  .cid-tOpRBtnfXD .title-wrapper {
    padding: 0;
  }
}
.cid-tOpRBtnfXD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOpRBtnfXD .title-wrapper .mbr-text {
  margin-bottom: 25px;
}
.cid-tOpRBtnfXD .mbr-section-title {
  color: #ffffff;
}
.cid-tOpRBtnfXD .mbr-text {
  color: #ffffff;
}
.cid-tOpRBRfUdO {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tOpRBRfUdO .container {
    padding: 0 25px;
  }
}
.cid-tOpRBRfUdO .title-wrapper {
  margin: 25px 0;
}
.cid-tOpRBRfUdO .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOpRBRfUdO .title-wrapper .mbr-section-title {
    margin-bottom: 25px;
  }
}
.cid-tOpRBRfUdO .text-wrapper .mbr-section-subtitle {
  margin: 25px 0;
}
.cid-tOpRBRfUdO .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpRBRfUdO .mbr-section-title {
  color: #000000;
}
.cid-tOpRBRfUdO .mbr-section-subtitle {
  color: #000000;
}
.cid-tOpRBRfUdO .mbr-text {
  color: #000000;
}
.cid-tOpRCffvAK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRCffvAK .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpRCffvAK .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpRCffvAK .container {
    padding: 0 25px;
  }
}
.cid-tOpRCffvAK .row {
  margin: 0;
}
.cid-tOpRCffvAK .row .card {
  padding: 0;
}
.cid-tOpRCffvAK .image-wrapper {
  position: relative;
  height: 100%;
}
@media (max-width: 992px) {
  .cid-tOpRCffvAK .image-wrapper {
    height: 350px;
  }
}
.cid-tOpRCffvAK .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOpRCffvAK .title-wrapper {
  position: relative;
  padding: 70px 12%;
  background-color: #171717;
}
@media (max-width: 768px) {
  .cid-tOpRCffvAK .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tOpRCffvAK .title-wrapper .mbr-section-title {
  margin-bottom: 105px;
}
.cid-tOpRCffvAK .title-wrapper .logo-wrapper {
  margin-bottom: 40px;
}
.cid-tOpRCffvAK .title-wrapper .logo-wrapper img {
  display: inline-flex;
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tOpRCffvAK .title-wrapper .mbr-section-subtitle {
  margin-bottom: 25px;
}
.cid-tOpRCffvAK .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpRCffvAK .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tOpRCffvAK .mbr-section-title {
  color: #ffffff;
}
.cid-tOpRCffvAK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tOpRCffvAK .mbr-text {
  color: #ffffff;
}
.cid-tOpRCIsH4C {
  padding-top: 5rem;
  padding-bottom: 5rem;
  box-shadow: inset 25rem 1rem 10rem #ffffff !important;
  background-image: url("https://mobirise.com/extensions/divem5/assets/images/background1.jpg");
}
.cid-tOpRCIsH4C .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRCIsH4C .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-tOpRCIsH4C .container {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRCIsH4C .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tOpRCIsH4C .title-wrapper .mbr-section-title {
  margin-bottom: 35px;
}
.cid-tOpRCIsH4C .title-wrapper .mbr-text {
  margin-bottom: 35px;
}
.cid-tOpRCIsH4C .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 330px;
  margin-left: 80px;
}
@media (max-width: 992px) {
  .cid-tOpRCIsH4C .image-wrapper {
    margin: 0;
  }
}
.cid-tOpRCIsH4C .image-wrapper .image-wrap_1 {
  position: absolute;
  bottom: 1rem;
  left: 0;
  z-index: 1;
}
.cid-tOpRCIsH4C .image-wrapper .image-wrap_1 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tOpRCIsH4C .image-wrapper .image-wrap_1 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tOpRCIsH4C .image-wrapper .image-wrap_1 .card-title {
  margin: 16px 0 0;
}
.cid-tOpRCIsH4C .image-wrapper .image-wrap_2 {
  position: absolute;
  top: 0;
  right: 2rem;
  z-index: 1;
}
.cid-tOpRCIsH4C .image-wrapper .image-wrap_2 img {
  width: 143px;
  height: 143px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 768px) {
  .cid-tOpRCIsH4C .image-wrapper .image-wrap_2 img {
    width: 120px;
    height: 120px;
  }
}
.cid-tOpRCIsH4C .image-wrapper .image-wrap_2 .card-title {
  margin: 16px 0 0;
}
.cid-tOpRCIsH4C .image-wrapper .decor-wrap {
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 4px dashed #000000;
  border-right: 4px dashed #000000;
  border-radius: 3rem 3rem 15rem 3rem;
  width: 100%;
  height: 100%;
}
.cid-tOpRCIsH4C .mbr-section-title {
  color: #000000;
}
.cid-tOpRCIsH4C .mbr-text {
  color: #000000;
}
.cid-tOpRCIsH4C .card-title {
  color: #000000;
  text-align: center;
}
.cid-tOpRD6PpfS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #f7f7f7;
}
.cid-tOpRD6PpfS .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpRD6PpfS .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpRD6PpfS .container {
    padding: 0 25px;
  }
}
.cid-tOpRD6PpfS .row {
  margin: 0;
}
.cid-tOpRD6PpfS .row .card {
  padding: 0;
  justify-content: center;
}
.cid-tOpRD6PpfS .image-wrapper {
  position: relative;
  height: 100%;
  min-height: 450px;
}
@media (max-width: 992px) {
  .cid-tOpRD6PpfS .image-wrapper {
    min-height: 350px;
  }
}
.cid-tOpRD6PpfS .image-wrapper img {
  border-radius: 0 10rem 0 0 !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOpRD6PpfS .title-wrapper {
  position: relative;
  padding: 0 12%;
}
@media (max-width: 992px) {
  .cid-tOpRD6PpfS .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tOpRD6PpfS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tOpRD6PpfS .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpRD6PpfS .title-wrapper .mbr-section-btn {
  margin-top: 35px;
}
.cid-tOpRD6PpfS .mbr-section-title {
  color: #000000;
}
.cid-tOpRD6PpfS .mbr-text {
  color: #000000;
}
.cid-tOpRDwObji {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("https://mobirise.com/extensions/divem5/assets/images/background2.jpg");
}
.cid-tOpRDwObji .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRDwObji .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRDwObji .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRDwObji .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRDwObji .container {
    padding: 0 25px;
  }
}
.cid-tOpRDwObji .title-wrapper {
  padding: 100px 0;
}
.cid-tOpRDwObji .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-tOpRDwObji .mbr-section-title {
  color: #ffffff;
}
.cid-tOpRDYrmjN {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #689ebe;
}
.cid-tOpRDYrmjN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRDYrmjN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRDYrmjN .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpRDYrmjN .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpRDYrmjN .container {
    padding: 0 25px;
  }
}
.cid-tOpRDYrmjN .row {
  justify-content: center;
  margin: 0;
}
.cid-tOpRDYrmjN .item {
  padding: 0;
  border-right: 2px solid #ffffff;
}
.cid-tOpRDYrmjN .item:nth-child(6n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-tOpRDYrmjN .item {
    border-right: none;
  }
  .cid-tOpRDYrmjN .item:nth-child(2n) {
    border-left: 2px solid #ffffff;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .cid-tOpRDYrmjN .item:nth-child(2n) {
    border-left: none;
  }
}
@media (max-width: 768px) {
  .cid-tOpRDYrmjN .item {
    border-bottom: 2px solid #ffffff;
  }
  .cid-tOpRDYrmjN .item:last-child {
    border-bottom: none;
  }
}
.cid-tOpRDYrmjN .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-tOpRDYrmjN .item .item-wrapper .item-img {
  padding: 0 25px;
}
.cid-tOpRDYrmjN .item .item-wrapper .item-img img {
  height: 250px;
  object-fit: contain;
}
.cid-tOpREkcbrt {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpREkcbrt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpREkcbrt .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-tOpREkcbrt .container {
    padding: 0 25px;
  }
}
.cid-tOpREkcbrt .row {
  justify-content: center;
}
.cid-tOpREkcbrt .row .card {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpREkcbrt .image-wrapper {
    margin-bottom: 20px;
  }
}
.cid-tOpREkcbrt .image-wrapper img {
  height: 550px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOpREkcbrt .image-wrapper img {
    height: 350px;
  }
}
.cid-tOpREkcbrt .form-wrapper {
  padding-left: 54px;
}
@media (max-width: 992px) {
  .cid-tOpREkcbrt .form-wrapper {
    padding: 0 12px;
  }
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row {
  margin: 0;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .mbr-section-title {
  margin-bottom: 20px !important;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .mbr-text {
  margin-bottom: 20px !important;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 12px 0;
  box-shadow: none;
  border: none !important;
  border-bottom: 2px solid #e1e1e1 !important;
  border-radius: 0 !important;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #e1e1e1;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .form-group .form-control:hover,
.cid-tOpREkcbrt .form-wrapper .dragArea.row .form-group .form-control:focus {
  box-shadow: none;
  border: none !important;
  border-bottom: 1px solid #e1e1e1 !important;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .form-group textarea {
  min-height: 124px;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #e1e1e1;
  border-color: #e1e1e1;
}
.cid-tOpREkcbrt .form-wrapper .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-tOpREkcbrt .mbr-section-title {
  color: #000000;
}
.cid-tOpREkcbrt .mbr-text {
  color: #000000;
}
.cid-tOpREkcbrt label {
  color: #000000;
}
.cid-tOpREGn2Qo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tOpREGn2Qo .container {
    padding: 0 25px;
  }
}
.cid-tOpREGn2Qo .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-tOpREGn2Qo .title-wrapper .mbr-section-title {
    margin-bottom: 50px;
  }
}
.cid-tOpREGn2Qo .panel-group {
  border-bottom: 2px solid #e1e1e1;
}
.cid-tOpREGn2Qo .panel-group .card {
  border-top: 2px solid #e1e1e1;
  border-radius: 0 !important;
  padding: 0;
}
.cid-tOpREGn2Qo .panel-group .card .card-header {
  padding: 16px 0;
  border: none;
  background-color: transparent;
}
.cid-tOpREGn2Qo .panel-group .card .card-header .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-tOpREGn2Qo .panel-group .card .card-header .panel-title:not(.collapsed) .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tOpREGn2Qo .panel-group .card .card-header .panel-title:hover .mbr-iconfont {
  color: #f0f0f0;
  box-shadow: inset 52px 0 0 0 #000000;
}
.cid-tOpREGn2Qo .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-tOpREGn2Qo .panel-group .card .card-header .panel-title .mbr-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  min-width: 52px;
  height: 52px;
  font-size: 20px;
  color: #000000;
  background-color: #f0f0f0;
  margin-left: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpREGn2Qo .panel-group .card .panel-collapse .panel-body {
  padding-bottom: 25px;
}
.cid-tOpREGn2Qo .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-tOpREGn2Qo .mbr-section-title {
  color: #000000;
}
.cid-tOpREGn2Qo .panel-title-edit {
  color: #000000;
}
.cid-tOpREGn2Qo .panel-text {
  color: #000000;
}
.cid-tOpRF1cLgc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tOpRF1cLgc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRF1cLgc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRF1cLgc .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpRF1cLgc .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpRF1cLgc .container {
    padding: 0 25px;
  }
}
.cid-tOpRF1cLgc .tab-content .tab-pane .content-wrap {
  padding: 10% 5% 15%;
  position: relative;
}
@media (max-width: 1199px) {
  .cid-tOpRF1cLgc .tab-content .tab-pane .content-wrap {
    padding: 10% 5% 25%;
  }
}
@media (max-width: 992px) {
  .cid-tOpRF1cLgc .tab-content .tab-pane .content-wrap {
    padding: 100px 25px;
  }
}
.cid-tOpRF1cLgc .tab-content .tab-pane .content-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOpRF1cLgc .tab-content .tab-pane .content-wrap .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-tOpRF1cLgc .tab-content .tab-pane .content-wrap .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpRF1cLgc .tabs-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -110px;
}
@media (max-width: 1199px) {
  .cid-tOpRF1cLgc .tabs-wrapper {
    margin-top: -220px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRF1cLgc .tabs-wrapper {
    display: block;
    margin: 0;
  }
}
.cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  border: none;
}
@media (max-width: 1199px) {
  .cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs {
    display: block;
  }
}
.cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item {
  display: flex;
  align-items: center;
  padding: 0;
  position: relative;
}
.cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item:hover::after,
.cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item:focus::after {
  display: none;
}
.cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item::after {
  content: '';
  position: absolute;
  right: -1px;
  height: 65%;
  width: 2px;
  background-color: #e1e1e1;
}
@media (max-width: 992px) {
  .cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item::after {
    display: none;
  }
}
.cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item:last-child::after {
  display: none;
}
@media (max-width: 1199px) {
  .cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item:nth-child(2)::after {
    display: none;
  }
}
.cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
  width: 100%;
  margin-bottom: 0;
  border: none;
  color: #000000;
  background-color: #ffffff;
  border-radius: 0 !important;
  padding: 40px 52px;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link {
    padding: 25px;
    text-align: center;
  }
}
.cid-tOpRF1cLgc .tabs-wrapper .nav.nav-tabs .nav-item .nav-link.active {
  background-color: #ef6f3f;
  color: #ffffff;
}
.cid-tOpRF1cLgc .mbr-section-title {
  color: #000000;
}
.cid-tOpRFmJcEi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tOpRFmJcEi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRFmJcEi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRFmJcEi .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRFmJcEi .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRFmJcEi .container {
    padding: 0 25px;
  }
}
.cid-tOpRFmJcEi .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-tOpRFmJcEi .row {
    padding-top: 45px;
  }
}
.cid-tOpRFmJcEi .item:hover .item-wrapper .item-img img,
.cid-tOpRFmJcEi .item:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateX(2%);
}
.cid-tOpRFmJcEi .item .item-wrapper {
  padding: 45px 0;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-tOpRFmJcEi .item .item-wrapper {
    padding: 0 0 32px 0;
  }
}
.cid-tOpRFmJcEi .item .item-wrapper .item-img {
  overflow: hidden;
}
.cid-tOpRFmJcEi .item .item-wrapper .item-img img {
  height: 200px;
  object-fit: cover;
  transform: scale(1.05) translateX(0);
  transition: all 0.3s ease-in-out;
}
.cid-tOpRFmJcEi .border-wrap {
  height: 2px;
  background-color: #3d3d3d;
}
@media (max-width: 992px) {
  .cid-tOpRFmJcEi .border-wrap {
    margin-top: 45px;
  }
}
.cid-tOpRFKwPWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRFKwPWT .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRFKwPWT .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRFKwPWT .container {
    padding: 0 25px;
  }
}
.cid-tOpRFKwPWT .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpRFKwPWT .item:focus,
.cid-tOpRFKwPWT span:focus {
  outline: none;
}
.cid-tOpRFKwPWT .item-wrapper {
  position: relative;
}
.cid-tOpRFKwPWT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 767px) {
  .cid-tOpRFKwPWT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tOpRFKwPWT .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-tOpRFKwPWT .embla__slide .slide-content:hover .item-wrapper .item-img img,
.cid-tOpRFKwPWT .embla__slide .slide-content:focus .item-wrapper .item-img img {
  transform: scale(1.05) translateY(-10px);
}
.cid-tOpRFKwPWT .embla__slide .slide-content:hover .item-wrapper .item-img .item-content,
.cid-tOpRFKwPWT .embla__slide .slide-content:focus .item-wrapper .item-img .item-content {
  transform: translateY(0);
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img {
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  min-height: 510px;
  position: relative;
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.05) translateY(0);
  transition: all 0.3s ease-in-out;
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img .item-content {
  width: 100%;
  background-color: #f0f0f0;
  position: relative;
  z-index: 1;
  transform: translateY(67px);
  transition: all 0.3s ease-in-out;
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img .item-content .content-wrap {
  padding: 30px;
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img .item-content .content-wrap .item-subtitle {
  margin-bottom: 0;
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img .item-content .content-wrap .item-title {
  margin-bottom: 16px;
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img .item-content .content-wrap .item-price {
  margin-bottom: 0;
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img .item-content .mbr-section-btn {
  width: 100%;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img .item-content .mbr-section-btn .btn {
  width: 100%;
  max-width: 100% !important;
  box-shadow: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px;
}
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img .item-content .mbr-section-btn .btn:hover,
.cid-tOpRFKwPWT .embla__slide .slide-content .item-wrapper .item-img .item-content .mbr-section-btn .btn:focus {
  box-shadow: none !important;
  color: #ffffff !important;
}
.cid-tOpRFKwPWT .embla__button--next,
.cid-tOpRFKwPWT .embla__button--prev {
  display: flex;
}
.cid-tOpRFKwPWT .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
.cid-tOpRFKwPWT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOpRFKwPWT .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-tOpRFKwPWT .embla__button.embla__button--prev {
    left: 0;
  }
}
.cid-tOpRFKwPWT .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-tOpRFKwPWT .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-tOpRFKwPWT .embla__button.embla__button--next {
    right: 0;
  }
}
.cid-tOpRFKwPWT .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-tOpRFKwPWT .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-tOpRFKwPWT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tOpRFKwPWT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOpRFKwPWT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOpRFKwPWT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOpRFKwPWT .mbr-section-title {
  color: #000000;
}
.cid-tOpRFKwPWT .item-subtitle {
  color: #000000;
}
.cid-tOpRFKwPWT .item-title {
  color: #000000;
}
.cid-tOpRFKwPWT .item-price {
  color: #000000;
}
.cid-tOpRG4zQkQ {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #ef6f3f;
}
.cid-tOpRG4zQkQ .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpRG4zQkQ .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpRG4zQkQ .container {
    padding: 0 25px;
  }
}
.cid-tOpRG4zQkQ .row {
  margin: 0;
}
.cid-tOpRG4zQkQ .row .card {
  padding: 0;
}
.cid-tOpRG4zQkQ .title-wrapper {
  display: flex;
  align-items: flex-end;
  position: relative;
  padding: 72px 72px 120px;
  height: 100%;
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .title-wrapper {
    padding: 45px 25px;
  }
}
.cid-tOpRG4zQkQ .title-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-tOpRG4zQkQ .title-wrapper .title-wrap {
  position: relative;
  z-index: 1;
}
.cid-tOpRG4zQkQ .title-wrapper .title-wrap .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpRG4zQkQ .item:focus,
.cid-tOpRG4zQkQ span:focus {
  outline: none;
}
.cid-tOpRG4zQkQ .item-wrapper {
  position: relative;
}
.cid-tOpRG4zQkQ .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tOpRG4zQkQ .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tOpRG4zQkQ .embla__slide .slide-content {
  padding: 100px 72px;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .embla__slide .slide-content {
    padding: 45px 25px;
  }
}
.cid-tOpRG4zQkQ .embla__slide .slide-content a .item-wrapper {
  padding: 0 45px;
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .embla__slide .slide-content a .item-wrapper {
    padding: 0;
  }
}
.cid-tOpRG4zQkQ .embla__slide .slide-content a .item-wrapper .item-img {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .embla__slide .slide-content a .item-wrapper .item-img {
    margin-bottom: 25px;
  }
}
.cid-tOpRG4zQkQ .embla__slide .slide-content a .item-wrapper .item-img img {
  height: 520px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .embla__slide .slide-content a .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tOpRG4zQkQ .embla__slide .slide-content a .item-content {
  padding: 0 75px;
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .embla__slide .slide-content a .item-content {
    padding: 0;
  }
}
.cid-tOpRG4zQkQ .embla__slide .slide-content a .item-content .item-subtitle {
  margin-bottom: 10px;
}
.cid-tOpRG4zQkQ .embla__slide .slide-content a .item-content .item-title {
  margin-bottom: 0;
}
.cid-tOpRG4zQkQ .embla__button--next,
.cid-tOpRG4zQkQ .embla__button--prev {
  display: flex;
}
.cid-tOpRG4zQkQ .embla__button {
  bottom: 8rem;
  width: 72px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #ffffff !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .embla__button {
    display: none;
  }
}
.cid-tOpRG4zQkQ .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOpRG4zQkQ .embla__button:hover {
  opacity: .7 !important;
}
.cid-tOpRG4zQkQ .embla__button.embla__button--prev {
  left: 72px;
}
.cid-tOpRG4zQkQ .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-tOpRG4zQkQ .embla__button.embla__button--next {
  right: 72px;
}
.cid-tOpRG4zQkQ .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .embla__button.embla__button--next {
    right: 25px;
  }
}
@media (max-width: 768px) {
  .cid-tOpRG4zQkQ .embla__button {
    bottom: 1rem;
  }
}
.cid-tOpRG4zQkQ .embla {
  position: relative;
  width: 100%;
}
.cid-tOpRG4zQkQ .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tOpRG4zQkQ .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOpRG4zQkQ .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOpRG4zQkQ .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOpRG4zQkQ .mbr-section-title {
  color: #ffffff;
}
.cid-tOpRG4zQkQ .item-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-tOpRG4zQkQ .item-title {
  color: #ffffff;
  text-align: center;
}
.cid-tOpRGsgAp8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRGsgAp8 .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tOpRGsgAp8 .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpRGsgAp8 .container {
    padding: 0 25px;
  }
}
.cid-tOpRGsgAp8 .item:focus,
.cid-tOpRGsgAp8 span:focus {
  outline: none;
}
.cid-tOpRGsgAp8 .item-wrapper {
  position: relative;
}
.cid-tOpRGsgAp8 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tOpRGsgAp8 .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tOpRGsgAp8 .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRGsgAp8 .embla__slide .slide-content {
    padding: 0 25px;
  }
}
.cid-tOpRGsgAp8 .embla__slide .slide-content .item-wrapper .item-img img {
  height: 300px;
  object-fit: cover;
  border-radius: 100% !important;
}
@media (max-width: 992px) {
  .cid-tOpRGsgAp8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 200px;
  }
}
@media (max-width: 768px) {
  .cid-tOpRGsgAp8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 150px;
  }
}
@media (max-width: 500px) {
  .cid-tOpRGsgAp8 .embla__slide .slide-content .item-wrapper .item-img img {
    height: 110px;
  }
}
.cid-tOpRGsgAp8 .embla__button--next,
.cid-tOpRGsgAp8 .embla__button--prev {
  display: flex;
}
.cid-tOpRGsgAp8 .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOpRGsgAp8 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOpRGsgAp8 .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-tOpRGsgAp8 .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-tOpRGsgAp8 .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-tOpRGsgAp8 .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-tOpRGsgAp8 .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-tOpRGsgAp8 .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-tOpRGsgAp8 .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-tOpRGsgAp8 .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tOpRGsgAp8 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOpRGsgAp8 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOpRGsgAp8 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOpRGVlBCy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 992px) {
  .cid-tOpRGVlBCy .container {
    padding: 0 25px;
  }
}
.cid-tOpRGVlBCy .item:focus,
.cid-tOpRGVlBCy span:focus {
  outline: none;
}
.cid-tOpRGVlBCy .item-wrapper {
  position: relative;
}
.cid-tOpRGVlBCy .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 100%;
  max-width: 100%;
}
@media (max-width: 767px) {
  .cid-tOpRGVlBCy .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tOpRGVlBCy .embla__slide .slide-content {
  padding: 0 15%;
  width: 100%;
  border-radius: 0 !important;
}
@media (max-width: 768px) {
  .cid-tOpRGVlBCy .embla__slide .slide-content {
    padding: 0;
  }
}
.cid-tOpRGVlBCy .embla__slide .slide-content .item-wrapper .item-img {
  margin-bottom: 50px;
}
.cid-tOpRGVlBCy .embla__slide .slide-content .item-wrapper .item-img img {
  height: 84px;
  width: 84px;
  display: inline-flex;
  object-fit: cover;
}
.cid-tOpRGVlBCy .embla__slide .slide-content .item-content .mbr-text {
  margin-bottom: 50px;
}
.cid-tOpRGVlBCy .embla__slide .slide-content .item-content .mbr-role {
  margin-bottom: 6px;
}
.cid-tOpRGVlBCy .embla__slide .slide-content .item-content .mbr-name {
  margin-bottom: 0;
}
.cid-tOpRGVlBCy .embla__button--next,
.cid-tOpRGVlBCy .embla__button--prev {
  display: flex;
}
.cid-tOpRGVlBCy .embla__button {
  bottom: 50%;
  width: 72px;
  height: 20px;
  margin-top: -1.5rem;
  font-size: 18px;
  background-color: transparent !important;
  color: #000000 !important;
  border: none;
  border-radius: 0;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1 !important;
}
@media (max-width: 768px) {
  .cid-tOpRGVlBCy .embla__button {
    display: none;
  }
}
.cid-tOpRGVlBCy .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOpRGVlBCy .embla__button:hover {
  opacity: .7 !important;
}
.cid-tOpRGVlBCy .embla__button.embla__button--prev {
  left: 0;
}
.cid-tOpRGVlBCy .embla__button.embla__button--prev .mbr-prev {
  font-family: "Archivo", sans-serif;
}
.cid-tOpRGVlBCy .embla__button.embla__button--next {
  right: 0;
}
.cid-tOpRGVlBCy .embla__button.embla__button--next .mbr-next {
  font-family: "Archivo", sans-serif;
}
@media (max-width: 768px) {
  .cid-tOpRGVlBCy .embla__button {
    bottom: auto;
    top: 4rem;
  }
}
.cid-tOpRGVlBCy .embla {
  position: relative;
  width: 100%;
}
.cid-tOpRGVlBCy .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tOpRGVlBCy .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOpRGVlBCy .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOpRGVlBCy .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOpRGVlBCy .mbr-text {
  color: #000000;
}
.cid-tOpRGVlBCy .mbr-role {
  color: #000000;
  text-align: center;
}
.cid-tOpRGVlBCy .mbr-name {
  color: #000000;
  text-align: center;
}
.cid-tOpRGVlBCy .mbr-text,
.cid-tOpRGVlBCy .item-img {
  text-align: center;
}
.cid-tOpRHiyWWT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #cbc97a;
  position: relative;
}
.cid-tOpRHiyWWT::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 40%;
  width: 100%;
  background-color: #f7f7f7;
}
.cid-tOpRHiyWWT .container-fluid {
  padding: 0;
  z-index: 1;
}
@media (max-width: 992px) {
  .cid-tOpRHiyWWT .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-tOpRHiyWWT .container {
    padding: 0 25px;
  }
}
.cid-tOpRHiyWWT .title-wrapper {
  padding: 0 45px;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-tOpRHiyWWT .title-wrapper {
    padding: 0 25px;
  }
}
.cid-tOpRHiyWWT .title-wrapper .mbr-section-title {
  margin-bottom: 10px;
}
.cid-tOpRHiyWWT .title-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-tOpRHiyWWT .item:focus,
.cid-tOpRHiyWWT span:focus {
  outline: none;
}
.cid-tOpRHiyWWT .item-wrapper {
  position: relative;
}
.cid-tOpRHiyWWT .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 810px;
  max-width: 810px;
}
@media (max-width: 992px) {
  .cid-tOpRHiyWWT .embla__slide {
    min-width: 710px;
    max-width: 710px;
  }
}
@media (max-width: 767px) {
  .cid-tOpRHiyWWT .embla__slide {
    min-width: 100%;
    max-width: 100%;
  }
}
.cid-tOpRHiyWWT .embla__slide .slide-content {
  width: 100%;
  border-radius: 0 !important;
}
.cid-tOpRHiyWWT .embla__slide .slide-content .item-wrapper .item-img img {
  height: 450px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-tOpRHiyWWT .embla__slide .slide-content .item-wrapper .item-img img {
    height: 350px;
  }
}
.cid-tOpRHiyWWT .embla__button--next,
.cid-tOpRHiyWWT .embla__button--prev {
  display: flex;
}
.cid-tOpRHiyWWT .embla__button {
  bottom: 0;
  width: 40px;
  height: 40px;
  margin-top: -1.5rem;
  font-size: 20px;
  background-color: #f0f0f0 !important;
  color: #000000 !important;
  border: none;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tOpRHiyWWT .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-tOpRHiyWWT .embla__button.embla__button--prev {
  left: 45%;
}
@media (max-width: 768px) {
  .cid-tOpRHiyWWT .embla__button.embla__button--prev {
    left: 25px;
  }
}
.cid-tOpRHiyWWT .embla__button.embla__button--prev:hover {
  box-shadow: inset -40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-tOpRHiyWWT .embla__button.embla__button--next {
  right: 45%;
}
@media (max-width: 768px) {
  .cid-tOpRHiyWWT .embla__button.embla__button--next {
    right: 25px;
  }
}
.cid-tOpRHiyWWT .embla__button.embla__button--next:hover {
  box-shadow: inset 40px 0 0 0 #000000 !important;
  color: #f0f0f0 !important;
}
.cid-tOpRHiyWWT .embla {
  position: relative;
  width: 100%;
  padding-bottom: 6rem;
}
.cid-tOpRHiyWWT .embla__viewport {
  overflow: hidden;
  width: 100%;
  margin-right: 1rem;
}
.cid-tOpRHiyWWT .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-tOpRHiyWWT .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-tOpRHiyWWT .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-tOpRHiyWWT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tOpRHiyWWT .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tOpRHLaIcc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tOpRHLaIcc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRHLaIcc .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-tOpRHLaIcc .container {
    padding: 0 25px;
  }
}
.cid-tOpRHLaIcc .title-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
.cid-tOpRHLaIcc .item:first-child .item-wrapper {
  background-color: #f0f0f0;
}
.cid-tOpRHLaIcc .item:first-child .item-wrapper .card-box .list .item-wrap::after {
  color: #f0f0f0;
  background-color: #000000;
}
.cid-tOpRHLaIcc .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-tOpRHLaIcc .item .item-wrapper .card-box .item-title {
  padding: 30px 40px;
  margin-bottom: 0;
  border-bottom: 2px solid #e1e1e1;
}
.cid-tOpRHLaIcc .item .item-wrapper .card-box .mbr-price {
  padding: 16px 40px;
  border-bottom: 2px solid #e1e1e1;
}
.cid-tOpRHLaIcc .item .item-wrapper .card-box .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tOpRHLaIcc .item .item-wrapper .card-box .list .item-wrap {
  position: relative;
  padding: 16px 72px;
  border-bottom: 2px solid #e1e1e1;
}
@media (max-width: 768px) {
  .cid-tOpRHLaIcc .item .item-wrapper .card-box .list .item-wrap {
    padding: 16px 50px;
  }
}
.cid-tOpRHLaIcc .item .item-wrapper .card-box .list .item-wrap::after {
  content: '✓';
  position: absolute;
  top: 13px;
  left: 32px;
  width: 32px;
  height: 32px;
  font-size: 16px;
  color: #000000;
  background-color: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .cid-tOpRHLaIcc .item .item-wrapper .card-box .list .item-wrap::after {
    left: 10px;
  }
}
.cid-tOpRHLaIcc .item .item-wrapper .card-box .mbr-section-btn {
  padding: 42px 56px;
}
@media (max-width: 768px) {
  .cid-tOpRHLaIcc .item .item-wrapper .card-box .mbr-section-btn {
    padding: 42px 40px;
  }
}
.cid-tOpRHLaIcc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-tOpRHLaIcc .item-title {
  color: #000000;
}
.cid-tOpRHLaIcc .mbr-price {
  color: #000000;
  text-align: center;
}
.cid-tOpRHLaIcc .list {
  color: #000000;
  text-align: center;
}
.cid-tOpRHLaIcc .item-title,
.cid-tOpRHLaIcc .mbr-section-btn {
  text-align: center;
}
.cid-tOpRiewsW6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #000000;
}
.cid-tOpRiewsW6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tOpRiewsW6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tOpRiewsW6 .container-fluid {
  padding: 0 45px;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .container-fluid {
    padding: 0 25px;
  }
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .container {
    padding: 0 25px;
  }
}
.cid-tOpRiewsW6 .row {
  justify-content: space-between;
}
.cid-tOpRiewsW6 .title-wrapper {
  margin-bottom: 150px;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .title-wrapper {
    margin-bottom: 50px;
  }
}
.cid-tOpRiewsW6 .title-wrapper .mbr-section-title {
  margin-bottom: 15px;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper {
  margin-top: 35px;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item {
  margin-right: 40px;
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item {
    margin-right: 20px;
  }
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item a {
  display: block;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont,
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item a:hover .mbr-iconfont {
  opacity: .5;
}
.cid-tOpRiewsW6 .title-wrapper .social-wrapper .soc-wrap .soc-item a .mbr-iconfont {
  font-size: 22px;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRiewsW6 .list-content {
  margin-bottom: 150px;
  display: flex;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .list-content {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .list-content {
    display: block;
  }
}
.cid-tOpRiewsW6 .list-content .nav-wrapper,
.cid-tOpRiewsW6 .list-content .contact-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .list-content .nav-wrapper,
  .cid-tOpRiewsW6 .list-content .contact-wrapper {
    margin-bottom: 60px;
    width: 100%;
  }
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .mbr-list-title,
.cid-tOpRiewsW6 .list-content .contact-wrapper .mbr-list-title {
  margin-bottom: 30px;
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .list,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .list .item-wrap,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap {
  opacity: .7;
  margin-bottom: 10px;
  transition: all 0.3s ease-in-out;
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap:hover,
.cid-tOpRiewsW6 .list-content .nav-wrapper .list .item-wrap:hover,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap:hover {
  opacity: 1;
}
.cid-tOpRiewsW6 .list-content .nav-wrapper .list .item-wrap:last-child,
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tOpRiewsW6 .list-content .contact-wrapper {
  margin-left: 30px;
}
@media (max-width: 992px) {
  .cid-tOpRiewsW6 .list-content .contact-wrapper {
    margin-left: 0;
  }
}
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap {
  margin-bottom: 20px;
}
.cid-tOpRiewsW6 .list-content .contact-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
.cid-tOpRiewsW6 .copy-wrapper {
  padding: 30px 0;
  border-top: 2px solid #000000;
  display: flex;
  justify-content: space-between;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .copy-wrapper {
    display: block;
    text-align: center;
  }
}
.cid-tOpRiewsW6 .copy-wrapper .logo-wrapper {
  display: inline-flex;
  align-items: center;
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .copy-wrapper .logo-wrapper {
    margin-bottom: 16px;
  }
}
.cid-tOpRiewsW6 .copy-wrapper .logo-wrapper img {
  width: 60px;
  height: 60px;
  object-fit: contain;
}
.cid-tOpRiewsW6 .copy-wrapper .logo-wrapper .mbr-brand {
  margin: 0 0 0 20px;
}
.cid-tOpRiewsW6 .copy-wrapper .mbr-copy {
  opacity: .7;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cid-tOpRiewsW6 .copy-wrapper .mbr-copy {
    text-align: center;
  }
}
.cid-tOpRiewsW6 .mbr-section-title {
  color: #ffffff;
}
.cid-tOpRiewsW6 .mbr-list-title {
  color: #ffffff;
}
.cid-tOpRiewsW6 .list {
  color: #ffffff;
}
.cid-tOpRiewsW6 .mbr-copy {
  color: #ffffff;
  text-align: right;
}
.cid-tOpRiewsW6 .mbr-brand {
  color: #ffffff;
}
