body {
  font-family: Space Grotesk;
}
.display-1 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 4.4rem;
  line-height: 1.1285em;
  letter-spacing: .02em;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.6rem;
  line-height: 1.1666em;
  letter-spacing: .02em;
}
.display-2 > .mbr-iconfont {
  font-size: 3.25rem;
}
.display-4 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 2.125rem;
  line-height: 1.2058em;
  letter-spacing: .02em;
}
.display-5 > .mbr-iconfont {
  font-size: 2.65625rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.4em;
}
.display-7 > .mbr-iconfont {
  font-size: 1.40625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.52rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.08rem;
    font-size: calc( 1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.56rem + (2.6 - 1.56) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.7rem;
    font-size: calc( 1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3937499999999998rem + (2.125 - 1.3937499999999998) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 22px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 22px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #3d4d46 !important;
}
.bg-info {
  background-color: #000000 !important;
}
.bg-warning {
  background-color: #6a5458 !important;
}
.bg-danger {
  background-color: #706359 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #545454 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080 !important;
  background-color: #d4d4d4 !important;
  border-color: #d4d4d4 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a4a2a2 !important;
  border-color: #a4a2a2 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #797676 !important;
  border-color: #797676 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #797676 !important;
  border-color: #797676 !important;
}
.btn-info,
.btn-info:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #171d1a !important;
  border-color: #171d1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #6a5458 !important;
  border-color: #6a5458 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #3a2e30 !important;
  border-color: #3a2e30 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #3a2e30 !important;
  border-color: #3a2e30 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #706359 !important;
  border-color: #706359 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #403833 !important;
  border-color: #403833 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #ffffff;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #a4a2a2;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #797676 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a4a2a2 !important;
  border-color: #a4a2a2 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #3d4d46;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #171d1a !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3d4d46 !important;
  border-color: #3d4d46 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #6a5458;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #3a2e30 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #6a5458 !important;
  border-color: #6a5458 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #706359;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #403833 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #706359 !important;
  border-color: #706359 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: transparent;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: transparent!important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #a4a2a2 !important;
}
.text-success {
  color: #3d4d46 !important;
}
.text-info {
  color: #000000 !important;
}
.text-warning {
  color: #6a5458 !important;
}
.text-danger {
  color: #706359 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #cccccc !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #716f6f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #101412 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #312729 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #37312c !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: #ffffff;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #000000;
}
.alert-warning {
  background-color: #6a5458;
}
.alert-danger {
  background-color: #706359;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #afc0b9;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #b3b3b3;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #aa9498;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #afa39a;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #ffffff !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Space Grotesk', sans-serif;
  font-size: 1rem;
  line-height: 1.33334em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !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: #a4a2a2 !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='%23ffffff' %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 {
  height: 44px;
  padding: 12px 26px;
  box-shadow: none;
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  background-size: 100% 100%,90% 100%;
  background-position: 0 0, -1000% 0;
  background-repeat: no-repeat;
  transition: all 0.6s ease-out;
  color: #000000 !important;
  border: none;
  font-weight: 400;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover {
  background-position: 0 0,150% 0;
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont {
  margin-left: 15px;
  margin-right: 3px;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 18px;
  font-size: 16px;
  transition: all 0.6s ease-out;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-ttRnlSkg2R {
  background-image: url("../../../assets/images/ufo-2000x837.jpg");
}
.cid-ttRnlSkg2R .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRnlSkg2R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ttRnlSkg2R .container-fluid {
  margin: 0;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .cid-ttRnlSkg2R .container-fluid {
    padding: 0 25px;
  }
}
.cid-ttRnlSkg2R .container-fluid .row {
  padding: 0;
}
.cid-ttRnlSkg2R .title-wrapper {
  padding-top: 35%;
}
@media (max-width: 992px) {
  .cid-ttRnlSkg2R .title-wrapper {
    padding-top: 0;
  }
}
.cid-ttRnlSkg2R .title-wrapper .mbr-section-title {
  margin-bottom: 48px;
}
.cid-ttRnlSkg2R .title-wrapper .mbr-text {
  margin-bottom: 48px;
}
.cid-ttRnlSkg2R .title-wrapper .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnlSkg2R .mbr-section-title {
  color: #ffffff;
}
.cid-ttRnlSkg2R .mbr-text {
  color: #07ff00;
}
.cid-ttRnlSkg2R .mbr-section-title,
.cid-ttRnlSkg2R .mbr-section-btn {
  text-align: left;
}
.cid-ttRnUIE511 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/ufo1-1376x512.png");
}
.cid-ttRnUIE511 .mbr-fallback-image.disabled {
  display: none;
}
.cid-ttRnUIE511 .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-ttRnUIE511 .row {
    padding: 0 13px;
  }
}
.cid-ttRnUIE511 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-ttRnUIE511 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-ttRnUIE511 .cards-wrapper {
  padding-top: 12px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .cid-ttRnUIE511 .cards-wrapper {
    display: block;
  }
}
.cid-ttRnUIE511 .cards-wrapper .card-wrap {
  margin-left: 8px;
}
.cid-ttRnUIE511 .cards-wrapper .card-wrap:first-child {
  margin-left: 0;
}
@media (max-width: 992px) {
  .cid-ttRnUIE511 .cards-wrapper .card-wrap {
    margin-bottom: 30px;
  }
}
@media (max-width: 768px) {
  .cid-ttRnUIE511 .cards-wrapper .card-wrap {
    margin-left: 0;
  }
}
.cid-ttRnUIE511 .cards-wrapper .card-wrap .card-title {
  margin: 6px 0 20px;
}
.cid-ttRnUIE511 .cards-wrapper .card-wrap .card-text {
  margin: 0;
}
@media (max-width: 992px) {
  .cid-ttRnUIE511 form {
    margin-top: 48px;
  }
}
.cid-ttRnUIE511 form .dragArea.row .form-group {
  padding: 0 12.5px;
}
.cid-ttRnUIE511 form .dragArea.row .form-group .form-control {
  background-color: transparent;
  padding: 8px 13px;
  border: none !important;
  border-bottom: 1px solid #ffffff !important;
  margin-bottom: 14px !important;
  border-radius: 0;
  box-shadow: none;
}
.cid-ttRnUIE511 form .dragArea.row .form-group .form-control::placeholder {
  color: #a4a2a2;
}
.cid-ttRnUIE511 form .dragArea.row .form-group textarea {
  padding: 18px 13px;
}
.cid-ttRnUIE511 form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #ffffff;
  border-color: #ffffff;
}
.cid-ttRnUIE511 form .dragArea.row .mbr-section-btn {
  margin-top: 60px;
  width: 100%;
  justify-content: flex-end;
  display: flex;
}
.cid-ttRnUIE511 form .dragArea.row .mbr-section-btn .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ffffff 100%), radial-gradient(circle at 50% 50%, #ffffff 0, rgba(255, 255, 255, 0) 70%);
  color: #fafafa !important;
}
.cid-ttRnUIE511 .mbr-section-title {
  color: #b6b6b6;
}
.cid-ttRnUIE511 .mbr-text {
  color: #b6b6b6;
}
.cid-ttRnUIE511 .card-title {
  color: #ffffff;
}
.cid-ttRnUIE511 .card-text {
  color: #b6b6b6;
}
.cid-ttRnUIE511 label {
  color: #b6b6b6;
}
.cid-ttRnUIE511 .form-check-label {
  color: #b6b6b6;
}
.cid-tILSHkzE2L {
  padding-top: 7rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tILSHkzE2L .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILSHkzE2L .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-tILSHkzE2L .display-1 {
    font-size: 6rem;
  }
}
@media (max-width: 767px) {
  .cid-tILSHkzE2L .display-1 {
    font-size: 2.4rem;
  }
}
.cid-tILSHkzE2L a {
  font-weight: bold;
}
.cid-tILSHkzE2L .mbr-section-title {
  text-align: center;
  color: #151515;
  background: #af9fff;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-tILSHkzE2L .mbr-section-title {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-tILSHkzE2L .mbr-section-title {
    padding-top: 1.6rem;
  }
}
.cid-tILSHkzE2L .mbr-text {
  text-align: center;
  color: #151515;
  background: #151515;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-tILSHkzE2L .mbr-text {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-tILSHkzE2L .mbr-text {
    padding-top: 1.6rem;
  }
}
.cid-tILSHkzE2L .mbr-section-subtitle {
  text-align: center;
  color: #af9fff;
  background: #151515;
  width: fit-content;
  margin: auto;
  padding: 0 3rem;
  padding-bottom: 2rem;
  border-radius: 6rem;
}
@media (max-width: 992px) {
  .cid-tILSHkzE2L .mbr-section-subtitle {
    padding-top: 0.8rem;
  }
}
@media (max-width: 767px) {
  .cid-tILSHkzE2L .mbr-section-subtitle {
    padding-top: 1.6rem;
  }
}
.cid-tILSHkzE2L .mbr-text,
.cid-tILSHkzE2L .mbr-section-btn {
  text-align: center;
  color: #af9fff;
}
#custom-html-15 {
  /* Type valid CSS here */
}
#custom-html-15 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-15 p {
  font-size: 60px;
  color: #777;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tILV1j9Ewa {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILV1j9Ewa .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILV1j9Ewa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILV1j9Ewa .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILV1j9Ewa .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILV1j9Ewa .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILV1j9Ewa .container {
    padding: 0 20px;
  }
  .cid-tILV1j9Ewa .container .row {
    padding: 0;
  }
}
.cid-tILV1j9Ewa .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILV1j9Ewa .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILV1j9Ewa .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILV1j9Ewa .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILV1j9Ewa .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILV1j9Ewa .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILV1j9Ewa .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILV1j9Ewa .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILV1j9Ewa .mbr-section-title {
  color: #222222;
}
.cid-tILV1j9Ewa .mbr-text {
  color: #a4a2a2;
}
.cid-tILV1j9Ewa .mbr-section-title,
.cid-tILV1j9Ewa .mbr-section-btn {
  color: #ffffff;
}
.cid-tILJnpkroi {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILJnpkroi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILJnpkroi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILJnpkroi .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILJnpkroi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILJnpkroi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILJnpkroi .container {
    padding: 0 20px;
  }
  .cid-tILJnpkroi .container .row {
    padding: 0;
  }
}
.cid-tILJnpkroi .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILJnpkroi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILJnpkroi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILJnpkroi .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILJnpkroi .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILJnpkroi .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILJnpkroi .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILJnpkroi .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILJnpkroi .mbr-section-title {
  color: #222222;
}
.cid-tILJnpkroi .mbr-text {
  color: #616161;
}
.cid-tILLNh5cX0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILLNh5cX0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILLNh5cX0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILLNh5cX0 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILLNh5cX0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILLNh5cX0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILLNh5cX0 .container {
    padding: 0 20px;
  }
  .cid-tILLNh5cX0 .container .row {
    padding: 0;
  }
}
.cid-tILLNh5cX0 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILLNh5cX0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILLNh5cX0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILLNh5cX0 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILLNh5cX0 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILLNh5cX0 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILLNh5cX0 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILLNh5cX0 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILLNh5cX0 .mbr-section-title {
  color: #222222;
}
.cid-tILLNh5cX0 .mbr-text {
  color: #a4a2a2;
}
.cid-tILLNh5cX0 .mbr-section-title,
.cid-tILLNh5cX0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tILUyK6FFz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILUyK6FFz .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILUyK6FFz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILUyK6FFz .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILUyK6FFz .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILUyK6FFz .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILUyK6FFz .container {
    padding: 0 20px;
  }
  .cid-tILUyK6FFz .container .row {
    padding: 0;
  }
}
.cid-tILUyK6FFz .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILUyK6FFz .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILUyK6FFz .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILUyK6FFz .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILUyK6FFz .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILUyK6FFz .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILUyK6FFz .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILUyK6FFz .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILUyK6FFz .mbr-section-title {
  color: #222222;
}
.cid-tILUyK6FFz .mbr-text {
  color: #616161;
}
.cid-tILZeFoKDZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILZeFoKDZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILZeFoKDZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILZeFoKDZ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILZeFoKDZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILZeFoKDZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILZeFoKDZ .container {
    padding: 0 20px;
  }
  .cid-tILZeFoKDZ .container .row {
    padding: 0;
  }
}
.cid-tILZeFoKDZ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILZeFoKDZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILZeFoKDZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILZeFoKDZ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILZeFoKDZ .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILZeFoKDZ .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILZeFoKDZ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILZeFoKDZ .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILZeFoKDZ .mbr-section-title {
  color: #222222;
}
.cid-tILZeFoKDZ .mbr-text {
  color: #a4a2a2;
}
.cid-tILZeFoKDZ .mbr-section-title,
.cid-tILZeFoKDZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM0eC0Qsb {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM0eC0Qsb .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM0eC0Qsb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM0eC0Qsb .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM0eC0Qsb .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM0eC0Qsb .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM0eC0Qsb .container {
    padding: 0 20px;
  }
  .cid-tIM0eC0Qsb .container .row {
    padding: 0;
  }
}
.cid-tIM0eC0Qsb .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM0eC0Qsb .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM0eC0Qsb .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM0eC0Qsb .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM0eC0Qsb .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM0eC0Qsb .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM0eC0Qsb .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM0eC0Qsb .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM0eC0Qsb .mbr-section-title {
  color: #222222;
}
.cid-tIM0eC0Qsb .mbr-text {
  color: #616161;
}
.cid-tIM0R71Lbj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM0R71Lbj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM0R71Lbj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM0R71Lbj .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM0R71Lbj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM0R71Lbj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM0R71Lbj .container {
    padding: 0 20px;
  }
  .cid-tIM0R71Lbj .container .row {
    padding: 0;
  }
}
.cid-tIM0R71Lbj .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM0R71Lbj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM0R71Lbj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM0R71Lbj .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM0R71Lbj .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM0R71Lbj .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM0R71Lbj .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM0R71Lbj .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM0R71Lbj .mbr-section-title {
  color: #222222;
}
.cid-tIM0R71Lbj .mbr-text {
  color: #a4a2a2;
}
.cid-tIM0R71Lbj .mbr-section-title,
.cid-tIM0R71Lbj .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM0Z05YY8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM0Z05YY8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM0Z05YY8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM0Z05YY8 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM0Z05YY8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM0Z05YY8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM0Z05YY8 .container {
    padding: 0 20px;
  }
  .cid-tIM0Z05YY8 .container .row {
    padding: 0;
  }
}
.cid-tIM0Z05YY8 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM0Z05YY8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM0Z05YY8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM0Z05YY8 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM0Z05YY8 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM0Z05YY8 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM0Z05YY8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM0Z05YY8 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM0Z05YY8 .mbr-section-title {
  color: #222222;
}
.cid-tIM0Z05YY8 .mbr-text {
  color: #616161;
}
.cid-tIM2PAG63g {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM2PAG63g .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM2PAG63g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM2PAG63g .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM2PAG63g .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM2PAG63g .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM2PAG63g .container {
    padding: 0 20px;
  }
  .cid-tIM2PAG63g .container .row {
    padding: 0;
  }
}
.cid-tIM2PAG63g .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM2PAG63g .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM2PAG63g .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM2PAG63g .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM2PAG63g .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM2PAG63g .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM2PAG63g .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM2PAG63g .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM2PAG63g .mbr-section-title {
  color: #222222;
}
.cid-tIM2PAG63g .mbr-text {
  color: #a4a2a2;
}
.cid-tIM2PAG63g .mbr-section-title,
.cid-tIM2PAG63g .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM6EnwXbv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM6EnwXbv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM6EnwXbv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM6EnwXbv .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM6EnwXbv .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM6EnwXbv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM6EnwXbv .container {
    padding: 0 20px;
  }
  .cid-tIM6EnwXbv .container .row {
    padding: 0;
  }
}
.cid-tIM6EnwXbv .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM6EnwXbv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM6EnwXbv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM6EnwXbv .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM6EnwXbv .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM6EnwXbv .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM6EnwXbv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM6EnwXbv .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM6EnwXbv .mbr-section-title {
  color: #222222;
}
.cid-tIM6EnwXbv .mbr-text {
  color: #616161;
}
.cid-tIMhogN2cc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMhogN2cc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMhogN2cc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMhogN2cc .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMhogN2cc .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMhogN2cc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMhogN2cc .container {
    padding: 0 20px;
  }
  .cid-tIMhogN2cc .container .row {
    padding: 0;
  }
}
.cid-tIMhogN2cc .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMhogN2cc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMhogN2cc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMhogN2cc .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMhogN2cc .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMhogN2cc .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMhogN2cc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMhogN2cc .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMhogN2cc .mbr-section-title {
  color: #222222;
}
.cid-tIMhogN2cc .mbr-text {
  color: #a4a2a2;
}
.cid-tIMhogN2cc .mbr-section-title,
.cid-tIMhogN2cc .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMVnRvY78 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMVnRvY78 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMVnRvY78 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMVnRvY78 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMVnRvY78 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMVnRvY78 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMVnRvY78 .container {
    padding: 0 20px;
  }
  .cid-tIMVnRvY78 .container .row {
    padding: 0;
  }
}
.cid-tIMVnRvY78 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMVnRvY78 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMVnRvY78 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMVnRvY78 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMVnRvY78 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMVnRvY78 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMVnRvY78 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMVnRvY78 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMVnRvY78 .mbr-section-title {
  color: #222222;
}
.cid-tIMVnRvY78 .mbr-text {
  color: #616161;
}
.cid-tIMXEsGDeP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMXEsGDeP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMXEsGDeP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMXEsGDeP .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMXEsGDeP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMXEsGDeP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMXEsGDeP .container {
    padding: 0 20px;
  }
  .cid-tIMXEsGDeP .container .row {
    padding: 0;
  }
}
.cid-tIMXEsGDeP .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMXEsGDeP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMXEsGDeP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMXEsGDeP .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMXEsGDeP .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMXEsGDeP .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMXEsGDeP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMXEsGDeP .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMXEsGDeP .mbr-section-title {
  color: #222222;
}
.cid-tIMXEsGDeP .mbr-text {
  color: #a4a2a2;
}
.cid-tIMXEsGDeP .mbr-section-title,
.cid-tIMXEsGDeP .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMYnuZHnh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMYnuZHnh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMYnuZHnh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMYnuZHnh .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMYnuZHnh .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMYnuZHnh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMYnuZHnh .container {
    padding: 0 20px;
  }
  .cid-tIMYnuZHnh .container .row {
    padding: 0;
  }
}
.cid-tIMYnuZHnh .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMYnuZHnh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMYnuZHnh .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMYnuZHnh .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMYnuZHnh .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMYnuZHnh .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMYnuZHnh .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMYnuZHnh .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMYnuZHnh .mbr-section-title {
  color: #222222;
}
.cid-tIMYnuZHnh .mbr-text {
  color: #616161;
}
.cid-tILKdDuooG {
  z-index: 1000;
  width: 100%;
}
.cid-tILKdDuooG .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tILKdDuooG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tILKdDuooG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .menu_box .navbar.opened,
  .cid-tILKdDuooG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tILKdDuooG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tILKdDuooG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tILKdDuooG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tILKdDuooG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tILKdDuooG .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-tILKdDuooG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tILKdDuooG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tILKdDuooG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tILKdDuooG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tILKdDuooG .offcanvas-body .mbr-text,
  .cid-tILKdDuooG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tILKdDuooG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tILKdDuooG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tILKdDuooG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tILKdDuooG .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-tILKdDuooG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tILKdDuooG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tILKdDuooG .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tILKdDuooG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tILKdDuooG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .nav-item {
    margin: 0 !important;
  }
}
.cid-tILKdDuooG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tILKdDuooG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tILKdDuooG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tILKdDuooG .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-tILKdDuooG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tILKdDuooG .offcanvas_box {
    display: none;
  }
}
.cid-tILKdDuooG .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tILKdDuooG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tILKdDuooG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tILKdDuooG .container {
  display: flex;
  margin: auto;
}
.cid-tILKdDuooG .iconfont-wrapper {
  color: #ffffff;
  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-tILKdDuooG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tILKdDuooG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tILKdDuooG .navbar-caption {
  color: #ffffff;
}
.cid-tILKdDuooG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tILKdDuooG .navbar-nav {
    margin: 0;
  }
}
.cid-tILKdDuooG .dropdown-menu,
.cid-tILKdDuooG .navbar.opened {
  background-color: true !important;
}
.cid-tILKdDuooG .nav-item:focus,
.cid-tILKdDuooG .nav-link:focus {
  outline: none;
}
.cid-tILKdDuooG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tILKdDuooG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tILKdDuooG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tILKdDuooG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tILKdDuooG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tILKdDuooG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tILKdDuooG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tILKdDuooG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tILKdDuooG .navbar.opened {
  transition: all 0.3s;
}
.cid-tILKdDuooG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tILKdDuooG .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tILKdDuooG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tILKdDuooG .navbar.collapsed {
  justify-content: center;
}
.cid-tILKdDuooG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tILKdDuooG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tILKdDuooG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tILKdDuooG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tILKdDuooG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tILKdDuooG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tILKdDuooG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tILKdDuooG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tILKdDuooG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tILKdDuooG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tILKdDuooG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tILKdDuooG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tILKdDuooG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tILKdDuooG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tILKdDuooG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tILKdDuooG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tILKdDuooG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tILKdDuooG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tILKdDuooG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tILKdDuooG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tILKdDuooG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tILKdDuooG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tILKdDuooG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tILKdDuooG .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-tILKdDuooG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tILKdDuooG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tILKdDuooG .dropdown-item.active,
.cid-tILKdDuooG .dropdown-item:active {
  background-color: transparent;
}
.cid-tILKdDuooG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tILKdDuooG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tILKdDuooG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tILKdDuooG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tILKdDuooG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tILKdDuooG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tILKdDuooG 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: #000000;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tILKdDuooG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tILKdDuooG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tILKdDuooG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tILKdDuooG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tILKdDuooG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tILKdDuooG .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-tILKdDuooG .navbar {
    height: 70px;
  }
  .cid-tILKdDuooG .navbar.opened {
    height: auto;
  }
  .cid-tILKdDuooG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tILKdDuooG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tILKdDuooG .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tILKdDuooG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tILKdDuooG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tILKdDuooG .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tILKdDuooG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tILKdDuooG .mbr-section-btn .btn,
.cid-tILKdDuooG .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tILKdDuooG .mbr-section-subtitle {
  color: #000000;
}
.cid-tILKdDuooG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tILKdDuooG .text_widget {
  color: #000000;
}
.cid-tILKdDuooG .mbr-section-subtitle,
.cid-tILKdDuooG .text_widget,
.cid-tILKdDuooG .mbr-section-btn {
  text-align: center;
}
.cid-tILKdDuooG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tKvtlMclpd {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tKvtlMclpd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tKvtlMclpd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tKvtlMclpd .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tKvtlMclpd .container-fluid {
    padding: 0 20px;
  }
}
.cid-tKvtlMclpd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tKvtlMclpd .container {
    padding: 0 20px;
  }
  .cid-tKvtlMclpd .container .row {
    padding: 0;
  }
}
.cid-tKvtlMclpd .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tKvtlMclpd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tKvtlMclpd .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tKvtlMclpd .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tKvtlMclpd .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tKvtlMclpd .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tKvtlMclpd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tKvtlMclpd .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tKvtlMclpd .mbr-section-title {
  color: #222222;
}
.cid-tKvtlMclpd .mbr-text {
  color: #616161;
}
.cid-tKvtlMclpd .mbr-section-title,
.cid-tKvtlMclpd .mbr-section-btn {
  color: #b6b6b6;
}
.cid-tJOOAoY3Mk {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tJOOAoY3Mk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOOAoY3Mk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOOAoY3Mk .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJOOAoY3Mk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJOOAoY3Mk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJOOAoY3Mk .container {
    padding: 0 20px;
  }
  .cid-tJOOAoY3Mk .container .row {
    padding: 0;
  }
}
.cid-tJOOAoY3Mk .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJOOAoY3Mk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJOOAoY3Mk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJOOAoY3Mk .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJOOAoY3Mk .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJOOAoY3Mk .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJOOAoY3Mk .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJOOAoY3Mk .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJOOAoY3Mk .mbr-section-title {
  color: #222222;
}
.cid-tJOOAoY3Mk .mbr-text {
  color: #616161;
}
.cid-tJ9M5yss0j {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tJ9M5yss0j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ9M5yss0j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ9M5yss0j .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJ9M5yss0j .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJ9M5yss0j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJ9M5yss0j .container {
    padding: 0 20px;
  }
  .cid-tJ9M5yss0j .container .row {
    padding: 0;
  }
}
.cid-tJ9M5yss0j .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJ9M5yss0j .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJ9M5yss0j .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJ9M5yss0j .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJ9M5yss0j .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJ9M5yss0j .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJ9M5yss0j .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJ9M5yss0j .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJ9M5yss0j .mbr-section-title {
  color: #222222;
}
.cid-tJ9M5yss0j .mbr-text {
  color: #616161;
}
.cid-tJ9M5yss0j .mbr-section-title,
.cid-tJ9M5yss0j .mbr-section-btn {
  color: #ffffff;
}
.cid-tJaQ5kMAQE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tJaQ5kMAQE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJaQ5kMAQE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJaQ5kMAQE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJaQ5kMAQE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJaQ5kMAQE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJaQ5kMAQE .container {
    padding: 0 20px;
  }
  .cid-tJaQ5kMAQE .container .row {
    padding: 0;
  }
}
.cid-tJaQ5kMAQE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJaQ5kMAQE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJaQ5kMAQE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJaQ5kMAQE .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJaQ5kMAQE .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJaQ5kMAQE .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJaQ5kMAQE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJaQ5kMAQE .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJaQ5kMAQE .mbr-section-title {
  color: #222222;
}
.cid-tJaQ5kMAQE .mbr-text {
  color: #616161;
}
.cid-tITrQhoAor {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tITrQhoAor .mbr-fallback-image.disabled {
  display: none;
}
.cid-tITrQhoAor .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tITrQhoAor .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tITrQhoAor .container-fluid {
    padding: 0 20px;
  }
}
.cid-tITrQhoAor .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tITrQhoAor .container {
    padding: 0 20px;
  }
  .cid-tITrQhoAor .container .row {
    padding: 0;
  }
}
.cid-tITrQhoAor .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tITrQhoAor .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tITrQhoAor .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tITrQhoAor .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tITrQhoAor .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tITrQhoAor .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tITrQhoAor .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tITrQhoAor .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tITrQhoAor .mbr-section-title {
  color: #222222;
}
.cid-tITrQhoAor .mbr-text {
  color: #a4a2a2;
}
.cid-tITrQhoAor .mbr-section-title,
.cid-tITrQhoAor .mbr-section-btn {
  color: #ffffff;
}
.cid-tILKdDYYeZ {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILKdDYYeZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILKdDYYeZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILKdDYYeZ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILKdDYYeZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILKdDYYeZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILKdDYYeZ .container {
    padding: 0 20px;
  }
  .cid-tILKdDYYeZ .container .row {
    padding: 0;
  }
}
.cid-tILKdDYYeZ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILKdDYYeZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILKdDYYeZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILKdDYYeZ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILKdDYYeZ .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILKdDYYeZ .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILKdDYYeZ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILKdDYYeZ .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILKdDYYeZ .mbr-section-title {
  color: #222222;
}
.cid-tILKdDYYeZ .mbr-text {
  color: #616161;
}
.cid-tILKdE8ESc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILKdE8ESc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILKdE8ESc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILKdE8ESc .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILKdE8ESc .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILKdE8ESc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILKdE8ESc .container {
    padding: 0 20px;
  }
  .cid-tILKdE8ESc .container .row {
    padding: 0;
  }
}
.cid-tILKdE8ESc .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILKdE8ESc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILKdE8ESc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILKdE8ESc .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILKdE8ESc .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILKdE8ESc .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILKdE8ESc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILKdE8ESc .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILKdE8ESc .mbr-section-title {
  color: #222222;
}
.cid-tILKdE8ESc .mbr-text {
  color: #a4a2a2;
}
.cid-tILKdE8ESc .mbr-section-title,
.cid-tILKdE8ESc .mbr-section-btn {
  color: #ffffff;
}
.cid-tILKdEgHHg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILKdEgHHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILKdEgHHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILKdEgHHg .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILKdEgHHg .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILKdEgHHg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILKdEgHHg .container {
    padding: 0 20px;
  }
  .cid-tILKdEgHHg .container .row {
    padding: 0;
  }
}
.cid-tILKdEgHHg .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILKdEgHHg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILKdEgHHg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILKdEgHHg .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILKdEgHHg .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILKdEgHHg .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILKdEgHHg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILKdEgHHg .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILKdEgHHg .mbr-section-title {
  color: #222222;
}
.cid-tILKdEgHHg .mbr-text {
  color: #616161;
}
.cid-tILKdEqNpY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILKdEqNpY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILKdEqNpY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILKdEqNpY .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILKdEqNpY .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILKdEqNpY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILKdEqNpY .container {
    padding: 0 20px;
  }
  .cid-tILKdEqNpY .container .row {
    padding: 0;
  }
}
.cid-tILKdEqNpY .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILKdEqNpY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILKdEqNpY .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILKdEqNpY .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILKdEqNpY .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILKdEqNpY .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILKdEqNpY .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILKdEqNpY .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILKdEqNpY .mbr-section-title {
  color: #222222;
}
.cid-tILKdEqNpY .mbr-text {
  color: #a4a2a2;
}
.cid-tILKdEqNpY .mbr-section-title,
.cid-tILKdEqNpY .mbr-section-btn {
  color: #ffffff;
}
.cid-tILKdEBNbY {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILKdEBNbY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILKdEBNbY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILKdEBNbY .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILKdEBNbY .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILKdEBNbY .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILKdEBNbY .container {
    padding: 0 20px;
  }
  .cid-tILKdEBNbY .container .row {
    padding: 0;
  }
}
.cid-tILKdEBNbY .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILKdEBNbY .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILKdEBNbY .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILKdEBNbY .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILKdEBNbY .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILKdEBNbY .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILKdEBNbY .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILKdEBNbY .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILKdEBNbY .mbr-section-title {
  color: #222222;
}
.cid-tILKdEBNbY .mbr-text {
  color: #616161;
}
.cid-tILKdELmq5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILKdELmq5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILKdELmq5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILKdELmq5 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILKdELmq5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILKdELmq5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILKdELmq5 .container {
    padding: 0 20px;
  }
  .cid-tILKdELmq5 .container .row {
    padding: 0;
  }
}
.cid-tILKdELmq5 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILKdELmq5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILKdELmq5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILKdELmq5 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILKdELmq5 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILKdELmq5 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILKdELmq5 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILKdELmq5 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILKdELmq5 .mbr-section-title {
  color: #222222;
}
.cid-tILKdELmq5 .mbr-text {
  color: #a4a2a2;
}
.cid-tILKdELmq5 .mbr-section-title,
.cid-tILKdELmq5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tILY66L2uF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILY66L2uF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILY66L2uF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILY66L2uF .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILY66L2uF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILY66L2uF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILY66L2uF .container {
    padding: 0 20px;
  }
  .cid-tILY66L2uF .container .row {
    padding: 0;
  }
}
.cid-tILY66L2uF .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILY66L2uF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILY66L2uF .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILY66L2uF .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILY66L2uF .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILY66L2uF .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILY66L2uF .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILY66L2uF .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILY66L2uF .mbr-section-title {
  color: #222222;
}
.cid-tILY66L2uF .mbr-text {
  color: #616161;
}
.cid-tIM4B38rc7 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM4B38rc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM4B38rc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM4B38rc7 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM4B38rc7 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM4B38rc7 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM4B38rc7 .container {
    padding: 0 20px;
  }
  .cid-tIM4B38rc7 .container .row {
    padding: 0;
  }
}
.cid-tIM4B38rc7 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM4B38rc7 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM4B38rc7 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM4B38rc7 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM4B38rc7 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM4B38rc7 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM4B38rc7 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM4B38rc7 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM4B38rc7 .mbr-section-title {
  color: #222222;
}
.cid-tIM4B38rc7 .mbr-text {
  color: #a4a2a2;
}
.cid-tIM4B38rc7 .mbr-section-title,
.cid-tIM4B38rc7 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMhQJrq3J {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMhQJrq3J .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMhQJrq3J .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMhQJrq3J .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMhQJrq3J .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMhQJrq3J .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMhQJrq3J .container {
    padding: 0 20px;
  }
  .cid-tIMhQJrq3J .container .row {
    padding: 0;
  }
}
.cid-tIMhQJrq3J .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMhQJrq3J .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMhQJrq3J .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMhQJrq3J .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMhQJrq3J .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMhQJrq3J .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMhQJrq3J .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMhQJrq3J .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMhQJrq3J .mbr-section-title {
  color: #222222;
}
.cid-tIMhQJrq3J .mbr-text {
  color: #616161;
}
.cid-tIMjWxgaeI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMjWxgaeI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMjWxgaeI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMjWxgaeI .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMjWxgaeI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMjWxgaeI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMjWxgaeI .container {
    padding: 0 20px;
  }
  .cid-tIMjWxgaeI .container .row {
    padding: 0;
  }
}
.cid-tIMjWxgaeI .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMjWxgaeI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMjWxgaeI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMjWxgaeI .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMjWxgaeI .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMjWxgaeI .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMjWxgaeI .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMjWxgaeI .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMjWxgaeI .mbr-section-title {
  color: #222222;
}
.cid-tIMjWxgaeI .mbr-text {
  color: #a4a2a2;
}
.cid-tIMjWxgaeI .mbr-section-title,
.cid-tIMjWxgaeI .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMk5tXSyM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMk5tXSyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMk5tXSyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMk5tXSyM .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMk5tXSyM .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMk5tXSyM .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMk5tXSyM .container {
    padding: 0 20px;
  }
  .cid-tIMk5tXSyM .container .row {
    padding: 0;
  }
}
.cid-tIMk5tXSyM .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMk5tXSyM .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMk5tXSyM .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMk5tXSyM .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMk5tXSyM .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMk5tXSyM .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMk5tXSyM .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMk5tXSyM .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMk5tXSyM .mbr-section-title {
  color: #222222;
}
.cid-tIMk5tXSyM .mbr-text {
  color: #616161;
}
.cid-tIMkhFpxzU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMkhFpxzU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMkhFpxzU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMkhFpxzU .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMkhFpxzU .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMkhFpxzU .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMkhFpxzU .container {
    padding: 0 20px;
  }
  .cid-tIMkhFpxzU .container .row {
    padding: 0;
  }
}
.cid-tIMkhFpxzU .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMkhFpxzU .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMkhFpxzU .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMkhFpxzU .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMkhFpxzU .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMkhFpxzU .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMkhFpxzU .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMkhFpxzU .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMkhFpxzU .mbr-section-title {
  color: #222222;
}
.cid-tIMkhFpxzU .mbr-text {
  color: #a4a2a2;
}
.cid-tIMkhFpxzU .mbr-section-title,
.cid-tIMkhFpxzU .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMkpJo05d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMkpJo05d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMkpJo05d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMkpJo05d .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMkpJo05d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMkpJo05d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMkpJo05d .container {
    padding: 0 20px;
  }
  .cid-tIMkpJo05d .container .row {
    padding: 0;
  }
}
.cid-tIMkpJo05d .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMkpJo05d .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMkpJo05d .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMkpJo05d .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMkpJo05d .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMkpJo05d .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMkpJo05d .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMkpJo05d .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMkpJo05d .mbr-section-title {
  color: #222222;
}
.cid-tIMkpJo05d .mbr-text {
  color: #616161;
}
.cid-tIMkFWQIHZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMkFWQIHZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMkFWQIHZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMkFWQIHZ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMkFWQIHZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMkFWQIHZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMkFWQIHZ .container {
    padding: 0 20px;
  }
  .cid-tIMkFWQIHZ .container .row {
    padding: 0;
  }
}
.cid-tIMkFWQIHZ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMkFWQIHZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMkFWQIHZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMkFWQIHZ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMkFWQIHZ .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMkFWQIHZ .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMkFWQIHZ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMkFWQIHZ .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMkFWQIHZ .mbr-section-title {
  color: #222222;
}
.cid-tIMkFWQIHZ .mbr-text {
  color: #a4a2a2;
}
.cid-tIMkFWQIHZ .mbr-section-title,
.cid-tIMkFWQIHZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMlRwvk8D {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMlRwvk8D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMlRwvk8D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMlRwvk8D .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMlRwvk8D .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMlRwvk8D .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMlRwvk8D .container {
    padding: 0 20px;
  }
  .cid-tIMlRwvk8D .container .row {
    padding: 0;
  }
}
.cid-tIMlRwvk8D .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMlRwvk8D .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMlRwvk8D .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMlRwvk8D .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMlRwvk8D .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMlRwvk8D .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMlRwvk8D .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMlRwvk8D .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMlRwvk8D .mbr-section-title {
  color: #222222;
}
.cid-tIMlRwvk8D .mbr-text {
  color: #616161;
}
.cid-tIMYCNkewd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMYCNkewd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMYCNkewd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMYCNkewd .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMYCNkewd .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMYCNkewd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMYCNkewd .container {
    padding: 0 20px;
  }
  .cid-tIMYCNkewd .container .row {
    padding: 0;
  }
}
.cid-tIMYCNkewd .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMYCNkewd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMYCNkewd .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMYCNkewd .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMYCNkewd .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMYCNkewd .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMYCNkewd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMYCNkewd .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMYCNkewd .mbr-section-title {
  color: #222222;
}
.cid-tIMYCNkewd .mbr-text {
  color: #a4a2a2;
}
.cid-tIMYCNkewd .mbr-section-title,
.cid-tIMYCNkewd .mbr-section-btn {
  color: #ffffff;
}
.cid-tJOOmT6lJC {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tJOOmT6lJC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOOmT6lJC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOOmT6lJC .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJOOmT6lJC .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJOOmT6lJC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJOOmT6lJC .container {
    padding: 0 20px;
  }
  .cid-tJOOmT6lJC .container .row {
    padding: 0;
  }
}
.cid-tJOOmT6lJC .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJOOmT6lJC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJOOmT6lJC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJOOmT6lJC .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJOOmT6lJC .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJOOmT6lJC .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJOOmT6lJC .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJOOmT6lJC .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJOOmT6lJC .mbr-section-title {
  color: #222222;
}
.cid-tJOOmT6lJC .mbr-text {
  color: #a4a2a2;
}
.cid-tJOOmT6lJC .mbr-section-title,
.cid-tJOOmT6lJC .mbr-section-btn {
  color: #ffffff;
}
.cid-tJONQ3YO8j {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tJONQ3YO8j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJONQ3YO8j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJONQ3YO8j .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJONQ3YO8j .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJONQ3YO8j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJONQ3YO8j .container {
    padding: 0 20px;
  }
  .cid-tJONQ3YO8j .container .row {
    padding: 0;
  }
}
.cid-tJONQ3YO8j .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJONQ3YO8j .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJONQ3YO8j .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJONQ3YO8j .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJONQ3YO8j .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJONQ3YO8j .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJONQ3YO8j .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJONQ3YO8j .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJONQ3YO8j .mbr-section-title {
  color: #222222;
}
.cid-tJONQ3YO8j .mbr-text {
  color: #616161;
}
.cid-tJEopVb1Zi {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tJEopVb1Zi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJEopVb1Zi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJEopVb1Zi .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJEopVb1Zi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJEopVb1Zi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJEopVb1Zi .container {
    padding: 0 20px;
  }
  .cid-tJEopVb1Zi .container .row {
    padding: 0;
  }
}
.cid-tJEopVb1Zi .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJEopVb1Zi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJEopVb1Zi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJEopVb1Zi .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJEopVb1Zi .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJEopVb1Zi .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJEopVb1Zi .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJEopVb1Zi .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJEopVb1Zi .mbr-section-title {
  color: #222222;
}
.cid-tJEopVb1Zi .mbr-text {
  color: #a4a2a2;
}
.cid-tJEopVb1Zi .mbr-section-title,
.cid-tJEopVb1Zi .mbr-section-btn {
  color: #ffffff;
}
.cid-tILPFIWjxx {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILPFIWjxx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILPFIWjxx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILPFIWjxx .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILPFIWjxx .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILPFIWjxx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILPFIWjxx .container {
    padding: 0 20px;
  }
  .cid-tILPFIWjxx .container .row {
    padding: 0;
  }
}
.cid-tILPFIWjxx .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILPFIWjxx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILPFIWjxx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILPFIWjxx .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILPFIWjxx .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILPFIWjxx .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILPFIWjxx .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILPFIWjxx .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILPFIWjxx .mbr-section-title {
  color: #222222;
}
.cid-tILPFIWjxx .mbr-text {
  color: #616161;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tILMadNfb0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILMadNfb0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILMadNfb0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILMadNfb0 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILMadNfb0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILMadNfb0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILMadNfb0 .container {
    padding: 0 20px;
  }
  .cid-tILMadNfb0 .container .row {
    padding: 0;
  }
}
.cid-tILMadNfb0 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILMadNfb0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILMadNfb0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILMadNfb0 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILMadNfb0 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILMadNfb0 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILMadNfb0 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILMadNfb0 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILMadNfb0 .mbr-section-title {
  color: #222222;
}
.cid-tILMadNfb0 .mbr-text {
  color: #a4a2a2;
}
.cid-tILMadNfb0 .mbr-section-title,
.cid-tILMadNfb0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tILMaucKhk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILMaucKhk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILMaucKhk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILMaucKhk .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILMaucKhk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILMaucKhk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILMaucKhk .container {
    padding: 0 20px;
  }
  .cid-tILMaucKhk .container .row {
    padding: 0;
  }
}
.cid-tILMaucKhk .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILMaucKhk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILMaucKhk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILMaucKhk .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILMaucKhk .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILMaucKhk .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILMaucKhk .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILMaucKhk .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILMaucKhk .mbr-section-title {
  color: #222222;
}
.cid-tILMaucKhk .mbr-text {
  color: #616161;
}
.cid-tILMaMAYRs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILMaMAYRs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILMaMAYRs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILMaMAYRs .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILMaMAYRs .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILMaMAYRs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILMaMAYRs .container {
    padding: 0 20px;
  }
  .cid-tILMaMAYRs .container .row {
    padding: 0;
  }
}
.cid-tILMaMAYRs .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILMaMAYRs .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILMaMAYRs .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILMaMAYRs .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILMaMAYRs .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILMaMAYRs .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILMaMAYRs .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILMaMAYRs .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILMaMAYRs .mbr-section-title {
  color: #222222;
}
.cid-tILMaMAYRs .mbr-text {
  color: #a4a2a2;
}
.cid-tILMaMAYRs .mbr-section-title,
.cid-tILMaMAYRs .mbr-section-btn {
  color: #ffffff;
}
.cid-tILWsCdGY2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILWsCdGY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILWsCdGY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILWsCdGY2 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILWsCdGY2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILWsCdGY2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILWsCdGY2 .container {
    padding: 0 20px;
  }
  .cid-tILWsCdGY2 .container .row {
    padding: 0;
  }
}
.cid-tILWsCdGY2 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILWsCdGY2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILWsCdGY2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILWsCdGY2 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILWsCdGY2 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILWsCdGY2 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILWsCdGY2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILWsCdGY2 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILWsCdGY2 .mbr-section-title {
  color: #222222;
}
.cid-tILWsCdGY2 .mbr-text {
  color: #616161;
}
.cid-tILXkbdsKv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILXkbdsKv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILXkbdsKv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILXkbdsKv .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILXkbdsKv .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILXkbdsKv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILXkbdsKv .container {
    padding: 0 20px;
  }
  .cid-tILXkbdsKv .container .row {
    padding: 0;
  }
}
.cid-tILXkbdsKv .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILXkbdsKv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILXkbdsKv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILXkbdsKv .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILXkbdsKv .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILXkbdsKv .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILXkbdsKv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILXkbdsKv .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILXkbdsKv .mbr-section-title {
  color: #222222;
}
.cid-tILXkbdsKv .mbr-text {
  color: #a4a2a2;
}
.cid-tILXkbdsKv .mbr-section-title,
.cid-tILXkbdsKv .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM46Dic69 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM46Dic69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM46Dic69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM46Dic69 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM46Dic69 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM46Dic69 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM46Dic69 .container {
    padding: 0 20px;
  }
  .cid-tIM46Dic69 .container .row {
    padding: 0;
  }
}
.cid-tIM46Dic69 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM46Dic69 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM46Dic69 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM46Dic69 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM46Dic69 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM46Dic69 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM46Dic69 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM46Dic69 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM46Dic69 .mbr-section-title {
  color: #222222;
}
.cid-tIM46Dic69 .mbr-text {
  color: #616161;
}
.cid-tIM4g4fGXH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM4g4fGXH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM4g4fGXH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM4g4fGXH .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM4g4fGXH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM4g4fGXH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM4g4fGXH .container {
    padding: 0 20px;
  }
  .cid-tIM4g4fGXH .container .row {
    padding: 0;
  }
}
.cid-tIM4g4fGXH .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM4g4fGXH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM4g4fGXH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM4g4fGXH .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM4g4fGXH .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM4g4fGXH .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM4g4fGXH .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM4g4fGXH .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM4g4fGXH .mbr-section-title {
  color: #222222;
}
.cid-tIM4g4fGXH .mbr-text {
  color: #a4a2a2;
}
.cid-tIM4g4fGXH .mbr-section-title,
.cid-tIM4g4fGXH .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM5BpFura {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM5BpFura .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM5BpFura .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM5BpFura .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM5BpFura .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM5BpFura .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM5BpFura .container {
    padding: 0 20px;
  }
  .cid-tIM5BpFura .container .row {
    padding: 0;
  }
}
.cid-tIM5BpFura .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM5BpFura .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM5BpFura .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM5BpFura .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM5BpFura .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM5BpFura .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM5BpFura .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM5BpFura .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM5BpFura .mbr-section-title {
  color: #222222;
}
.cid-tIM5BpFura .mbr-text {
  color: #616161;
}
.cid-tIM5HnhghD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM5HnhghD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM5HnhghD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM5HnhghD .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM5HnhghD .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM5HnhghD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM5HnhghD .container {
    padding: 0 20px;
  }
  .cid-tIM5HnhghD .container .row {
    padding: 0;
  }
}
.cid-tIM5HnhghD .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM5HnhghD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM5HnhghD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM5HnhghD .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM5HnhghD .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM5HnhghD .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM5HnhghD .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM5HnhghD .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM5HnhghD .mbr-section-title {
  color: #222222;
}
.cid-tIM5HnhghD .mbr-text {
  color: #a4a2a2;
}
.cid-tIM5HnhghD .mbr-section-title,
.cid-tIM5HnhghD .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM5QiNjqP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM5QiNjqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM5QiNjqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM5QiNjqP .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM5QiNjqP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM5QiNjqP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM5QiNjqP .container {
    padding: 0 20px;
  }
  .cid-tIM5QiNjqP .container .row {
    padding: 0;
  }
}
.cid-tIM5QiNjqP .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM5QiNjqP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM5QiNjqP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM5QiNjqP .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM5QiNjqP .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM5QiNjqP .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM5QiNjqP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM5QiNjqP .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM5QiNjqP .mbr-section-title {
  color: #222222;
}
.cid-tIM5QiNjqP .mbr-text {
  color: #616161;
}
.cid-tIM5W4OExK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM5W4OExK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM5W4OExK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM5W4OExK .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM5W4OExK .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM5W4OExK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM5W4OExK .container {
    padding: 0 20px;
  }
  .cid-tIM5W4OExK .container .row {
    padding: 0;
  }
}
.cid-tIM5W4OExK .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM5W4OExK .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM5W4OExK .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM5W4OExK .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM5W4OExK .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM5W4OExK .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM5W4OExK .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM5W4OExK .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM5W4OExK .mbr-section-title {
  color: #222222;
}
.cid-tIM5W4OExK .mbr-text {
  color: #a4a2a2;
}
.cid-tIM5W4OExK .mbr-section-title,
.cid-tIM5W4OExK .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM65dJbm2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM65dJbm2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM65dJbm2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM65dJbm2 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM65dJbm2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM65dJbm2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM65dJbm2 .container {
    padding: 0 20px;
  }
  .cid-tIM65dJbm2 .container .row {
    padding: 0;
  }
}
.cid-tIM65dJbm2 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM65dJbm2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM65dJbm2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM65dJbm2 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM65dJbm2 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM65dJbm2 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM65dJbm2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM65dJbm2 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM65dJbm2 .mbr-section-title {
  color: #222222;
}
.cid-tIM65dJbm2 .mbr-text {
  color: #616161;
}
.cid-tIM6j5oZQ5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM6j5oZQ5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM6j5oZQ5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM6j5oZQ5 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM6j5oZQ5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM6j5oZQ5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM6j5oZQ5 .container {
    padding: 0 20px;
  }
  .cid-tIM6j5oZQ5 .container .row {
    padding: 0;
  }
}
.cid-tIM6j5oZQ5 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM6j5oZQ5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM6j5oZQ5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM6j5oZQ5 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM6j5oZQ5 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM6j5oZQ5 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM6j5oZQ5 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM6j5oZQ5 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM6j5oZQ5 .mbr-section-title {
  color: #222222;
}
.cid-tIM6j5oZQ5 .mbr-text {
  color: #a4a2a2;
}
.cid-tIM6j5oZQ5 .mbr-section-title,
.cid-tIM6j5oZQ5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM6wkw3Zq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM6wkw3Zq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM6wkw3Zq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM6wkw3Zq .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM6wkw3Zq .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM6wkw3Zq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM6wkw3Zq .container {
    padding: 0 20px;
  }
  .cid-tIM6wkw3Zq .container .row {
    padding: 0;
  }
}
.cid-tIM6wkw3Zq .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM6wkw3Zq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM6wkw3Zq .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM6wkw3Zq .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM6wkw3Zq .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM6wkw3Zq .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM6wkw3Zq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM6wkw3Zq .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM6wkw3Zq .mbr-section-title {
  color: #222222;
}
.cid-tIM6wkw3Zq .mbr-text {
  color: #616161;
}
.cid-tIM76hPqY9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM76hPqY9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM76hPqY9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM76hPqY9 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM76hPqY9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM76hPqY9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM76hPqY9 .container {
    padding: 0 20px;
  }
  .cid-tIM76hPqY9 .container .row {
    padding: 0;
  }
}
.cid-tIM76hPqY9 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM76hPqY9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM76hPqY9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM76hPqY9 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM76hPqY9 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM76hPqY9 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM76hPqY9 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM76hPqY9 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM76hPqY9 .mbr-section-title {
  color: #222222;
}
.cid-tIM76hPqY9 .mbr-text {
  color: #a4a2a2;
}
.cid-tIM76hPqY9 .mbr-section-title,
.cid-tIM76hPqY9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM7LiikkF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM7LiikkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM7LiikkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM7LiikkF .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM7LiikkF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM7LiikkF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM7LiikkF .container {
    padding: 0 20px;
  }
  .cid-tIM7LiikkF .container .row {
    padding: 0;
  }
}
.cid-tIM7LiikkF .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM7LiikkF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM7LiikkF .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM7LiikkF .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM7LiikkF .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM7LiikkF .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM7LiikkF .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM7LiikkF .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM7LiikkF .mbr-section-title {
  color: #222222;
}
.cid-tIM7LiikkF .mbr-text {
  color: #616161;
}
.cid-tIMb40mNmd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMb40mNmd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMb40mNmd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMb40mNmd .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMb40mNmd .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMb40mNmd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMb40mNmd .container {
    padding: 0 20px;
  }
  .cid-tIMb40mNmd .container .row {
    padding: 0;
  }
}
.cid-tIMb40mNmd .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMb40mNmd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMb40mNmd .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMb40mNmd .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMb40mNmd .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMb40mNmd .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMb40mNmd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMb40mNmd .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMb40mNmd .mbr-section-title {
  color: #222222;
}
.cid-tIMb40mNmd .mbr-text {
  color: #a4a2a2;
}
.cid-tIMb40mNmd .mbr-section-title,
.cid-tIMb40mNmd .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMccjbREs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMccjbREs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMccjbREs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMccjbREs .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMccjbREs .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMccjbREs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMccjbREs .container {
    padding: 0 20px;
  }
  .cid-tIMccjbREs .container .row {
    padding: 0;
  }
}
.cid-tIMccjbREs .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMccjbREs .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMccjbREs .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMccjbREs .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMccjbREs .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMccjbREs .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMccjbREs .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMccjbREs .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMccjbREs .mbr-section-title {
  color: #222222;
}
.cid-tIMccjbREs .mbr-text {
  color: #616161;
}
.cid-tIMcGNweBm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMcGNweBm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMcGNweBm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMcGNweBm .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMcGNweBm .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMcGNweBm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMcGNweBm .container {
    padding: 0 20px;
  }
  .cid-tIMcGNweBm .container .row {
    padding: 0;
  }
}
.cid-tIMcGNweBm .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMcGNweBm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMcGNweBm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMcGNweBm .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMcGNweBm .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMcGNweBm .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMcGNweBm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMcGNweBm .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMcGNweBm .mbr-section-title {
  color: #222222;
}
.cid-tIMcGNweBm .mbr-text {
  color: #a4a2a2;
}
.cid-tIMcGNweBm .mbr-section-title,
.cid-tIMcGNweBm .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMicufb4j {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMicufb4j .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMicufb4j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMicufb4j .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMicufb4j .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMicufb4j .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMicufb4j .container {
    padding: 0 20px;
  }
  .cid-tIMicufb4j .container .row {
    padding: 0;
  }
}
.cid-tIMicufb4j .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMicufb4j .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMicufb4j .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMicufb4j .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMicufb4j .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMicufb4j .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMicufb4j .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMicufb4j .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMicufb4j .mbr-section-title {
  color: #222222;
}
.cid-tIMicufb4j .mbr-text {
  color: #616161;
}
.cid-tIMiTZ3nZ8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMiTZ3nZ8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMiTZ3nZ8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMiTZ3nZ8 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMiTZ3nZ8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMiTZ3nZ8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMiTZ3nZ8 .container {
    padding: 0 20px;
  }
  .cid-tIMiTZ3nZ8 .container .row {
    padding: 0;
  }
}
.cid-tIMiTZ3nZ8 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMiTZ3nZ8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMiTZ3nZ8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMiTZ3nZ8 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMiTZ3nZ8 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMiTZ3nZ8 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMiTZ3nZ8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMiTZ3nZ8 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMiTZ3nZ8 .mbr-section-title {
  color: #222222;
}
.cid-tIMiTZ3nZ8 .mbr-text {
  color: #a4a2a2;
}
.cid-tIMiTZ3nZ8 .mbr-section-title,
.cid-tIMiTZ3nZ8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMj0MKj4p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMj0MKj4p .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMj0MKj4p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMj0MKj4p .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMj0MKj4p .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMj0MKj4p .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMj0MKj4p .container {
    padding: 0 20px;
  }
  .cid-tIMj0MKj4p .container .row {
    padding: 0;
  }
}
.cid-tIMj0MKj4p .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMj0MKj4p .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMj0MKj4p .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMj0MKj4p .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMj0MKj4p .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMj0MKj4p .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMj0MKj4p .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMj0MKj4p .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMj0MKj4p .mbr-section-title {
  color: #222222;
}
.cid-tIMj0MKj4p .mbr-text {
  color: #616161;
}
.cid-tIMlrYgaHl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMlrYgaHl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMlrYgaHl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMlrYgaHl .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMlrYgaHl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMlrYgaHl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMlrYgaHl .container {
    padding: 0 20px;
  }
  .cid-tIMlrYgaHl .container .row {
    padding: 0;
  }
}
.cid-tIMlrYgaHl .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMlrYgaHl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMlrYgaHl .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMlrYgaHl .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMlrYgaHl .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMlrYgaHl .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMlrYgaHl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMlrYgaHl .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMlrYgaHl .mbr-section-title {
  color: #222222;
}
.cid-tIMlrYgaHl .mbr-text {
  color: #a4a2a2;
}
.cid-tIMlrYgaHl .mbr-section-title,
.cid-tIMlrYgaHl .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMlzRBLkK {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMlzRBLkK .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMlzRBLkK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMlzRBLkK .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMlzRBLkK .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMlzRBLkK .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMlzRBLkK .container {
    padding: 0 20px;
  }
  .cid-tIMlzRBLkK .container .row {
    padding: 0;
  }
}
.cid-tIMlzRBLkK .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMlzRBLkK .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMlzRBLkK .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMlzRBLkK .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMlzRBLkK .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMlzRBLkK .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMlzRBLkK .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMlzRBLkK .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMlzRBLkK .mbr-section-title {
  color: #222222;
}
.cid-tIMlzRBLkK .mbr-text {
  color: #616161;
}
.cid-tIMmWhEB9Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMmWhEB9Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMmWhEB9Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMmWhEB9Z .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMmWhEB9Z .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMmWhEB9Z .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMmWhEB9Z .container {
    padding: 0 20px;
  }
  .cid-tIMmWhEB9Z .container .row {
    padding: 0;
  }
}
.cid-tIMmWhEB9Z .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMmWhEB9Z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMmWhEB9Z .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMmWhEB9Z .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMmWhEB9Z .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMmWhEB9Z .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMmWhEB9Z .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMmWhEB9Z .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMmWhEB9Z .mbr-section-title {
  color: #222222;
}
.cid-tIMmWhEB9Z .mbr-text {
  color: #a4a2a2;
}
.cid-tIMmWhEB9Z .mbr-section-title,
.cid-tIMmWhEB9Z .mbr-section-btn {
  color: #ffffff;
}
.cid-tITByzpazm {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tITByzpazm .mbr-fallback-image.disabled {
  display: none;
}
.cid-tITByzpazm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tITByzpazm .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tITByzpazm .container-fluid {
    padding: 0 20px;
  }
}
.cid-tITByzpazm .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tITByzpazm .container {
    padding: 0 20px;
  }
  .cid-tITByzpazm .container .row {
    padding: 0;
  }
}
.cid-tITByzpazm .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tITByzpazm .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tITByzpazm .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tITByzpazm .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tITByzpazm .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tITByzpazm .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tITByzpazm .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tITByzpazm .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tITByzpazm .mbr-section-title {
  color: #222222;
}
.cid-tITByzpazm .mbr-text {
  color: #616161;
}
.cid-tILMZMfmgE {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILMZMfmgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILMZMfmgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILMZMfmgE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILMZMfmgE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILMZMfmgE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILMZMfmgE .container {
    padding: 0 20px;
  }
  .cid-tILMZMfmgE .container .row {
    padding: 0;
  }
}
.cid-tILMZMfmgE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILMZMfmgE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILMZMfmgE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILMZMfmgE .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILMZMfmgE .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILMZMfmgE .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILMZMfmgE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILMZMfmgE .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILMZMfmgE .mbr-section-title {
  color: #222222;
}
.cid-tILMZMfmgE .mbr-text {
  color: #a4a2a2;
}
.cid-tILMZMfmgE .mbr-section-title,
.cid-tILMZMfmgE .mbr-section-btn {
  color: #ffffff;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tILMG1GWYo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILMG1GWYo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILMG1GWYo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILMG1GWYo .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILMG1GWYo .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILMG1GWYo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILMG1GWYo .container {
    padding: 0 20px;
  }
  .cid-tILMG1GWYo .container .row {
    padding: 0;
  }
}
.cid-tILMG1GWYo .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILMG1GWYo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILMG1GWYo .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILMG1GWYo .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILMG1GWYo .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILMG1GWYo .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILMG1GWYo .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILMG1GWYo .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILMG1GWYo .mbr-section-title {
  color: #222222;
}
.cid-tILMG1GWYo .mbr-text {
  color: #616161;
}
.cid-tILNpzdiiR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILNpzdiiR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILNpzdiiR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILNpzdiiR .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILNpzdiiR .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILNpzdiiR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILNpzdiiR .container {
    padding: 0 20px;
  }
  .cid-tILNpzdiiR .container .row {
    padding: 0;
  }
}
.cid-tILNpzdiiR .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILNpzdiiR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILNpzdiiR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILNpzdiiR .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILNpzdiiR .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILNpzdiiR .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILNpzdiiR .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILNpzdiiR .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILNpzdiiR .mbr-section-title {
  color: #222222;
}
.cid-tILNpzdiiR .mbr-text {
  color: #a4a2a2;
}
.cid-tILNpzdiiR .mbr-section-title,
.cid-tILNpzdiiR .mbr-section-btn {
  color: #ffffff;
}
.cid-tILTKdt76f {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILTKdt76f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILTKdt76f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILTKdt76f .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILTKdt76f .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILTKdt76f .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILTKdt76f .container {
    padding: 0 20px;
  }
  .cid-tILTKdt76f .container .row {
    padding: 0;
  }
}
.cid-tILTKdt76f .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILTKdt76f .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILTKdt76f .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILTKdt76f .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILTKdt76f .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILTKdt76f .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILTKdt76f .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILTKdt76f .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILTKdt76f .mbr-section-title {
  color: #222222;
}
.cid-tILTKdt76f .mbr-text {
  color: #616161;
}
.cid-tILULBH6lG {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILULBH6lG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILULBH6lG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILULBH6lG .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILULBH6lG .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILULBH6lG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILULBH6lG .container {
    padding: 0 20px;
  }
  .cid-tILULBH6lG .container .row {
    padding: 0;
  }
}
.cid-tILULBH6lG .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILULBH6lG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILULBH6lG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILULBH6lG .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILULBH6lG .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILULBH6lG .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILULBH6lG .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILULBH6lG .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILULBH6lG .mbr-section-title {
  color: #222222;
}
.cid-tILULBH6lG .mbr-text {
  color: #a4a2a2;
}
.cid-tILULBH6lG .mbr-section-title,
.cid-tILULBH6lG .mbr-section-btn {
  color: #ffffff;
}
.cid-tILXPDtBV8 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILXPDtBV8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILXPDtBV8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILXPDtBV8 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILXPDtBV8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILXPDtBV8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILXPDtBV8 .container {
    padding: 0 20px;
  }
  .cid-tILXPDtBV8 .container .row {
    padding: 0;
  }
}
.cid-tILXPDtBV8 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILXPDtBV8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILXPDtBV8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILXPDtBV8 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILXPDtBV8 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILXPDtBV8 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILXPDtBV8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILXPDtBV8 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILXPDtBV8 .mbr-section-title {
  color: #222222;
}
.cid-tILXPDtBV8 .mbr-text {
  color: #616161;
}
.cid-tIM0qpcZDh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM0qpcZDh .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM0qpcZDh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM0qpcZDh .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM0qpcZDh .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM0qpcZDh .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM0qpcZDh .container {
    padding: 0 20px;
  }
  .cid-tIM0qpcZDh .container .row {
    padding: 0;
  }
}
.cid-tIM0qpcZDh .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM0qpcZDh .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM0qpcZDh .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM0qpcZDh .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM0qpcZDh .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM0qpcZDh .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM0qpcZDh .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM0qpcZDh .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM0qpcZDh .mbr-section-title {
  color: #222222;
}
.cid-tIM0qpcZDh .mbr-text {
  color: #a4a2a2;
}
.cid-tIM0qpcZDh .mbr-section-title,
.cid-tIM0qpcZDh .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM0G6Nmby {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM0G6Nmby .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM0G6Nmby .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM0G6Nmby .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM0G6Nmby .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM0G6Nmby .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM0G6Nmby .container {
    padding: 0 20px;
  }
  .cid-tIM0G6Nmby .container .row {
    padding: 0;
  }
}
.cid-tIM0G6Nmby .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM0G6Nmby .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM0G6Nmby .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM0G6Nmby .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM0G6Nmby .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM0G6Nmby .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM0G6Nmby .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM0G6Nmby .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM0G6Nmby .mbr-section-title {
  color: #222222;
}
.cid-tIM0G6Nmby .mbr-text {
  color: #616161;
}
.cid-tIM18XIrj6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM18XIrj6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM18XIrj6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM18XIrj6 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM18XIrj6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM18XIrj6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM18XIrj6 .container {
    padding: 0 20px;
  }
  .cid-tIM18XIrj6 .container .row {
    padding: 0;
  }
}
.cid-tIM18XIrj6 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM18XIrj6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM18XIrj6 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM18XIrj6 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM18XIrj6 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM18XIrj6 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM18XIrj6 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM18XIrj6 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM18XIrj6 .mbr-section-title {
  color: #222222;
}
.cid-tIM18XIrj6 .mbr-text {
  color: #a4a2a2;
}
.cid-tIM18XIrj6 .mbr-section-title,
.cid-tIM18XIrj6 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM1sNyQ3X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM1sNyQ3X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM1sNyQ3X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM1sNyQ3X .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM1sNyQ3X .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM1sNyQ3X .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM1sNyQ3X .container {
    padding: 0 20px;
  }
  .cid-tIM1sNyQ3X .container .row {
    padding: 0;
  }
}
.cid-tIM1sNyQ3X .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM1sNyQ3X .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM1sNyQ3X .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM1sNyQ3X .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM1sNyQ3X .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM1sNyQ3X .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM1sNyQ3X .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM1sNyQ3X .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM1sNyQ3X .mbr-section-title {
  color: #222222;
}
.cid-tIM1sNyQ3X .mbr-text {
  color: #616161;
}
.cid-tIM4MZNq7Z {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM4MZNq7Z .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM4MZNq7Z .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM4MZNq7Z .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM4MZNq7Z .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM4MZNq7Z .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM4MZNq7Z .container {
    padding: 0 20px;
  }
  .cid-tIM4MZNq7Z .container .row {
    padding: 0;
  }
}
.cid-tIM4MZNq7Z .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM4MZNq7Z .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM4MZNq7Z .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM4MZNq7Z .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM4MZNq7Z .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM4MZNq7Z .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM4MZNq7Z .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM4MZNq7Z .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM4MZNq7Z .mbr-section-title {
  color: #222222;
}
.cid-tIM4MZNq7Z .mbr-text {
  color: #a4a2a2;
}
.cid-tIM4MZNq7Z .mbr-section-title,
.cid-tIM4MZNq7Z .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM7DepqKH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM7DepqKH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM7DepqKH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM7DepqKH .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM7DepqKH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM7DepqKH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM7DepqKH .container {
    padding: 0 20px;
  }
  .cid-tIM7DepqKH .container .row {
    padding: 0;
  }
}
.cid-tIM7DepqKH .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM7DepqKH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM7DepqKH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM7DepqKH .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM7DepqKH .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM7DepqKH .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM7DepqKH .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM7DepqKH .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM7DepqKH .mbr-section-title {
  color: #222222;
}
.cid-tIM7DepqKH .mbr-text {
  color: #616161;
}
.cid-tIM7VFPcRQ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM7VFPcRQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM7VFPcRQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM7VFPcRQ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM7VFPcRQ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM7VFPcRQ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM7VFPcRQ .container {
    padding: 0 20px;
  }
  .cid-tIM7VFPcRQ .container .row {
    padding: 0;
  }
}
.cid-tIM7VFPcRQ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM7VFPcRQ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM7VFPcRQ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM7VFPcRQ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM7VFPcRQ .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM7VFPcRQ .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM7VFPcRQ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM7VFPcRQ .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM7VFPcRQ .mbr-section-title {
  color: #222222;
}
.cid-tIM7VFPcRQ .mbr-text {
  color: #a4a2a2;
}
.cid-tIM7VFPcRQ .mbr-section-title,
.cid-tIM7VFPcRQ .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM93gpSQp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM93gpSQp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM93gpSQp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM93gpSQp .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM93gpSQp .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM93gpSQp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM93gpSQp .container {
    padding: 0 20px;
  }
  .cid-tIM93gpSQp .container .row {
    padding: 0;
  }
}
.cid-tIM93gpSQp .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM93gpSQp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM93gpSQp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM93gpSQp .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM93gpSQp .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM93gpSQp .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM93gpSQp .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM93gpSQp .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM93gpSQp .mbr-section-title {
  color: #222222;
}
.cid-tIM93gpSQp .mbr-text {
  color: #616161;
}
.cid-tIMbRQYpxw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMbRQYpxw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMbRQYpxw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMbRQYpxw .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMbRQYpxw .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMbRQYpxw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMbRQYpxw .container {
    padding: 0 20px;
  }
  .cid-tIMbRQYpxw .container .row {
    padding: 0;
  }
}
.cid-tIMbRQYpxw .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMbRQYpxw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMbRQYpxw .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMbRQYpxw .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMbRQYpxw .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMbRQYpxw .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMbRQYpxw .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMbRQYpxw .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMbRQYpxw .mbr-section-title {
  color: #222222;
}
.cid-tIMbRQYpxw .mbr-text {
  color: #a4a2a2;
}
.cid-tIMbRQYpxw .mbr-section-title,
.cid-tIMbRQYpxw .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMdh9tZ7v {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMdh9tZ7v .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMdh9tZ7v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMdh9tZ7v .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMdh9tZ7v .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMdh9tZ7v .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMdh9tZ7v .container {
    padding: 0 20px;
  }
  .cid-tIMdh9tZ7v .container .row {
    padding: 0;
  }
}
.cid-tIMdh9tZ7v .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMdh9tZ7v .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMdh9tZ7v .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMdh9tZ7v .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMdh9tZ7v .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMdh9tZ7v .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMdh9tZ7v .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMdh9tZ7v .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMdh9tZ7v .mbr-section-title {
  color: #222222;
}
.cid-tIMdh9tZ7v .mbr-text {
  color: #616161;
}
.cid-tIMdoYQBcF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMdoYQBcF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMdoYQBcF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMdoYQBcF .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMdoYQBcF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMdoYQBcF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMdoYQBcF .container {
    padding: 0 20px;
  }
  .cid-tIMdoYQBcF .container .row {
    padding: 0;
  }
}
.cid-tIMdoYQBcF .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMdoYQBcF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMdoYQBcF .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMdoYQBcF .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMdoYQBcF .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMdoYQBcF .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMdoYQBcF .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMdoYQBcF .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMdoYQBcF .mbr-section-title {
  color: #222222;
}
.cid-tIMdoYQBcF .mbr-text {
  color: #a4a2a2;
}
.cid-tIMdoYQBcF .mbr-section-title,
.cid-tIMdoYQBcF .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMdBrhVEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMdBrhVEB .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMdBrhVEB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMdBrhVEB .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMdBrhVEB .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMdBrhVEB .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMdBrhVEB .container {
    padding: 0 20px;
  }
  .cid-tIMdBrhVEB .container .row {
    padding: 0;
  }
}
.cid-tIMdBrhVEB .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMdBrhVEB .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMdBrhVEB .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMdBrhVEB .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMdBrhVEB .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMdBrhVEB .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMdBrhVEB .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMdBrhVEB .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMdBrhVEB .mbr-section-title {
  color: #222222;
}
.cid-tIMdBrhVEB .mbr-text {
  color: #616161;
}
.cid-tIMdRNiQlZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMdRNiQlZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMdRNiQlZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMdRNiQlZ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMdRNiQlZ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMdRNiQlZ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMdRNiQlZ .container {
    padding: 0 20px;
  }
  .cid-tIMdRNiQlZ .container .row {
    padding: 0;
  }
}
.cid-tIMdRNiQlZ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMdRNiQlZ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMdRNiQlZ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMdRNiQlZ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMdRNiQlZ .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMdRNiQlZ .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMdRNiQlZ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMdRNiQlZ .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMdRNiQlZ .mbr-section-title {
  color: #222222;
}
.cid-tIMdRNiQlZ .mbr-text {
  color: #a4a2a2;
}
.cid-tIMdRNiQlZ .mbr-section-title,
.cid-tIMdRNiQlZ .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMeUMM7ia {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMeUMM7ia .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMeUMM7ia .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMeUMM7ia .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMeUMM7ia .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMeUMM7ia .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMeUMM7ia .container {
    padding: 0 20px;
  }
  .cid-tIMeUMM7ia .container .row {
    padding: 0;
  }
}
.cid-tIMeUMM7ia .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMeUMM7ia .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMeUMM7ia .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMeUMM7ia .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMeUMM7ia .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMeUMM7ia .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMeUMM7ia .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMeUMM7ia .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMeUMM7ia .mbr-section-title {
  color: #222222;
}
.cid-tIMeUMM7ia .mbr-text {
  color: #616161;
}
.cid-tIMgzNvZes {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMgzNvZes .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMgzNvZes .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMgzNvZes .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMgzNvZes .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMgzNvZes .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMgzNvZes .container {
    padding: 0 20px;
  }
  .cid-tIMgzNvZes .container .row {
    padding: 0;
  }
}
.cid-tIMgzNvZes .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMgzNvZes .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMgzNvZes .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMgzNvZes .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMgzNvZes .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMgzNvZes .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMgzNvZes .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMgzNvZes .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMgzNvZes .mbr-section-title {
  color: #222222;
}
.cid-tIMgzNvZes .mbr-text {
  color: #a4a2a2;
}
.cid-tIMgzNvZes .mbr-section-title,
.cid-tIMgzNvZes .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMhH4H4XE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMhH4H4XE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMhH4H4XE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMhH4H4XE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMhH4H4XE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMhH4H4XE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMhH4H4XE .container {
    padding: 0 20px;
  }
  .cid-tIMhH4H4XE .container .row {
    padding: 0;
  }
}
.cid-tIMhH4H4XE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMhH4H4XE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMhH4H4XE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMhH4H4XE .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMhH4H4XE .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMhH4H4XE .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMhH4H4XE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMhH4H4XE .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMhH4H4XE .mbr-section-title {
  color: #222222;
}
.cid-tIMhH4H4XE .mbr-text {
  color: #616161;
}
.cid-tIMliws1gN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMliws1gN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMliws1gN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMliws1gN .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMliws1gN .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMliws1gN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMliws1gN .container {
    padding: 0 20px;
  }
  .cid-tIMliws1gN .container .row {
    padding: 0;
  }
}
.cid-tIMliws1gN .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMliws1gN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMliws1gN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMliws1gN .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMliws1gN .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMliws1gN .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMliws1gN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMliws1gN .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMliws1gN .mbr-section-title {
  color: #222222;
}
.cid-tIMliws1gN .mbr-text {
  color: #a4a2a2;
}
.cid-tIMliws1gN .mbr-section-title,
.cid-tIMliws1gN .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMmk2zML1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMmk2zML1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMmk2zML1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMmk2zML1 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMmk2zML1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMmk2zML1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMmk2zML1 .container {
    padding: 0 20px;
  }
  .cid-tIMmk2zML1 .container .row {
    padding: 0;
  }
}
.cid-tIMmk2zML1 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMmk2zML1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMmk2zML1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMmk2zML1 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMmk2zML1 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMmk2zML1 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMmk2zML1 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMmk2zML1 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMmk2zML1 .mbr-section-title {
  color: #222222;
}
.cid-tIMmk2zML1 .mbr-text {
  color: #616161;
}
.cid-tIMn567xCP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMn567xCP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMn567xCP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMn567xCP .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMn567xCP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMn567xCP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMn567xCP .container {
    padding: 0 20px;
  }
  .cid-tIMn567xCP .container .row {
    padding: 0;
  }
}
.cid-tIMn567xCP .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMn567xCP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMn567xCP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMn567xCP .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMn567xCP .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMn567xCP .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMn567xCP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMn567xCP .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMn567xCP .mbr-section-title {
  color: #222222;
}
.cid-tIMn567xCP .mbr-text {
  color: #a4a2a2;
}
.cid-tIMn567xCP .mbr-section-title,
.cid-tIMn567xCP .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMnn8L6SL {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMnn8L6SL .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMnn8L6SL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMnn8L6SL .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMnn8L6SL .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMnn8L6SL .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMnn8L6SL .container {
    padding: 0 20px;
  }
  .cid-tIMnn8L6SL .container .row {
    padding: 0;
  }
}
.cid-tIMnn8L6SL .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMnn8L6SL .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMnn8L6SL .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMnn8L6SL .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMnn8L6SL .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMnn8L6SL .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMnn8L6SL .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMnn8L6SL .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMnn8L6SL .mbr-section-title {
  color: #222222;
}
.cid-tIMnn8L6SL .mbr-text {
  color: #616161;
}
.cid-tIMnxedERv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMnxedERv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMnxedERv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMnxedERv .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMnxedERv .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMnxedERv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMnxedERv .container {
    padding: 0 20px;
  }
  .cid-tIMnxedERv .container .row {
    padding: 0;
  }
}
.cid-tIMnxedERv .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMnxedERv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMnxedERv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMnxedERv .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMnxedERv .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMnxedERv .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMnxedERv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMnxedERv .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMnxedERv .mbr-section-title {
  color: #222222;
}
.cid-tIMnxedERv .mbr-text {
  color: #a4a2a2;
}
.cid-tIMnxedERv .mbr-section-title,
.cid-tIMnxedERv .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMnFbUKuE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMnFbUKuE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMnFbUKuE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMnFbUKuE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMnFbUKuE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMnFbUKuE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMnFbUKuE .container {
    padding: 0 20px;
  }
  .cid-tIMnFbUKuE .container .row {
    padding: 0;
  }
}
.cid-tIMnFbUKuE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMnFbUKuE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMnFbUKuE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMnFbUKuE .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMnFbUKuE .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMnFbUKuE .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMnFbUKuE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMnFbUKuE .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMnFbUKuE .mbr-section-title {
  color: #222222;
}
.cid-tIMnFbUKuE .mbr-text {
  color: #616161;
}
.cid-tIMoafRdlE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMoafRdlE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMoafRdlE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMoafRdlE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMoafRdlE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMoafRdlE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMoafRdlE .container {
    padding: 0 20px;
  }
  .cid-tIMoafRdlE .container .row {
    padding: 0;
  }
}
.cid-tIMoafRdlE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMoafRdlE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMoafRdlE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMoafRdlE .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMoafRdlE .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMoafRdlE .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMoafRdlE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMoafRdlE .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMoafRdlE .mbr-section-title {
  color: #222222;
}
.cid-tIMoafRdlE .mbr-text {
  color: #a4a2a2;
}
.cid-tIMoafRdlE .mbr-section-title,
.cid-tIMoafRdlE .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMoiENiW1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMoiENiW1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMoiENiW1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMoiENiW1 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMoiENiW1 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMoiENiW1 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMoiENiW1 .container {
    padding: 0 20px;
  }
  .cid-tIMoiENiW1 .container .row {
    padding: 0;
  }
}
.cid-tIMoiENiW1 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMoiENiW1 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMoiENiW1 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMoiENiW1 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMoiENiW1 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMoiENiW1 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMoiENiW1 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMoiENiW1 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMoiENiW1 .mbr-section-title {
  color: #222222;
}
.cid-tIMoiENiW1 .mbr-text {
  color: #616161;
}
.cid-tIMop4k8S0 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMop4k8S0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMop4k8S0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMop4k8S0 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMop4k8S0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMop4k8S0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMop4k8S0 .container {
    padding: 0 20px;
  }
  .cid-tIMop4k8S0 .container .row {
    padding: 0;
  }
}
.cid-tIMop4k8S0 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMop4k8S0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMop4k8S0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMop4k8S0 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMop4k8S0 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMop4k8S0 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMop4k8S0 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMop4k8S0 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMop4k8S0 .mbr-section-title {
  color: #222222;
}
.cid-tIMop4k8S0 .mbr-text {
  color: #a4a2a2;
}
.cid-tIMop4k8S0 .mbr-section-title,
.cid-tIMop4k8S0 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMovDR109 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMovDR109 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMovDR109 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMovDR109 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMovDR109 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMovDR109 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMovDR109 .container {
    padding: 0 20px;
  }
  .cid-tIMovDR109 .container .row {
    padding: 0;
  }
}
.cid-tIMovDR109 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMovDR109 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMovDR109 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMovDR109 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMovDR109 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMovDR109 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMovDR109 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMovDR109 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMovDR109 .mbr-section-title {
  color: #222222;
}
.cid-tIMovDR109 .mbr-text {
  color: #616161;
}
.cid-tIMoCSvy4d {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMoCSvy4d .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMoCSvy4d .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMoCSvy4d .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMoCSvy4d .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMoCSvy4d .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMoCSvy4d .container {
    padding: 0 20px;
  }
  .cid-tIMoCSvy4d .container .row {
    padding: 0;
  }
}
.cid-tIMoCSvy4d .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMoCSvy4d .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMoCSvy4d .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMoCSvy4d .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMoCSvy4d .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMoCSvy4d .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMoCSvy4d .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMoCSvy4d .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMoCSvy4d .mbr-section-title {
  color: #222222;
}
.cid-tIMoCSvy4d .mbr-text {
  color: #a4a2a2;
}
.cid-tIMoCSvy4d .mbr-section-title,
.cid-tIMoCSvy4d .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMoM6QnzE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMoM6QnzE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMoM6QnzE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMoM6QnzE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMoM6QnzE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMoM6QnzE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMoM6QnzE .container {
    padding: 0 20px;
  }
  .cid-tIMoM6QnzE .container .row {
    padding: 0;
  }
}
.cid-tIMoM6QnzE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMoM6QnzE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMoM6QnzE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMoM6QnzE .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMoM6QnzE .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMoM6QnzE .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMoM6QnzE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMoM6QnzE .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMoM6QnzE .mbr-section-title {
  color: #222222;
}
.cid-tIMoM6QnzE .mbr-text {
  color: #616161;
}
.cid-tIMpE6xxuq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMpE6xxuq .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMpE6xxuq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMpE6xxuq .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMpE6xxuq .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMpE6xxuq .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMpE6xxuq .container {
    padding: 0 20px;
  }
  .cid-tIMpE6xxuq .container .row {
    padding: 0;
  }
}
.cid-tIMpE6xxuq .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMpE6xxuq .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMpE6xxuq .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMpE6xxuq .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMpE6xxuq .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMpE6xxuq .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMpE6xxuq .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMpE6xxuq .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMpE6xxuq .mbr-section-title {
  color: #222222;
}
.cid-tIMpE6xxuq .mbr-text {
  color: #a4a2a2;
}
.cid-tIMpE6xxuq .mbr-section-title,
.cid-tIMpE6xxuq .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMpPrsMsW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMpPrsMsW .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMpPrsMsW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMpPrsMsW .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMpPrsMsW .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMpPrsMsW .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMpPrsMsW .container {
    padding: 0 20px;
  }
  .cid-tIMpPrsMsW .container .row {
    padding: 0;
  }
}
.cid-tIMpPrsMsW .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMpPrsMsW .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMpPrsMsW .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMpPrsMsW .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMpPrsMsW .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMpPrsMsW .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMpPrsMsW .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMpPrsMsW .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMpPrsMsW .mbr-section-title {
  color: #222222;
}
.cid-tIMpPrsMsW .mbr-text {
  color: #616161;
}
.cid-tIMqjyRVgV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMqjyRVgV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMqjyRVgV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMqjyRVgV .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMqjyRVgV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMqjyRVgV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMqjyRVgV .container {
    padding: 0 20px;
  }
  .cid-tIMqjyRVgV .container .row {
    padding: 0;
  }
}
.cid-tIMqjyRVgV .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMqjyRVgV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMqjyRVgV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMqjyRVgV .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMqjyRVgV .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMqjyRVgV .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMqjyRVgV .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMqjyRVgV .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMqjyRVgV .mbr-section-title {
  color: #222222;
}
.cid-tIMqjyRVgV .mbr-text {
  color: #a4a2a2;
}
.cid-tIMqjyRVgV .mbr-section-title,
.cid-tIMqjyRVgV .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMqvgfqTc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMqvgfqTc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMqvgfqTc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMqvgfqTc .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMqvgfqTc .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMqvgfqTc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMqvgfqTc .container {
    padding: 0 20px;
  }
  .cid-tIMqvgfqTc .container .row {
    padding: 0;
  }
}
.cid-tIMqvgfqTc .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMqvgfqTc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMqvgfqTc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMqvgfqTc .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMqvgfqTc .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMqvgfqTc .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMqvgfqTc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMqvgfqTc .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMqvgfqTc .mbr-section-title {
  color: #222222;
}
.cid-tIMqvgfqTc .mbr-text {
  color: #616161;
}
.cid-tIMqCnbMjl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMqCnbMjl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMqCnbMjl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMqCnbMjl .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMqCnbMjl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMqCnbMjl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMqCnbMjl .container {
    padding: 0 20px;
  }
  .cid-tIMqCnbMjl .container .row {
    padding: 0;
  }
}
.cid-tIMqCnbMjl .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMqCnbMjl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMqCnbMjl .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMqCnbMjl .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMqCnbMjl .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMqCnbMjl .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMqCnbMjl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMqCnbMjl .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMqCnbMjl .mbr-section-title {
  color: #222222;
}
.cid-tIMqCnbMjl .mbr-text {
  color: #a4a2a2;
}
.cid-tIMqCnbMjl .mbr-section-title,
.cid-tIMqCnbMjl .mbr-section-btn {
  color: #ffffff;
}
.cid-tL8mW1ZA71 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tL8mW1ZA71 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tL8mW1ZA71 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tL8mW1ZA71 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tL8mW1ZA71 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tL8mW1ZA71 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tL8mW1ZA71 .container {
    padding: 0 20px;
  }
  .cid-tL8mW1ZA71 .container .row {
    padding: 0;
  }
}
.cid-tL8mW1ZA71 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tL8mW1ZA71 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tL8mW1ZA71 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tL8mW1ZA71 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tL8mW1ZA71 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tL8mW1ZA71 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tL8mW1ZA71 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tL8mW1ZA71 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tL8mW1ZA71 .mbr-section-title {
  color: #222222;
}
.cid-tL8mW1ZA71 .mbr-text {
  color: #616161;
}
.cid-tJOOak6Ut8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tJOOak6Ut8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJOOak6Ut8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJOOak6Ut8 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJOOak6Ut8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJOOak6Ut8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJOOak6Ut8 .container {
    padding: 0 20px;
  }
  .cid-tJOOak6Ut8 .container .row {
    padding: 0;
  }
}
.cid-tJOOak6Ut8 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJOOak6Ut8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJOOak6Ut8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJOOak6Ut8 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJOOak6Ut8 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJOOak6Ut8 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJOOak6Ut8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJOOak6Ut8 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJOOak6Ut8 .mbr-section-title {
  color: #222222;
}
.cid-tJOOak6Ut8 .mbr-text {
  color: #a4a2a2;
}
.cid-tJOOak6Ut8 .mbr-section-title,
.cid-tJOOak6Ut8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tJm3TCClbr {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tJm3TCClbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJm3TCClbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJm3TCClbr .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJm3TCClbr .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJm3TCClbr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJm3TCClbr .container {
    padding: 0 20px;
  }
  .cid-tJm3TCClbr .container .row {
    padding: 0;
  }
}
.cid-tJm3TCClbr .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJm3TCClbr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJm3TCClbr .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJm3TCClbr .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJm3TCClbr .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJm3TCClbr .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJm3TCClbr .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJm3TCClbr .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJm3TCClbr .mbr-section-title {
  color: #222222;
}
.cid-tJm3TCClbr .mbr-text {
  color: #a4a2a2;
}
.cid-tJm3TCClbr .mbr-section-title,
.cid-tJm3TCClbr .mbr-section-btn {
  color: #000000;
}
.cid-tJaQMt4lW8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tJaQMt4lW8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJaQMt4lW8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJaQMt4lW8 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJaQMt4lW8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJaQMt4lW8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJaQMt4lW8 .container {
    padding: 0 20px;
  }
  .cid-tJaQMt4lW8 .container .row {
    padding: 0;
  }
}
.cid-tJaQMt4lW8 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJaQMt4lW8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJaQMt4lW8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJaQMt4lW8 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJaQMt4lW8 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJaQMt4lW8 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJaQMt4lW8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJaQMt4lW8 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJaQMt4lW8 .mbr-section-title {
  color: #222222;
}
.cid-tJaQMt4lW8 .mbr-text {
  color: #a4a2a2;
}
.cid-tJaQMt4lW8 .mbr-section-title,
.cid-tJaQMt4lW8 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMUqadMKe {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMUqadMKe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMUqadMKe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMUqadMKe .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMUqadMKe .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMUqadMKe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMUqadMKe .container {
    padding: 0 20px;
  }
  .cid-tIMUqadMKe .container .row {
    padding: 0;
  }
}
.cid-tIMUqadMKe .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMUqadMKe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMUqadMKe .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMUqadMKe .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMUqadMKe .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMUqadMKe .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMUqadMKe .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMUqadMKe .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMUqadMKe .mbr-section-title {
  color: #222222;
}
.cid-tIMUqadMKe .mbr-text {
  color: #616161;
}
.cid-tIM3Rqyxtx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM3Rqyxtx .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM3Rqyxtx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM3Rqyxtx .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM3Rqyxtx .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM3Rqyxtx .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM3Rqyxtx .container {
    padding: 0 20px;
  }
  .cid-tIM3Rqyxtx .container .row {
    padding: 0;
  }
}
.cid-tIM3Rqyxtx .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM3Rqyxtx .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM3Rqyxtx .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM3Rqyxtx .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM3Rqyxtx .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM3Rqyxtx .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM3Rqyxtx .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM3Rqyxtx .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM3Rqyxtx .mbr-section-title {
  color: #222222;
}
.cid-tIM3Rqyxtx .mbr-text {
  color: #a4a2a2;
}
.cid-tIM3Rqyxtx .mbr-section-title,
.cid-tIM3Rqyxtx .mbr-section-btn {
  color: #ffffff;
}
.cid-tILZUDfgin {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILZUDfgin .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILZUDfgin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILZUDfgin .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILZUDfgin .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILZUDfgin .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILZUDfgin .container {
    padding: 0 20px;
  }
  .cid-tILZUDfgin .container .row {
    padding: 0;
  }
}
.cid-tILZUDfgin .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILZUDfgin .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILZUDfgin .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILZUDfgin .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILZUDfgin .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILZUDfgin .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILZUDfgin .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILZUDfgin .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILZUDfgin .mbr-section-title {
  color: #222222;
}
.cid-tILZUDfgin .mbr-text {
  color: #616161;
}
.cid-tILYErZzgE {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILYErZzgE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILYErZzgE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILYErZzgE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILYErZzgE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILYErZzgE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILYErZzgE .container {
    padding: 0 20px;
  }
  .cid-tILYErZzgE .container .row {
    padding: 0;
  }
}
.cid-tILYErZzgE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILYErZzgE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILYErZzgE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILYErZzgE .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILYErZzgE .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILYErZzgE .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILYErZzgE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILYErZzgE .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILYErZzgE .mbr-section-title {
  color: #222222;
}
.cid-tILYErZzgE .mbr-text {
  color: #a4a2a2;
}
.cid-tILYErZzgE .mbr-section-title,
.cid-tILYErZzgE .mbr-section-btn {
  color: #ffffff;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tILX2aUgAo {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILX2aUgAo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILX2aUgAo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILX2aUgAo .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILX2aUgAo .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILX2aUgAo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILX2aUgAo .container {
    padding: 0 20px;
  }
  .cid-tILX2aUgAo .container .row {
    padding: 0;
  }
}
.cid-tILX2aUgAo .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILX2aUgAo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILX2aUgAo .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILX2aUgAo .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILX2aUgAo .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILX2aUgAo .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILX2aUgAo .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILX2aUgAo .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILX2aUgAo .mbr-section-title {
  color: #222222;
}
.cid-tILX2aUgAo .mbr-text {
  color: #616161;
}
.cid-tILOBYOOym {
  padding-top: 9rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILOBYOOym .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILOBYOOym .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILOBYOOym .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILOBYOOym .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILOBYOOym .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILOBYOOym .container {
    padding: 0 20px;
  }
  .cid-tILOBYOOym .container .row {
    padding: 0;
  }
}
.cid-tILOBYOOym .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILOBYOOym .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILOBYOOym .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILOBYOOym .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILOBYOOym .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILOBYOOym .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILOBYOOym .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILOBYOOym .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILOBYOOym .mbr-section-title {
  color: #222222;
}
.cid-tILOBYOOym .mbr-text {
  color: #a4a2a2;
}
.cid-tILOBYOOym .mbr-section-title,
.cid-tILOBYOOym .mbr-section-btn {
  color: #ffffff;
}
.cid-tILUgyssRT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILUgyssRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILUgyssRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILUgyssRT .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILUgyssRT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILUgyssRT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILUgyssRT .container {
    padding: 0 20px;
  }
  .cid-tILUgyssRT .container .row {
    padding: 0;
  }
}
.cid-tILUgyssRT .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILUgyssRT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILUgyssRT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILUgyssRT .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILUgyssRT .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILUgyssRT .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILUgyssRT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILUgyssRT .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILUgyssRT .mbr-section-title {
  color: #222222;
}
.cid-tILUgyssRT .mbr-text {
  color: #616161;
}
.cid-tILVSHGnZR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILVSHGnZR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILVSHGnZR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILVSHGnZR .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILVSHGnZR .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILVSHGnZR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILVSHGnZR .container {
    padding: 0 20px;
  }
  .cid-tILVSHGnZR .container .row {
    padding: 0;
  }
}
.cid-tILVSHGnZR .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILVSHGnZR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILVSHGnZR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILVSHGnZR .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILVSHGnZR .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILVSHGnZR .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILVSHGnZR .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILVSHGnZR .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILVSHGnZR .mbr-section-title {
  color: #222222;
}
.cid-tILVSHGnZR .mbr-text {
  color: #a4a2a2;
}
.cid-tILVSHGnZR .mbr-section-title,
.cid-tILVSHGnZR .mbr-section-btn {
  color: #ffffff;
}
.cid-tILW3xtOmX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tILW3xtOmX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILW3xtOmX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILW3xtOmX .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILW3xtOmX .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILW3xtOmX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILW3xtOmX .container {
    padding: 0 20px;
  }
  .cid-tILW3xtOmX .container .row {
    padding: 0;
  }
}
.cid-tILW3xtOmX .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILW3xtOmX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILW3xtOmX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILW3xtOmX .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILW3xtOmX .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILW3xtOmX .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILW3xtOmX .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILW3xtOmX .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILW3xtOmX .mbr-section-title {
  color: #222222;
}
.cid-tILW3xtOmX .mbr-text {
  color: #616161;
}
.cid-tILZF40fA5 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILZF40fA5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILZF40fA5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILZF40fA5 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILZF40fA5 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILZF40fA5 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILZF40fA5 .container {
    padding: 0 20px;
  }
  .cid-tILZF40fA5 .container .row {
    padding: 0;
  }
}
.cid-tILZF40fA5 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILZF40fA5 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILZF40fA5 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILZF40fA5 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILZF40fA5 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILZF40fA5 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILZF40fA5 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILZF40fA5 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILZF40fA5 .mbr-section-title {
  color: #222222;
}
.cid-tILZF40fA5 .mbr-text {
  color: #a4a2a2;
}
.cid-tILZF40fA5 .mbr-section-title,
.cid-tILZF40fA5 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM1iAcH56 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM1iAcH56 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM1iAcH56 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM1iAcH56 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM1iAcH56 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM1iAcH56 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM1iAcH56 .container {
    padding: 0 20px;
  }
  .cid-tIM1iAcH56 .container .row {
    padding: 0;
  }
}
.cid-tIM1iAcH56 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM1iAcH56 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM1iAcH56 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM1iAcH56 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM1iAcH56 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM1iAcH56 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM1iAcH56 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM1iAcH56 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM1iAcH56 .mbr-section-title {
  color: #222222;
}
.cid-tIM1iAcH56 .mbr-text {
  color: #616161;
}
.cid-tIM301iL65 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM301iL65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM301iL65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM301iL65 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM301iL65 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM301iL65 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM301iL65 .container {
    padding: 0 20px;
  }
  .cid-tIM301iL65 .container .row {
    padding: 0;
  }
}
.cid-tIM301iL65 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM301iL65 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM301iL65 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM301iL65 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM301iL65 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM301iL65 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM301iL65 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM301iL65 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM301iL65 .mbr-section-title {
  color: #222222;
}
.cid-tIM301iL65 .mbr-text {
  color: #a4a2a2;
}
.cid-tIM301iL65 .mbr-section-title,
.cid-tIM301iL65 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM4oNZUKj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM4oNZUKj .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM4oNZUKj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM4oNZUKj .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM4oNZUKj .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM4oNZUKj .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM4oNZUKj .container {
    padding: 0 20px;
  }
  .cid-tIM4oNZUKj .container .row {
    padding: 0;
  }
}
.cid-tIM4oNZUKj .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM4oNZUKj .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM4oNZUKj .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM4oNZUKj .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM4oNZUKj .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM4oNZUKj .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM4oNZUKj .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM4oNZUKj .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM4oNZUKj .mbr-section-title {
  color: #222222;
}
.cid-tIM4oNZUKj .mbr-text {
  color: #616161;
}
.cid-tIM8NrSpYD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM8NrSpYD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM8NrSpYD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM8NrSpYD .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM8NrSpYD .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM8NrSpYD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM8NrSpYD .container {
    padding: 0 20px;
  }
  .cid-tIM8NrSpYD .container .row {
    padding: 0;
  }
}
.cid-tIM8NrSpYD .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM8NrSpYD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM8NrSpYD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM8NrSpYD .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM8NrSpYD .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM8NrSpYD .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM8NrSpYD .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM8NrSpYD .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM8NrSpYD .mbr-section-title {
  color: #222222;
}
.cid-tIM8NrSpYD .mbr-text {
  color: #a4a2a2;
}
.cid-tIM8NrSpYD .mbr-section-title,
.cid-tIM8NrSpYD .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMakKiesg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMakKiesg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMakKiesg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMakKiesg .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMakKiesg .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMakKiesg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMakKiesg .container {
    padding: 0 20px;
  }
  .cid-tIMakKiesg .container .row {
    padding: 0;
  }
}
.cid-tIMakKiesg .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMakKiesg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMakKiesg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMakKiesg .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMakKiesg .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMakKiesg .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMakKiesg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMakKiesg .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMakKiesg .mbr-section-title {
  color: #222222;
}
.cid-tIMakKiesg .mbr-text {
  color: #616161;
}
.cid-tIMatirK68 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMatirK68 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMatirK68 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMatirK68 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMatirK68 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMatirK68 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMatirK68 .container {
    padding: 0 20px;
  }
  .cid-tIMatirK68 .container .row {
    padding: 0;
  }
}
.cid-tIMatirK68 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMatirK68 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMatirK68 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMatirK68 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMatirK68 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMatirK68 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMatirK68 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMatirK68 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMatirK68 .mbr-section-title {
  color: #222222;
}
.cid-tIMatirK68 .mbr-text {
  color: #a4a2a2;
}
.cid-tIMatirK68 .mbr-section-title,
.cid-tIMatirK68 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMg04TZGf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMg04TZGf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMg04TZGf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMg04TZGf .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMg04TZGf .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMg04TZGf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMg04TZGf .container {
    padding: 0 20px;
  }
  .cid-tIMg04TZGf .container .row {
    padding: 0;
  }
}
.cid-tIMg04TZGf .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMg04TZGf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMg04TZGf .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMg04TZGf .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMg04TZGf .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMg04TZGf .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMg04TZGf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMg04TZGf .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMg04TZGf .mbr-section-title {
  color: #222222;
}
.cid-tIMg04TZGf .mbr-text {
  color: #616161;
}
.cid-tIMgOLvQpe {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMgOLvQpe .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMgOLvQpe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMgOLvQpe .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMgOLvQpe .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMgOLvQpe .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMgOLvQpe .container {
    padding: 0 20px;
  }
  .cid-tIMgOLvQpe .container .row {
    padding: 0;
  }
}
.cid-tIMgOLvQpe .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMgOLvQpe .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMgOLvQpe .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMgOLvQpe .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMgOLvQpe .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMgOLvQpe .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMgOLvQpe .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMgOLvQpe .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMgOLvQpe .mbr-section-title {
  color: #222222;
}
.cid-tIMgOLvQpe .mbr-text {
  color: #a4a2a2;
}
.cid-tIMgOLvQpe .mbr-section-title,
.cid-tIMgOLvQpe .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMgXqvCy4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMgXqvCy4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMgXqvCy4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMgXqvCy4 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMgXqvCy4 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMgXqvCy4 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMgXqvCy4 .container {
    padding: 0 20px;
  }
  .cid-tIMgXqvCy4 .container .row {
    padding: 0;
  }
}
.cid-tIMgXqvCy4 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMgXqvCy4 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMgXqvCy4 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMgXqvCy4 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMgXqvCy4 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMgXqvCy4 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMgXqvCy4 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMgXqvCy4 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMgXqvCy4 .mbr-section-title {
  color: #222222;
}
.cid-tIMgXqvCy4 .mbr-text {
  color: #616161;
}
.cid-tIMin7L1Ge {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMin7L1Ge .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMin7L1Ge .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMin7L1Ge .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMin7L1Ge .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMin7L1Ge .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMin7L1Ge .container {
    padding: 0 20px;
  }
  .cid-tIMin7L1Ge .container .row {
    padding: 0;
  }
}
.cid-tIMin7L1Ge .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMin7L1Ge .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMin7L1Ge .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMin7L1Ge .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMin7L1Ge .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMin7L1Ge .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMin7L1Ge .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMin7L1Ge .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMin7L1Ge .mbr-section-title {
  color: #222222;
}
.cid-tIMin7L1Ge .mbr-text {
  color: #a4a2a2;
}
.cid-tIMin7L1Ge .mbr-section-title,
.cid-tIMin7L1Ge .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMjpqbUP6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMjpqbUP6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMjpqbUP6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMjpqbUP6 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMjpqbUP6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMjpqbUP6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMjpqbUP6 .container {
    padding: 0 20px;
  }
  .cid-tIMjpqbUP6 .container .row {
    padding: 0;
  }
}
.cid-tIMjpqbUP6 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMjpqbUP6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMjpqbUP6 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMjpqbUP6 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMjpqbUP6 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMjpqbUP6 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMjpqbUP6 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMjpqbUP6 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMjpqbUP6 .mbr-section-title {
  color: #222222;
}
.cid-tIMjpqbUP6 .mbr-text {
  color: #616161;
}
.cid-tIMlIDP3Nl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMlIDP3Nl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMlIDP3Nl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMlIDP3Nl .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMlIDP3Nl .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMlIDP3Nl .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMlIDP3Nl .container {
    padding: 0 20px;
  }
  .cid-tIMlIDP3Nl .container .row {
    padding: 0;
  }
}
.cid-tIMlIDP3Nl .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMlIDP3Nl .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMlIDP3Nl .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMlIDP3Nl .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMlIDP3Nl .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMlIDP3Nl .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMlIDP3Nl .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMlIDP3Nl .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMlIDP3Nl .mbr-section-title {
  color: #222222;
}
.cid-tIMlIDP3Nl .mbr-text {
  color: #a4a2a2;
}
.cid-tIMlIDP3Nl .mbr-section-title,
.cid-tIMlIDP3Nl .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMpa5EWUo {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMpa5EWUo .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMpa5EWUo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMpa5EWUo .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMpa5EWUo .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMpa5EWUo .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMpa5EWUo .container {
    padding: 0 20px;
  }
  .cid-tIMpa5EWUo .container .row {
    padding: 0;
  }
}
.cid-tIMpa5EWUo .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMpa5EWUo .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMpa5EWUo .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMpa5EWUo .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMpa5EWUo .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMpa5EWUo .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMpa5EWUo .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMpa5EWUo .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMpa5EWUo .mbr-section-title {
  color: #222222;
}
.cid-tIMpa5EWUo .mbr-text {
  color: #616161;
}
.cid-tIMph89KVf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMph89KVf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMph89KVf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMph89KVf .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMph89KVf .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMph89KVf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMph89KVf .container {
    padding: 0 20px;
  }
  .cid-tIMph89KVf .container .row {
    padding: 0;
  }
}
.cid-tIMph89KVf .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMph89KVf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMph89KVf .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMph89KVf .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMph89KVf .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMph89KVf .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMph89KVf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMph89KVf .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMph89KVf .mbr-section-title {
  color: #222222;
}
.cid-tIMph89KVf .mbr-text {
  color: #a4a2a2;
}
.cid-tIMph89KVf .mbr-section-title,
.cid-tIMph89KVf .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMpmQ1fYp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMpmQ1fYp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMpmQ1fYp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMpmQ1fYp .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMpmQ1fYp .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMpmQ1fYp .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMpmQ1fYp .container {
    padding: 0 20px;
  }
  .cid-tIMpmQ1fYp .container .row {
    padding: 0;
  }
}
.cid-tIMpmQ1fYp .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMpmQ1fYp .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMpmQ1fYp .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMpmQ1fYp .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMpmQ1fYp .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMpmQ1fYp .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMpmQ1fYp .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMpmQ1fYp .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMpmQ1fYp .mbr-section-title {
  color: #222222;
}
.cid-tIMpmQ1fYp .mbr-text {
  color: #616161;
}
.cid-tIMqL0pn4q {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMqL0pn4q .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMqL0pn4q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMqL0pn4q .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMqL0pn4q .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMqL0pn4q .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMqL0pn4q .container {
    padding: 0 20px;
  }
  .cid-tIMqL0pn4q .container .row {
    padding: 0;
  }
}
.cid-tIMqL0pn4q .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMqL0pn4q .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMqL0pn4q .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMqL0pn4q .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMqL0pn4q .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMqL0pn4q .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMqL0pn4q .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMqL0pn4q .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMqL0pn4q .mbr-section-title {
  color: #222222;
}
.cid-tIMqL0pn4q .mbr-text {
  color: #a4a2a2;
}
.cid-tIMqL0pn4q .mbr-section-title,
.cid-tIMqL0pn4q .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMZ6FcHkP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMZ6FcHkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMZ6FcHkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMZ6FcHkP .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMZ6FcHkP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMZ6FcHkP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMZ6FcHkP .container {
    padding: 0 20px;
  }
  .cid-tIMZ6FcHkP .container .row {
    padding: 0;
  }
}
.cid-tIMZ6FcHkP .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMZ6FcHkP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMZ6FcHkP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMZ6FcHkP .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMZ6FcHkP .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMZ6FcHkP .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMZ6FcHkP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMZ6FcHkP .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMZ6FcHkP .mbr-section-title {
  color: #222222;
}
.cid-tIMZ6FcHkP .mbr-text {
  color: #616161;
}
.cid-tIMYW5eCPg {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMYW5eCPg .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMYW5eCPg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMYW5eCPg .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMYW5eCPg .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMYW5eCPg .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMYW5eCPg .container {
    padding: 0 20px;
  }
  .cid-tIMYW5eCPg .container .row {
    padding: 0;
  }
}
.cid-tIMYW5eCPg .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMYW5eCPg .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMYW5eCPg .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMYW5eCPg .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMYW5eCPg .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMYW5eCPg .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMYW5eCPg .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMYW5eCPg .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMYW5eCPg .mbr-section-title {
  color: #222222;
}
.cid-tIMYW5eCPg .mbr-text {
  color: #a4a2a2;
}
.cid-tIMYW5eCPg .mbr-section-title,
.cid-tIMYW5eCPg .mbr-section-btn {
  color: #ffffff;
}
.cid-tIN0cSW680 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIN0cSW680 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIN0cSW680 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIN0cSW680 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIN0cSW680 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIN0cSW680 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIN0cSW680 .container {
    padding: 0 20px;
  }
  .cid-tIN0cSW680 .container .row {
    padding: 0;
  }
}
.cid-tIN0cSW680 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIN0cSW680 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIN0cSW680 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIN0cSW680 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIN0cSW680 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIN0cSW680 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIN0cSW680 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIN0cSW680 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIN0cSW680 .mbr-section-title {
  color: #222222;
}
.cid-tIN0cSW680 .mbr-text {
  color: #616161;
}
.cid-tJ9NoQZqd0 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tJ9NoQZqd0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ9NoQZqd0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ9NoQZqd0 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJ9NoQZqd0 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJ9NoQZqd0 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJ9NoQZqd0 .container {
    padding: 0 20px;
  }
  .cid-tJ9NoQZqd0 .container .row {
    padding: 0;
  }
}
.cid-tJ9NoQZqd0 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJ9NoQZqd0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJ9NoQZqd0 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJ9NoQZqd0 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJ9NoQZqd0 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJ9NoQZqd0 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJ9NoQZqd0 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJ9NoQZqd0 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJ9NoQZqd0 .mbr-section-title {
  color: #222222;
}
.cid-tJ9NoQZqd0 .mbr-text {
  color: #a4a2a2;
}
.cid-tJ9NoQZqd0 .mbr-section-title,
.cid-tJ9NoQZqd0 .mbr-section-btn {
  color: #ffffff;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tILWPDBj9X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tILWPDBj9X .mbr-fallback-image.disabled {
  display: none;
}
.cid-tILWPDBj9X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tILWPDBj9X .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tILWPDBj9X .container-fluid {
    padding: 0 20px;
  }
}
.cid-tILWPDBj9X .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tILWPDBj9X .container {
    padding: 0 20px;
  }
  .cid-tILWPDBj9X .container .row {
    padding: 0;
  }
}
.cid-tILWPDBj9X .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tILWPDBj9X .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tILWPDBj9X .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tILWPDBj9X .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tILWPDBj9X .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tILWPDBj9X .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tILWPDBj9X .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tILWPDBj9X .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tILWPDBj9X .mbr-section-title {
  color: #222222;
}
.cid-tILWPDBj9X .mbr-text {
  color: #a4a2a2;
}
.cid-tILWPDBj9X .mbr-section-title,
.cid-tILWPDBj9X .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMkOrWiuX {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMkOrWiuX .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMkOrWiuX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMkOrWiuX .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMkOrWiuX .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMkOrWiuX .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMkOrWiuX .container {
    padding: 0 20px;
  }
  .cid-tIMkOrWiuX .container .row {
    padding: 0;
  }
}
.cid-tIMkOrWiuX .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMkOrWiuX .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMkOrWiuX .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMkOrWiuX .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMkOrWiuX .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMkOrWiuX .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMkOrWiuX .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMkOrWiuX .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMkOrWiuX .mbr-section-title {
  color: #222222;
}
.cid-tIMkOrWiuX .mbr-text {
  color: #616161;
}
.cid-tIMc0Y6zqC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMc0Y6zqC .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMc0Y6zqC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMc0Y6zqC .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMc0Y6zqC .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMc0Y6zqC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMc0Y6zqC .container {
    padding: 0 20px;
  }
  .cid-tIMc0Y6zqC .container .row {
    padding: 0;
  }
}
.cid-tIMc0Y6zqC .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMc0Y6zqC .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMc0Y6zqC .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMc0Y6zqC .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMc0Y6zqC .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMc0Y6zqC .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMc0Y6zqC .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMc0Y6zqC .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMc0Y6zqC .mbr-section-title {
  color: #222222;
}
.cid-tIMc0Y6zqC .mbr-text {
  color: #a4a2a2;
}
.cid-tIMc0Y6zqC .mbr-section-title,
.cid-tIMc0Y6zqC .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMfojMeJw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMfojMeJw .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMfojMeJw .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMfojMeJw .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMfojMeJw .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMfojMeJw .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMfojMeJw .container {
    padding: 0 20px;
  }
  .cid-tIMfojMeJw .container .row {
    padding: 0;
  }
}
.cid-tIMfojMeJw .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMfojMeJw .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMfojMeJw .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMfojMeJw .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMfojMeJw .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMfojMeJw .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMfojMeJw .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMfojMeJw .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMfojMeJw .mbr-section-title {
  color: #222222;
}
.cid-tIMfojMeJw .mbr-text {
  color: #616161;
}
.cid-tIMjLhZV8S {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMjLhZV8S .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMjLhZV8S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMjLhZV8S .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMjLhZV8S .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMjLhZV8S .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMjLhZV8S .container {
    padding: 0 20px;
  }
  .cid-tIMjLhZV8S .container .row {
    padding: 0;
  }
}
.cid-tIMjLhZV8S .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMjLhZV8S .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMjLhZV8S .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMjLhZV8S .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMjLhZV8S .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMjLhZV8S .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMjLhZV8S .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMjLhZV8S .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMjLhZV8S .mbr-section-title {
  color: #222222;
}
.cid-tIMjLhZV8S .mbr-text {
  color: #a4a2a2;
}
.cid-tIMjLhZV8S .mbr-section-title,
.cid-tIMjLhZV8S .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMnNyTv58 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMnNyTv58 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMnNyTv58 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMnNyTv58 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMnNyTv58 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMnNyTv58 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMnNyTv58 .container {
    padding: 0 20px;
  }
  .cid-tIMnNyTv58 .container .row {
    padding: 0;
  }
}
.cid-tIMnNyTv58 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMnNyTv58 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMnNyTv58 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMnNyTv58 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMnNyTv58 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMnNyTv58 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMnNyTv58 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMnNyTv58 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMnNyTv58 .mbr-section-title {
  color: #222222;
}
.cid-tIMnNyTv58 .mbr-text {
  color: #616161;
}
.cid-tIMoWeE1An {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMoWeE1An .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMoWeE1An .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMoWeE1An .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMoWeE1An .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMoWeE1An .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMoWeE1An .container {
    padding: 0 20px;
  }
  .cid-tIMoWeE1An .container .row {
    padding: 0;
  }
}
.cid-tIMoWeE1An .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMoWeE1An .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMoWeE1An .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMoWeE1An .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMoWeE1An .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMoWeE1An .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMoWeE1An .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMoWeE1An .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMoWeE1An .mbr-section-title {
  color: #222222;
}
.cid-tIMoWeE1An .mbr-text {
  color: #a4a2a2;
}
.cid-tIMoWeE1An .mbr-section-title,
.cid-tIMoWeE1An .mbr-section-btn {
  color: #ffffff;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJ9MPXl71V {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tJ9MPXl71V .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ9MPXl71V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ9MPXl71V .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJ9MPXl71V .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJ9MPXl71V .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJ9MPXl71V .container {
    padding: 0 20px;
  }
  .cid-tJ9MPXl71V .container .row {
    padding: 0;
  }
}
.cid-tJ9MPXl71V .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJ9MPXl71V .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJ9MPXl71V .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJ9MPXl71V .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJ9MPXl71V .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJ9MPXl71V .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJ9MPXl71V .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJ9MPXl71V .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJ9MPXl71V .mbr-section-title {
  color: #222222;
}
.cid-tJ9MPXl71V .mbr-text {
  color: #a4a2a2;
}
.cid-tJ9MPXl71V .mbr-section-title,
.cid-tJ9MPXl71V .mbr-section-btn {
  color: #ffffff;
}
.cid-tJ9Mx7IIZk {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tJ9Mx7IIZk .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJ9Mx7IIZk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJ9Mx7IIZk .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJ9Mx7IIZk .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJ9Mx7IIZk .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJ9Mx7IIZk .container {
    padding: 0 20px;
  }
  .cid-tJ9Mx7IIZk .container .row {
    padding: 0;
  }
}
.cid-tJ9Mx7IIZk .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJ9Mx7IIZk .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJ9Mx7IIZk .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJ9Mx7IIZk .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJ9Mx7IIZk .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJ9Mx7IIZk .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJ9Mx7IIZk .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJ9Mx7IIZk .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJ9Mx7IIZk .mbr-section-title {
  color: #222222;
}
.cid-tJ9Mx7IIZk .mbr-text {
  color: #616161;
}
.cid-tJ9Mx7IIZk .mbr-section-title,
.cid-tJ9Mx7IIZk .mbr-section-btn {
  color: #ffffff;
}
.cid-tITsdGgJ80 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tITsdGgJ80 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tITsdGgJ80 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tITsdGgJ80 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tITsdGgJ80 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tITsdGgJ80 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tITsdGgJ80 .container {
    padding: 0 20px;
  }
  .cid-tITsdGgJ80 .container .row {
    padding: 0;
  }
}
.cid-tITsdGgJ80 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tITsdGgJ80 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tITsdGgJ80 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tITsdGgJ80 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tITsdGgJ80 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tITsdGgJ80 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tITsdGgJ80 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tITsdGgJ80 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tITsdGgJ80 .mbr-section-title {
  color: #222222;
}
.cid-tITsdGgJ80 .mbr-text {
  color: #a4a2a2;
}
.cid-tITsdGgJ80 .mbr-section-title,
.cid-tITsdGgJ80 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM1QKdedT {
  padding-top: 8rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM1QKdedT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM1QKdedT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM1QKdedT .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM1QKdedT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM1QKdedT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM1QKdedT .container {
    padding: 0 20px;
  }
  .cid-tIM1QKdedT .container .row {
    padding: 0;
  }
}
.cid-tIM1QKdedT .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM1QKdedT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM1QKdedT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM1QKdedT .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM1QKdedT .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM1QKdedT .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM1QKdedT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM1QKdedT .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM1QKdedT .mbr-section-title {
  color: #222222;
}
.cid-tIM1QKdedT .mbr-text {
  color: #616161;
}
.cid-tIM3zqyeNE {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM3zqyeNE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM3zqyeNE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM3zqyeNE .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM3zqyeNE .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM3zqyeNE .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM3zqyeNE .container {
    padding: 0 20px;
  }
  .cid-tIM3zqyeNE .container .row {
    padding: 0;
  }
}
.cid-tIM3zqyeNE .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM3zqyeNE .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM3zqyeNE .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM3zqyeNE .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM3zqyeNE .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM3zqyeNE .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM3zqyeNE .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM3zqyeNE .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM3zqyeNE .mbr-section-title {
  color: #222222;
}
.cid-tIM3zqyeNE .mbr-text {
  color: #a4a2a2;
}
.cid-tIM3zqyeNE .mbr-section-title,
.cid-tIM3zqyeNE .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM3Igf3dS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM3Igf3dS .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM3Igf3dS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM3Igf3dS .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM3Igf3dS .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM3Igf3dS .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM3Igf3dS .container {
    padding: 0 20px;
  }
  .cid-tIM3Igf3dS .container .row {
    padding: 0;
  }
}
.cid-tIM3Igf3dS .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM3Igf3dS .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM3Igf3dS .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM3Igf3dS .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM3Igf3dS .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM3Igf3dS .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM3Igf3dS .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM3Igf3dS .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM3Igf3dS .mbr-section-title {
  color: #222222;
}
.cid-tIM3Igf3dS .mbr-text {
  color: #616161;
}
.cid-tIM7hrsKjH {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM7hrsKjH .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM7hrsKjH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM7hrsKjH .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM7hrsKjH .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM7hrsKjH .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM7hrsKjH .container {
    padding: 0 20px;
  }
  .cid-tIM7hrsKjH .container .row {
    padding: 0;
  }
}
.cid-tIM7hrsKjH .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM7hrsKjH .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM7hrsKjH .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM7hrsKjH .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM7hrsKjH .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM7hrsKjH .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM7hrsKjH .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM7hrsKjH .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM7hrsKjH .mbr-section-title {
  color: #222222;
}
.cid-tIM7hrsKjH .mbr-text {
  color: #a4a2a2;
}
.cid-tIM7hrsKjH .mbr-section-title,
.cid-tIM7hrsKjH .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM89bWRcy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM89bWRcy .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM89bWRcy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM89bWRcy .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM89bWRcy .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM89bWRcy .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM89bWRcy .container {
    padding: 0 20px;
  }
  .cid-tIM89bWRcy .container .row {
    padding: 0;
  }
}
.cid-tIM89bWRcy .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM89bWRcy .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM89bWRcy .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM89bWRcy .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM89bWRcy .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM89bWRcy .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM89bWRcy .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM89bWRcy .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM89bWRcy .mbr-section-title {
  color: #222222;
}
.cid-tIM89bWRcy .mbr-text {
  color: #616161;
}
.cid-tIM9aJ3Nwd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM9aJ3Nwd .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM9aJ3Nwd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM9aJ3Nwd .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM9aJ3Nwd .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM9aJ3Nwd .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM9aJ3Nwd .container {
    padding: 0 20px;
  }
  .cid-tIM9aJ3Nwd .container .row {
    padding: 0;
  }
}
.cid-tIM9aJ3Nwd .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM9aJ3Nwd .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM9aJ3Nwd .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM9aJ3Nwd .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM9aJ3Nwd .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM9aJ3Nwd .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM9aJ3Nwd .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM9aJ3Nwd .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM9aJ3Nwd .mbr-section-title {
  color: #222222;
}
.cid-tIM9aJ3Nwd .mbr-text {
  color: #a4a2a2;
}
.cid-tIM9aJ3Nwd .mbr-section-title,
.cid-tIM9aJ3Nwd .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM9j4KLmI {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM9j4KLmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM9j4KLmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM9j4KLmI .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM9j4KLmI .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM9j4KLmI .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM9j4KLmI .container {
    padding: 0 20px;
  }
  .cid-tIM9j4KLmI .container .row {
    padding: 0;
  }
}
.cid-tIM9j4KLmI .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM9j4KLmI .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM9j4KLmI .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM9j4KLmI .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM9j4KLmI .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM9j4KLmI .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM9j4KLmI .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM9j4KLmI .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM9j4KLmI .mbr-section-title {
  color: #222222;
}
.cid-tIM9j4KLmI .mbr-text {
  color: #616161;
}
.cid-tIMey89OnR {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMey89OnR .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMey89OnR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMey89OnR .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMey89OnR .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMey89OnR .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMey89OnR .container {
    padding: 0 20px;
  }
  .cid-tIMey89OnR .container .row {
    padding: 0;
  }
}
.cid-tIMey89OnR .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMey89OnR .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMey89OnR .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMey89OnR .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMey89OnR .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMey89OnR .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMey89OnR .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMey89OnR .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMey89OnR .mbr-section-title {
  color: #222222;
}
.cid-tIMey89OnR .mbr-text {
  color: #a4a2a2;
}
.cid-tIMey89OnR .mbr-section-title,
.cid-tIMey89OnR .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMh8CkKPV {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMh8CkKPV .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMh8CkKPV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMh8CkKPV .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMh8CkKPV .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMh8CkKPV .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMh8CkKPV .container {
    padding: 0 20px;
  }
  .cid-tIMh8CkKPV .container .row {
    padding: 0;
  }
}
.cid-tIMh8CkKPV .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMh8CkKPV .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMh8CkKPV .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMh8CkKPV .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMh8CkKPV .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMh8CkKPV .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMh8CkKPV .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMh8CkKPV .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMh8CkKPV .mbr-section-title {
  color: #222222;
}
.cid-tIMh8CkKPV .mbr-text {
  color: #616161;
}
.cid-tIMiDG67rr {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMiDG67rr .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMiDG67rr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMiDG67rr .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMiDG67rr .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMiDG67rr .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMiDG67rr .container {
    padding: 0 20px;
  }
  .cid-tIMiDG67rr .container .row {
    padding: 0;
  }
}
.cid-tIMiDG67rr .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMiDG67rr .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMiDG67rr .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMiDG67rr .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMiDG67rr .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMiDG67rr .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMiDG67rr .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMiDG67rr .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMiDG67rr .mbr-section-title {
  color: #222222;
}
.cid-tIMiDG67rr .mbr-text {
  color: #a4a2a2;
}
.cid-tIMiDG67rr .mbr-section-title,
.cid-tIMiDG67rr .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMndeLt9O {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMndeLt9O .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMndeLt9O .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMndeLt9O .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMndeLt9O .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMndeLt9O .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMndeLt9O .container {
    padding: 0 20px;
  }
  .cid-tIMndeLt9O .container .row {
    padding: 0;
  }
}
.cid-tIMndeLt9O .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMndeLt9O .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMndeLt9O .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMndeLt9O .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMndeLt9O .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMndeLt9O .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMndeLt9O .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMndeLt9O .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMndeLt9O .mbr-section-title {
  color: #222222;
}
.cid-tIMndeLt9O .mbr-text {
  color: #616161;
}
.cid-tIMq8EWKJD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMq8EWKJD .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMq8EWKJD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMq8EWKJD .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMq8EWKJD .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMq8EWKJD .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMq8EWKJD .container {
    padding: 0 20px;
  }
  .cid-tIMq8EWKJD .container .row {
    padding: 0;
  }
}
.cid-tIMq8EWKJD .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMq8EWKJD .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMq8EWKJD .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMq8EWKJD .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMq8EWKJD .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMq8EWKJD .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMq8EWKJD .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMq8EWKJD .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMq8EWKJD .mbr-section-title {
  color: #222222;
}
.cid-tIMq8EWKJD .mbr-text {
  color: #a4a2a2;
}
.cid-tIMq8EWKJD .mbr-section-title,
.cid-tIMq8EWKJD .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMXTYijuJ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMXTYijuJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMXTYijuJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMXTYijuJ .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMXTYijuJ .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMXTYijuJ .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMXTYijuJ .container {
    padding: 0 20px;
  }
  .cid-tIMXTYijuJ .container .row {
    padding: 0;
  }
}
.cid-tIMXTYijuJ .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMXTYijuJ .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMXTYijuJ .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMXTYijuJ .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMXTYijuJ .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMXTYijuJ .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMXTYijuJ .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMXTYijuJ .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMXTYijuJ .mbr-section-title {
  color: #222222;
}
.cid-tIMXTYijuJ .mbr-text {
  color: #616161;
}
.cid-tIMY6JpDQN {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMY6JpDQN .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMY6JpDQN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMY6JpDQN .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMY6JpDQN .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMY6JpDQN .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMY6JpDQN .container {
    padding: 0 20px;
  }
  .cid-tIMY6JpDQN .container .row {
    padding: 0;
  }
}
.cid-tIMY6JpDQN .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMY6JpDQN .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMY6JpDQN .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMY6JpDQN .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMY6JpDQN .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMY6JpDQN .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMY6JpDQN .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMY6JpDQN .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMY6JpDQN .mbr-section-title {
  color: #222222;
}
.cid-tIMY6JpDQN .mbr-text {
  color: #a4a2a2;
}
.cid-tIMY6JpDQN .mbr-section-title,
.cid-tIMY6JpDQN .mbr-section-btn {
  color: #ffffff;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tJaYu9OHH2 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tJaYu9OHH2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJaYu9OHH2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJaYu9OHH2 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJaYu9OHH2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJaYu9OHH2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJaYu9OHH2 .container {
    padding: 0 20px;
  }
  .cid-tJaYu9OHH2 .container .row {
    padding: 0;
  }
}
.cid-tJaYu9OHH2 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJaYu9OHH2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJaYu9OHH2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJaYu9OHH2 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJaYu9OHH2 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJaYu9OHH2 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJaYu9OHH2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJaYu9OHH2 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJaYu9OHH2 .mbr-section-title {
  color: #222222;
}
.cid-tJaYu9OHH2 .mbr-text {
  color: #a4a2a2;
}
.cid-tJaYu9OHH2 .mbr-section-title,
.cid-tJaYu9OHH2 .mbr-section-btn {
  color: #1b2320;
}
.cid-tIM3jMyO4D {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM3jMyO4D .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM3jMyO4D .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM3jMyO4D .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM3jMyO4D .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM3jMyO4D .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM3jMyO4D .container {
    padding: 0 20px;
  }
  .cid-tIM3jMyO4D .container .row {
    padding: 0;
  }
}
.cid-tIM3jMyO4D .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM3jMyO4D .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM3jMyO4D .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM3jMyO4D .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM3jMyO4D .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM3jMyO4D .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM3jMyO4D .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM3jMyO4D .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM3jMyO4D .mbr-section-title {
  color: #222222;
}
.cid-tIM3jMyO4D .mbr-text {
  color: #a4a2a2;
}
.cid-tIM3jMyO4D .mbr-section-title,
.cid-tIM3jMyO4D .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM4YYbEuv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM4YYbEuv .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM4YYbEuv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM4YYbEuv .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM4YYbEuv .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM4YYbEuv .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM4YYbEuv .container {
    padding: 0 20px;
  }
  .cid-tIM4YYbEuv .container .row {
    padding: 0;
  }
}
.cid-tIM4YYbEuv .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM4YYbEuv .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM4YYbEuv .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM4YYbEuv .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM4YYbEuv .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM4YYbEuv .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM4YYbEuv .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM4YYbEuv .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM4YYbEuv .mbr-section-title {
  color: #222222;
}
.cid-tIM4YYbEuv .mbr-text {
  color: #616161;
}
.cid-tIM55HjA21 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM55HjA21 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM55HjA21 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM55HjA21 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM55HjA21 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM55HjA21 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM55HjA21 .container {
    padding: 0 20px;
  }
  .cid-tIM55HjA21 .container .row {
    padding: 0;
  }
}
.cid-tIM55HjA21 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM55HjA21 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM55HjA21 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM55HjA21 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM55HjA21 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM55HjA21 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM55HjA21 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM55HjA21 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM55HjA21 .mbr-section-title {
  color: #222222;
}
.cid-tIM55HjA21 .mbr-text {
  color: #a4a2a2;
}
.cid-tIM55HjA21 .mbr-section-title,
.cid-tIM55HjA21 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM5cg3Hrf {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM5cg3Hrf .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM5cg3Hrf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM5cg3Hrf .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM5cg3Hrf .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM5cg3Hrf .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM5cg3Hrf .container {
    padding: 0 20px;
  }
  .cid-tIM5cg3Hrf .container .row {
    padding: 0;
  }
}
.cid-tIM5cg3Hrf .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM5cg3Hrf .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM5cg3Hrf .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM5cg3Hrf .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM5cg3Hrf .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM5cg3Hrf .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM5cg3Hrf .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM5cg3Hrf .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM5cg3Hrf .mbr-section-title {
  color: #222222;
}
.cid-tIM5cg3Hrf .mbr-text {
  color: #616161;
}
.cid-tIM5jL39V9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM5jL39V9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM5jL39V9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM5jL39V9 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM5jL39V9 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM5jL39V9 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM5jL39V9 .container {
    padding: 0 20px;
  }
  .cid-tIM5jL39V9 .container .row {
    padding: 0;
  }
}
.cid-tIM5jL39V9 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM5jL39V9 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM5jL39V9 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM5jL39V9 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM5jL39V9 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM5jL39V9 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM5jL39V9 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM5jL39V9 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM5jL39V9 .mbr-section-title {
  color: #222222;
}
.cid-tIM5jL39V9 .mbr-text {
  color: #a4a2a2;
}
.cid-tIM5jL39V9 .mbr-section-title,
.cid-tIM5jL39V9 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM5s0KRlT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM5s0KRlT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM5s0KRlT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM5s0KRlT .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM5s0KRlT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM5s0KRlT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM5s0KRlT .container {
    padding: 0 20px;
  }
  .cid-tIM5s0KRlT .container .row {
    padding: 0;
  }
}
.cid-tIM5s0KRlT .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM5s0KRlT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM5s0KRlT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM5s0KRlT .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM5s0KRlT .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM5s0KRlT .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM5s0KRlT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM5s0KRlT .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM5s0KRlT .mbr-section-title {
  color: #222222;
}
.cid-tIM5s0KRlT .mbr-text {
  color: #616161;
}
.cid-tIM6O7OGbu {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM6O7OGbu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM6O7OGbu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM6O7OGbu .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM6O7OGbu .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM6O7OGbu .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM6O7OGbu .container {
    padding: 0 20px;
  }
  .cid-tIM6O7OGbu .container .row {
    padding: 0;
  }
}
.cid-tIM6O7OGbu .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM6O7OGbu .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM6O7OGbu .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM6O7OGbu .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM6O7OGbu .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM6O7OGbu .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM6O7OGbu .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM6O7OGbu .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM6O7OGbu .mbr-section-title {
  color: #222222;
}
.cid-tIM6O7OGbu .mbr-text {
  color: #a4a2a2;
}
.cid-tIM6O7OGbu .mbr-section-title,
.cid-tIM6O7OGbu .mbr-section-btn {
  color: #ffffff;
}
.cid-tIM7oBxZul {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIM7oBxZul .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM7oBxZul .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM7oBxZul .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM7oBxZul .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM7oBxZul .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM7oBxZul .container {
    padding: 0 20px;
  }
  .cid-tIM7oBxZul .container .row {
    padding: 0;
  }
}
.cid-tIM7oBxZul .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM7oBxZul .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM7oBxZul .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM7oBxZul .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM7oBxZul .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM7oBxZul .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM7oBxZul .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM7oBxZul .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM7oBxZul .mbr-section-title {
  color: #222222;
}
.cid-tIM7oBxZul .mbr-text {
  color: #616161;
}
.cid-tIM8EvSVqP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM8EvSVqP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM8EvSVqP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM8EvSVqP .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM8EvSVqP .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM8EvSVqP .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM8EvSVqP .container {
    padding: 0 20px;
  }
  .cid-tIM8EvSVqP .container .row {
    padding: 0;
  }
}
.cid-tIM8EvSVqP .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM8EvSVqP .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM8EvSVqP .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM8EvSVqP .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM8EvSVqP .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM8EvSVqP .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM8EvSVqP .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM8EvSVqP .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM8EvSVqP .mbr-section-title {
  color: #222222;
}
.cid-tIM8EvSVqP .mbr-text {
  color: #a4a2a2;
}
.cid-tIM8EvSVqP .mbr-section-title,
.cid-tIM8EvSVqP .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMhZhKMsi {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMhZhKMsi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMhZhKMsi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMhZhKMsi .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMhZhKMsi .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMhZhKMsi .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMhZhKMsi .container {
    padding: 0 20px;
  }
  .cid-tIMhZhKMsi .container .row {
    padding: 0;
  }
}
.cid-tIMhZhKMsi .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMhZhKMsi .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMhZhKMsi .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMhZhKMsi .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMhZhKMsi .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMhZhKMsi .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMhZhKMsi .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMhZhKMsi .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMhZhKMsi .mbr-section-title {
  color: #222222;
}
.cid-tIMhZhKMsi .mbr-text {
  color: #616161;
}
.cid-tIMmI3wUy2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMmI3wUy2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMmI3wUy2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMmI3wUy2 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMmI3wUy2 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMmI3wUy2 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMmI3wUy2 .container {
    padding: 0 20px;
  }
  .cid-tIMmI3wUy2 .container .row {
    padding: 0;
  }
}
.cid-tIMmI3wUy2 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMmI3wUy2 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMmI3wUy2 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMmI3wUy2 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMmI3wUy2 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMmI3wUy2 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMmI3wUy2 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMmI3wUy2 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMmI3wUy2 .mbr-section-title {
  color: #222222;
}
.cid-tIMmI3wUy2 .mbr-text {
  color: #a4a2a2;
}
.cid-tIMmI3wUy2 .mbr-section-title,
.cid-tIMmI3wUy2 .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMq12YgyF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMq12YgyF .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMq12YgyF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMq12YgyF .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMq12YgyF .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMq12YgyF .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMq12YgyF .container {
    padding: 0 20px;
  }
  .cid-tIMq12YgyF .container .row {
    padding: 0;
  }
}
.cid-tIMq12YgyF .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMq12YgyF .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMq12YgyF .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMq12YgyF .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMq12YgyF .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMq12YgyF .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMq12YgyF .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMq12YgyF .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMq12YgyF .mbr-section-title {
  color: #222222;
}
.cid-tIMq12YgyF .mbr-text {
  color: #616161;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tIM8vEo5ZT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIM8vEo5ZT .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIM8vEo5ZT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIM8vEo5ZT .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIM8vEo5ZT .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIM8vEo5ZT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIM8vEo5ZT .container {
    padding: 0 20px;
  }
  .cid-tIM8vEo5ZT .container .row {
    padding: 0;
  }
}
.cid-tIM8vEo5ZT .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIM8vEo5ZT .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIM8vEo5ZT .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIM8vEo5ZT .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIM8vEo5ZT .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIM8vEo5ZT .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIM8vEo5ZT .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIM8vEo5ZT .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIM8vEo5ZT .mbr-section-title {
  color: #222222;
}
.cid-tIM8vEo5ZT .mbr-text {
  color: #a4a2a2;
}
.cid-tIM8vEo5ZT .mbr-section-title,
.cid-tIM8vEo5ZT .mbr-section-btn {
  color: #ffffff;
}
.cid-tIMmxOZsA6 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMmxOZsA6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMmxOZsA6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMmxOZsA6 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMmxOZsA6 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMmxOZsA6 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMmxOZsA6 .container {
    padding: 0 20px;
  }
  .cid-tIMmxOZsA6 .container .row {
    padding: 0;
  }
}
.cid-tIMmxOZsA6 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMmxOZsA6 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMmxOZsA6 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMmxOZsA6 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMmxOZsA6 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMmxOZsA6 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMmxOZsA6 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMmxOZsA6 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMmxOZsA6 .mbr-section-title {
  color: #222222;
}
.cid-tIMmxOZsA6 .mbr-text {
  color: #616161;
}
.cid-tIMULpZJDc {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #151515;
}
.cid-tIMULpZJDc .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMULpZJDc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMULpZJDc .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMULpZJDc .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMULpZJDc .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMULpZJDc .container {
    padding: 0 20px;
  }
  .cid-tIMULpZJDc .container .row {
    padding: 0;
  }
}
.cid-tIMULpZJDc .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMULpZJDc .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMULpZJDc .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMULpZJDc .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMULpZJDc .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMULpZJDc .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMULpZJDc .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMULpZJDc .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMULpZJDc .mbr-section-title {
  color: #222222;
}
.cid-tIMULpZJDc .mbr-text {
  color: #616161;
}
.cid-tIMULpZJDc .mbr-section-title,
.cid-tIMULpZJDc .mbr-section-btn {
  color: #ffffff;
}
.cid-ttRnktJ11Q {
  z-index: 1000;
  width: 100%;
}
.cid-ttRnktJ11Q .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-ttRnktJ11Q .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .menu_box .navbar.opened,
  .cid-ttRnktJ11Q .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-ttRnktJ11Q nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-ttRnktJ11Q .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-ttRnktJ11Q .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-ttRnktJ11Q .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-ttRnktJ11Q .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-ttRnktJ11Q .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-ttRnktJ11Q .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-ttRnktJ11Q .offcanvas-body .mbr-text,
  .cid-ttRnktJ11Q .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-ttRnktJ11Q .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-ttRnktJ11Q .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-ttRnktJ11Q ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-ttRnktJ11Q li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-ttRnktJ11Q .lg_brand {
    margin: 0 1rem;
  }
}
.cid-ttRnktJ11Q .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .nav-item {
    margin: 0 !important;
  }
}
.cid-ttRnktJ11Q .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-ttRnktJ11Q .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-ttRnktJ11Q .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-ttRnktJ11Q .offcanvas_box {
    display: none;
  }
}
.cid-ttRnktJ11Q .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-ttRnktJ11Q .container {
  display: flex;
  margin: auto;
}
.cid-ttRnktJ11Q .iconfont-wrapper {
  color: #ffffff;
  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-ttRnktJ11Q .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-ttRnktJ11Q .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-ttRnktJ11Q .navbar-caption {
  color: #ffffff;
}
.cid-ttRnktJ11Q .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .navbar-nav {
    margin: 0;
  }
}
.cid-ttRnktJ11Q .dropdown-menu,
.cid-ttRnktJ11Q .navbar.opened {
  background-color: true !important;
}
.cid-ttRnktJ11Q .nav-item:focus,
.cid-ttRnktJ11Q .nav-link:focus {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-ttRnktJ11Q .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-ttRnktJ11Q .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-ttRnktJ11Q .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-ttRnktJ11Q .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-ttRnktJ11Q .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-ttRnktJ11Q .navbar.opened {
  transition: all 0.3s;
}
.cid-ttRnktJ11Q .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-ttRnktJ11Q .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-ttRnktJ11Q .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-ttRnktJ11Q .navbar.collapsed {
  justify-content: center;
}
.cid-ttRnktJ11Q .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-ttRnktJ11Q .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-ttRnktJ11Q .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-ttRnktJ11Q .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-ttRnktJ11Q .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-ttRnktJ11Q .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-ttRnktJ11Q .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-ttRnktJ11Q .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-ttRnktJ11Q .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-ttRnktJ11Q .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-ttRnktJ11Q .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-ttRnktJ11Q .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-ttRnktJ11Q .navbar .icons-menu {
    padding: 0;
  }
}
.cid-ttRnktJ11Q .navbar.navbar-short {
  min-height: 60px;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-ttRnktJ11Q .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-ttRnktJ11Q .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-ttRnktJ11Q .dropdown-item.active,
.cid-ttRnktJ11Q .dropdown-item:active {
  background-color: transparent;
}
.cid-ttRnktJ11Q .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-ttRnktJ11Q .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-ttRnktJ11Q .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-ttRnktJ11Q ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-ttRnktJ11Q .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-ttRnktJ11Q 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: #000000;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-ttRnktJ11Q button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-ttRnktJ11Q nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-ttRnktJ11Q a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-ttRnktJ11Q .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-ttRnktJ11Q .navbar {
    height: 70px;
  }
  .cid-ttRnktJ11Q .navbar.opened {
    height: auto;
  }
  .cid-ttRnktJ11Q .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-ttRnktJ11Q .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-ttRnktJ11Q .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-ttRnktJ11Q .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-ttRnktJ11Q .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-ttRnktJ11Q .mbr-section-btn .btn,
.cid-ttRnktJ11Q .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-ttRnktJ11Q .mbr-section-subtitle {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-ttRnktJ11Q .text_widget {
  color: #000000;
}
.cid-ttRnktJ11Q .mbr-section-subtitle,
.cid-ttRnktJ11Q .text_widget,
.cid-ttRnktJ11Q .mbr-section-btn {
  text-align: center;
}
.cid-ttRnktJ11Q a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tIMa1Yjzag {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #e8e8e8;
}
.cid-tIMa1Yjzag .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMa1Yjzag .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMa1Yjzag .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMa1Yjzag .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMa1Yjzag .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMa1Yjzag .container {
    padding: 0 20px;
  }
  .cid-tIMa1Yjzag .container .row {
    padding: 0;
  }
}
.cid-tIMa1Yjzag .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMa1Yjzag .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMa1Yjzag .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMa1Yjzag .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMa1Yjzag .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMa1Yjzag .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMa1Yjzag .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMa1Yjzag .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMa1Yjzag .mbr-section-title {
  color: #222222;
}
.cid-tIMa1Yjzag .mbr-text {
  color: #616161;
}
.cid-tIMjftZtxs {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMjftZtxs .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMjftZtxs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMjftZtxs .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMjftZtxs .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMjftZtxs .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMjftZtxs .container {
    padding: 0 20px;
  }
  .cid-tIMjftZtxs .container .row {
    padding: 0;
  }
}
.cid-tIMjftZtxs .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMjftZtxs .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMjftZtxs .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMjftZtxs .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMjftZtxs .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMjftZtxs .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMjftZtxs .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMjftZtxs .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMjftZtxs .mbr-section-title {
  color: #222222;
}
.cid-tIMjftZtxs .mbr-text {
  color: #a4a2a2;
}
.cid-tIMjftZtxs .mbr-section-title,
.cid-tIMjftZtxs .mbr-section-btn {
  color: #ffffff;
}
.cid-tJb7SmJhc8 {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #ffffff;
}
.cid-tJb7SmJhc8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tJb7SmJhc8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tJb7SmJhc8 .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tJb7SmJhc8 .container-fluid {
    padding: 0 20px;
  }
}
.cid-tJb7SmJhc8 .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tJb7SmJhc8 .container {
    padding: 0 20px;
  }
  .cid-tJb7SmJhc8 .container .row {
    padding: 0;
  }
}
.cid-tJb7SmJhc8 .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tJb7SmJhc8 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tJb7SmJhc8 .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tJb7SmJhc8 .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tJb7SmJhc8 .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tJb7SmJhc8 .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tJb7SmJhc8 .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tJb7SmJhc8 .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tJb7SmJhc8 .mbr-section-title {
  color: #222222;
}
.cid-tJb7SmJhc8 .mbr-text {
  color: #a4a2a2;
}
.cid-tJb7SmJhc8 .mbr-section-title,
.cid-tJb7SmJhc8 .mbr-section-btn {
  color: #000000;
}
.cid-tILKdDuooG {
  z-index: 1000;
  width: 100%;
}
.cid-tILKdDuooG .navbar-dropdown {
  background: #ffffff !important;
  padding: 0;
  position: fixed;
}
.cid-tILKdDuooG .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff !important;
  background: #ffffff;
}
.cid-tILKdDuooG .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .menu_box .navbar.opened,
  .cid-tILKdDuooG .menu_box .navbar-collapse {
    background-color: #ffffff !important;
    transition: all 0s ease 0s;
  }
}
.cid-tILKdDuooG nav.navbar {
  position: fixed;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.cid-tILKdDuooG .icons-menu-main {
  display: flex;
  flex-wrap: wrap;
  max-width: 150px;
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .icons-menu-main {
    max-width: 100%;
    margin: 1rem 0 1rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .mbr-section-btn-main {
    margin-top: 1rem;
  }
}
.cid-tILKdDuooG .btn {
  min-height: auto;
  box-shadow: none;
  margin-top: 0;
}
.cid-tILKdDuooG .btn:hover {
  box-shadow: none;
}
@media (min-width: 992px) {
  .cid-tILKdDuooG .offcanvas {
    padding: 12rem 80px 0;
    width: 30%;
    background-color: #282828;
  }
  .cid-tILKdDuooG .offcanvas_image img {
    width: auto;
    object-fit: cover;
    display: inline-block;
  }
  .cid-tILKdDuooG .offcanvas-header {
    position: relative;
    padding: 0;
  }
  .cid-tILKdDuooG .offcanvas-header .btn-close {
    position: absolute;
    top: -70px;
    right: 0;
    width: 35px;
    height: 30px;
  }
  .cid-tILKdDuooG .offcanvas-body {
    text-align: center;
    padding: 0;
  }
  .cid-tILKdDuooG .offcanvas-body .mbr-text,
  .cid-tILKdDuooG .offcanvas-body .mbr-section-subtitle {
    margin-top: 14px;
  }
  .cid-tILKdDuooG .offcanvas-body .offcanvas_contact {
    margin: 35px 0;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas {
    outline: none;
    width: 40px;
    height: 40px;
    cursor: pointer;
    transition: all 0.2s;
    position: relative;
    align-self: center;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas .hamburger span {
    position: absolute;
    right: 0;
    width: 40px;
    height: 2px;
    border-right: 5px;
    background-color: #3d4d46;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(1) {
    top: 18px;
    transition: all 0.2s;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas .hamburger span:nth-child(2) {
    top: 25px;
    transition: all 0.2s;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas:hover .hamburger span {
    width: 36px;
  }
  .cid-tILKdDuooG .offcanvas_box button.btn_offcanvas:hover .hamburger span:nth-child(2) {
    width: 33px;
    transition-delay: 0.2s;
  }
  .cid-tILKdDuooG ul.navbar-nav {
    padding-bottom: 1.5rem;
  }
  .cid-tILKdDuooG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tILKdDuooG .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-tILKdDuooG .link.dropdown-toggle::after {
    padding: 0 !important;
    transform: rotate(45deg);
  }
  .cid-tILKdDuooG li.nav-item {
    position: relative;
    display: inline-block;
    padding: 1px 7px !important;
    vertical-align: middle;
    line-height: 2em !important;
    font-weight: 600 !important;
    text-decoration: none;
    letter-spacing: 0 !important;
    z-index: 1;
  }
  .cid-tILKdDuooG .lg_brand {
    margin: 0 1rem;
  }
}
.cid-tILKdDuooG .nav-item {
  margin: 4px 15px;
}
@media (min-width: 1200px) {
  .cid-tILKdDuooG .nav-item {
    margin: 4px 20px;
  }
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .nav-item {
    margin: 0 !important;
  }
}
.cid-tILKdDuooG .dropdown-menu {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
@media (min-width: 992px) {
  .cid-tILKdDuooG .dropdown-menu {
    padding: 18px 34px 22px;
    min-width: 250px;
    top: auto !important;
    left: -40px !important;
  }
  .cid-tILKdDuooG .dropdown-menu.dropdown-submenu {
    left: 215px !important;
    top: -45% !important;
  }
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]::after,
  .cid-tILKdDuooG .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-tILKdDuooG .show.dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(45deg);
    margin-top: -4px;
  }
  .cid-tILKdDuooG .offcanvas_box {
    display: none;
  }
}
.cid-tILKdDuooG .dropdown-item {
  border: none;
  font-weight: 400 !important;
}
.cid-tILKdDuooG .nav-dropdown .link {
  font-weight: 400 !important;
  padding: 0 !important;
  margin: 0 !important;
}
.cid-tILKdDuooG .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0;
}
.cid-tILKdDuooG .container {
  display: flex;
  margin: auto;
}
.cid-tILKdDuooG .iconfont-wrapper {
  color: #ffffff;
  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-tILKdDuooG .iconfont-wrapper:last-child {
  margin-right: 0;
}
.cid-tILKdDuooG .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-tILKdDuooG .navbar-caption {
  color: #ffffff;
}
.cid-tILKdDuooG .navbar-nav {
  margin: 0 1rem;
}
@media (min-width: 992px) {
  .cid-tILKdDuooG .navbar-nav {
    margin: 0;
  }
}
.cid-tILKdDuooG .dropdown-menu,
.cid-tILKdDuooG .navbar.opened {
  background-color: true !important;
}
.cid-tILKdDuooG .nav-item:focus,
.cid-tILKdDuooG .nav-link:focus {
  outline: none;
}
.cid-tILKdDuooG .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tILKdDuooG .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tILKdDuooG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-tILKdDuooG .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tILKdDuooG .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tILKdDuooG .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tILKdDuooG .navbar {
  min-height: 70px;
  padding: 20px 0;
  transition: all 0.3s;
  border-bottom-width: 0;
}
@media (max-width: 992px) {
  .cid-tILKdDuooG .navbar {
    min-height: 30px;
    max-height: none;
  }
}
.cid-tILKdDuooG .navbar.opened {
  transition: all 0.3s;
}
.cid-tILKdDuooG .navbar .dropdown-item {
  padding: 0;
  margin: 8px 0;
}
.cid-tILKdDuooG .navbar .navbar-logo img {
  max-width: 130px;
  max-height: 130px;
  object-fit: contain;
}
.cid-tILKdDuooG .navbar .navbar-collapse {
  justify-content: space-between;
  z-index: 1;
}
.cid-tILKdDuooG .navbar.collapsed {
  justify-content: center;
}
.cid-tILKdDuooG .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tILKdDuooG .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-tILKdDuooG .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tILKdDuooG .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tILKdDuooG .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tILKdDuooG .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: left;
}
.cid-tILKdDuooG .navbar.collapsed .icons-menu {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tILKdDuooG .navbar .nav-item {
    padding: .5rem 0;
  }
  .cid-tILKdDuooG .navbar .navbar-collapse {
    padding: 34px 0;
    border-radius: 25px;
  }
  .cid-tILKdDuooG .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tILKdDuooG .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tILKdDuooG .navbar .dropdown-menu {
    padding: 6px 0 6px 15px;
  }
  .cid-tILKdDuooG .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tILKdDuooG .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
    margin-top: -0.4rem;
  }
  .cid-tILKdDuooG .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tILKdDuooG .navbar ul.navbar-nav {
    overflow: hidden;
  }
  .cid-tILKdDuooG .navbar ul.navbar-nav li {
    margin: 0;
  }
  .cid-tILKdDuooG .navbar .dropdown-menu .dropdown-item {
    padding: 0 !important;
    margin: 0;
    margin-top: 8px;
    text-align: left;
  }
  .cid-tILKdDuooG .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tILKdDuooG .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tILKdDuooG .navbar .icons-menu {
    padding: 0;
  }
}
.cid-tILKdDuooG .navbar.navbar-short {
  min-height: 60px;
}
.cid-tILKdDuooG .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tILKdDuooG .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tILKdDuooG .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-tILKdDuooG .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tILKdDuooG .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tILKdDuooG .dropdown-item.active,
.cid-tILKdDuooG .dropdown-item:active {
  background-color: transparent;
}
.cid-tILKdDuooG .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tILKdDuooG .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tILKdDuooG .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tILKdDuooG .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tILKdDuooG ul.navbar-nav {
  flex-wrap: wrap;
  padding: 0;
}
.cid-tILKdDuooG .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tILKdDuooG 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: #000000;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span {
  position: absolute;
  right: 10px;
  margin-top: 14px;
  width: 26px;
  height: 2px;
  border-right: 5px;
  background-color: #3d4d46;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-tILKdDuooG button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-tILKdDuooG nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tILKdDuooG nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-tILKdDuooG nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-tILKdDuooG nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-tILKdDuooG a.nav-link {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cid-tILKdDuooG .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-tILKdDuooG .navbar {
    height: 70px;
  }
  .cid-tILKdDuooG .navbar.opened {
    height: auto;
  }
  .cid-tILKdDuooG .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tILKdDuooG .navbar-dropdown .navbar-logo {
  margin-right: 15px;
}
@media (min-width: 768px) {
  .cid-tILKdDuooG .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.cid-tILKdDuooG .mbr-section-btn-main {
  padding-top: 5px;
}
.cid-tILKdDuooG .mbr-section-btn-main .btn {
  margin: 0 4px 4px 4px;
}
.cid-tILKdDuooG .navbar-caption:hover {
  color: #ffffff;
}
@media (min-width: 992px) {
  .cid-tILKdDuooG .dropdown-menu.dropdown-submenu {
    left: 175px !important;
    top: -45% !important;
  }
}
.cid-tILKdDuooG .mbr-section-btn .btn,
.cid-tILKdDuooG .mbr-section-btn-main .btn {
  background-image: linear-gradient(99deg, rgba(255, 255, 255, 0) 30%, #ff3f00 100%), radial-gradient(circle at 50% 50%, #ff3f00 0, rgba(255, 255, 255, 0) 70%);
  color: #000000 !important;
}
.cid-tILKdDuooG .mbr-section-subtitle {
  color: #000000;
}
.cid-tILKdDuooG .mbr-text {
  color: #000000;
  text-align: center;
}
.cid-tILKdDuooG .text_widget {
  color: #000000;
}
.cid-tILKdDuooG .mbr-section-subtitle,
.cid-tILKdDuooG .text_widget,
.cid-tILKdDuooG .mbr-section-btn {
  text-align: center;
}
.cid-tILKdDuooG a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  background-image: none;
}
.cid-tIMm3S97ZG {
  padding-top: 10rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-tIMm3S97ZG .mbr-fallback-image.disabled {
  display: none;
}
.cid-tIMm3S97ZG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tIMm3S97ZG .container-fluid {
  margin: 0;
  padding: 0 72px;
}
@media (max-width: 992px) {
  .cid-tIMm3S97ZG .container-fluid {
    padding: 0 20px;
  }
}
.cid-tIMm3S97ZG .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-tIMm3S97ZG .container {
    padding: 0 20px;
  }
  .cid-tIMm3S97ZG .container .row {
    padding: 0;
  }
}
.cid-tIMm3S97ZG .title-wrapper {
  position: relative;
}
@media (max-width: 992px) {
  .cid-tIMm3S97ZG .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-tIMm3S97ZG .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-tIMm3S97ZG .title-wrapper .mbr-text {
  margin-bottom: 20px;
}
.cid-tIMm3S97ZG .title-wrapper .mbr-section-btn .btn .mbr-iconfont {
  color: #c6a38f;
}
.cid-tIMm3S97ZG .video-block .video-wrapper .app-video-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .cid-tIMm3S97ZG .video-block .video-wrapper .app-video-wrapper img {
    height: 300px;
  }
}
.cid-tIMm3S97ZG .video-block .video-wrapper .app-video-wrapper:before {
  color: #222222;
  text-shadow: none;
}
.cid-tIMm3S97ZG .mbr-section-title {
  color: #222222;
}
.cid-tIMm3S97ZG .mbr-text {
  color: #a4a2a2;
}
.cid-tIMm3S97ZG .mbr-section-title,
.cid-tIMm3S97ZG .mbr-section-btn {
  color: #ffffff;
}
