.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 7.75rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 9.6875rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 3rem;
  line-height: 1.17;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.125rem;
  line-height: 1.55;
}
.display-4 > .mbr-iconfont {
  font-size: 1.40625rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.25rem;
  line-height: 1.2;
}
.display-5 > .mbr-iconfont {
  font-size: 2.8125rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.286;
}
.display-7 > .mbr-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 6.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 5.425rem;
    font-size: calc( 3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (3.3625rem + (7.75 - 3.3625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem;
    font-size: calc( 1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.04375rem + (1.125 - 1.04375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.8rem;
    font-size: calc( 1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.4375rem + (2.25 - 1.4375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #060606 !important;
}
.bg-success {
  background-color: #ffd400 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #dcb300 !important;
}
.bg-danger {
  background-color: #dc5400 !important;
}
.btn-primary {
  background: linear-gradient(90deg, #060606, #060606 65%, #393939) !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #060606 !important;
  border-color: #060606 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #202020 !important;
  border-color: #202020 !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #202020 !important;
  border-color: #202020 !important;
}
.btn-secondary {
  background: linear-gradient(90deg, #ff001c, #ff001c 65%, #ff6677) !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff001c !important;
  border-color: #ff001c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ff3349 !important;
  border-color: #ff3349 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #ff3349 !important;
  border-color: #ff3349 !important;
}
.btn-info {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success {
  background: linear-gradient(90deg, #ffd400, #ffd400 65%, #ffe566) !important;
}
.btn-success,
.btn-success:active {
  background-color: #ffd400 !important;
  border-color: #ffd400 !important;
  color: #000000 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #ffdd33 !important;
  border-color: #ffdd33 !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #ffdd33 !important;
  border-color: #ffdd33 !important;
}
.btn-warning {
  background: linear-gradient(90deg, #dcb300, #dcb300 65%, #ffdc43) !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #ffd210 !important;
  border-color: #ffd210 !important;
}
.btn-danger {
  background: linear-gradient(90deg, #dc5400, #dc5400 65%, #ff8b43) !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #ff6b10 !important;
  border-color: #ff6b10 !important;
}
.btn-white {
  background: linear-gradient(90deg, #ffffff, #ffffff 65%, #ffffff) !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black {
  background: linear-gradient(90deg, #232323, #232323 65%, #565656) !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #060606;
  color: #060606;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #060606 !important;
  border-color: #060606 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ff001c;
  color: #ff001c;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #a80012 !important;
  background-color: transparent !important;
  border-color: #a80012 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff001c !important;
  border-color: #ff001c !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #ffd400;
  color: #ffd400;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a88c00 !important;
  background-color: transparent !important;
  border-color: #a88c00 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #ffd400 !important;
  border-color: #ffd400 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcb300;
  color: #dcb300;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #856c00 !important;
  background-color: transparent !important;
  border-color: #856c00 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #dcb300 !important;
  border-color: #dcb300 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #dc5400;
  color: #dc5400;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #853300 !important;
  background-color: transparent !important;
  border-color: #853300 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #dc5400 !important;
  border-color: #dc5400 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #060606 !important;
}
.text-secondary {
  color: #ff001c !important;
}
.text-success {
  color: #ffd400 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #dcb300 !important;
}
.text-danger {
  color: #dc5400 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #990011 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #997f00 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #766000 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #762d00 !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: #060606;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #dcb300;
}
.alert-danger {
  background-color: #dc5400;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #060606;
  border-color: #060606;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #060606;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #b9b9b9;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fff6cc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffefa9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffcaa9;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.286;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.625rem;
}
.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: #060606 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.3rem;
  line-height: 1.286;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.625rem;
}
blockquote {
  border-color: #060606;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #060606;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #060606;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #060606;
  border-bottom-color: #060606;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #060606 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #ff001c !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='%23060606' %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 {
  padding: 8px 16px;
  border-radius: 50px !important;
  font-weight: 400 !important;
}
.mbr-section-btn .btn .mbr-iconfont,
.mbr-section-btn-main .btn .mbr-iconfont {
  margin-left: 8px;
  transition: all 0.3s ease-in-out;
  font-size: 85%;
}
.mbr-section-btn .btn:hover,
.mbr-section-btn-main .btn:hover,
.mbr-section-btn .btn:focus,
.mbr-section-btn-main .btn:focus {
  transform: scale(1.04);
}
.mbr-section-btn .btn:hover .mbr-iconfont,
.mbr-section-btn-main .btn:hover .mbr-iconfont,
.mbr-section-btn .btn:focus .mbr-iconfont,
.mbr-section-btn-main .btn:focus .mbr-iconfont {
  transform: translateX(2px);
}
.mbr-section-btn .btn-primary,
.mbr-section-btn-main .btn-primary,
.mbr-section-btn .btn-secondary,
.mbr-section-btn-main .btn-secondary,
.mbr-section-btn .btn-success,
.mbr-section-btn-main .btn-success,
.mbr-section-btn .btn-info,
.mbr-section-btn-main .btn-info,
.mbr-section-btn .btn-warning,
.mbr-section-btn-main .btn-warning,
.mbr-section-btn .btn-danger,
.mbr-section-btn-main .btn-danger,
.mbr-section-btn .btn-black,
.mbr-section-btn-main .btn-black,
.mbr-section-btn .btn-white,
.mbr-section-btn-main .btn-white {
  border: none !important;
}
.mbr-section-btn .btn-primary-outline,
.mbr-section-btn-main .btn-primary-outline,
.mbr-section-btn .btn-secondary-outline,
.mbr-section-btn-main .btn-secondary-outline,
.mbr-section-btn .btn-success-outline,
.mbr-section-btn-main .btn-success-outline,
.mbr-section-btn .btn-info-outline,
.mbr-section-btn-main .btn-info-outline,
.mbr-section-btn .btn-warning-outline,
.mbr-section-btn-main .btn-warning-outline,
.mbr-section-btn .btn-danger-outline,
.mbr-section-btn-main .btn-danger-outline,
.mbr-section-btn .btn-black-outline,
.mbr-section-btn-main .btn-black-outline,
.mbr-section-btn .btn-white-outline,
.mbr-section-btn-main .btn-white-outline {
  border-width: 1px !important;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.slide-content,
.item-wrap,
.mbr-figure {
  border-radius: 24px !important;
}
.icon-wrap {
  border-radius: 16px;
}
.item-number img {
  border-radius: 16px !important;
}
.item-number {
  border-radius: 16px;
}
.form-control {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item .nav-link {
  border-radius: 8px !important;
}
.nav.nav-tabs .nav-item {
  border-radius: 8px !important;
}
.cid-uROaw8tO2C .navbar-dropdown {
  position: relative !important;
}
.cid-uROaw8tO2C .navbar-dropdown {
  position: absolute !important;
}
.cid-uROaw8tO2C .mbr-iconfont {
  transition: all 0.3s;
  display: block;
}
@keyframes icons {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0px);
  }
}
.cid-uROaw8tO2C .iconfont-wrapper {
  overflow: hidden;
  color: #ffffff !important;
  font-size: 1.2rem;
  padding: 0;
  margin: 0 0.2rem;
  display: block;
  position: relative;
}
.cid-uROaw8tO2C .iconfont-wrapper:hover .mbr-iconfont {
  animation: icons;
  animation-duration: 0.3s;
}
.cid-uROaw8tO2C .iconfont-wrapper:hover:before {
  height: 100%;
}
.cid-uROaw8tO2C .iconfont-wrapper:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: #060606;
  z-index: -1;
}
.cid-uROaw8tO2C .navbar-caption-wrap {
  z-index: 10;
  transition: all 0.3s;
}
.cid-uROaw8tO2C .nav-item {
  border-left: 1px solid #efefef;
  border-right: 1px solid #efefef;
  margin-right: -1px;
}
@media (max-width: 992px) {
  .cid-uROaw8tO2C .nav-item {
    border: 0;
  }
}
.cid-uROaw8tO2C .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uROaw8tO2C .icons-menu {
    margin-bottom: 1rem;
  }
}
.cid-uROaw8tO2C .title-wrap {
  cursor: pointer;
  border: 2px solid currentColor;
  padding: 6px 12px 3px 12px;
  position: relative;
}
.cid-uROaw8tO2C .title-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  transition: all 0.3s;
  width: 100%;
  height: 0%;
  background: currentColor;
  z-index: -1;
}
.cid-uROaw8tO2C .title-wrap:hover span {
  color: white;
}
.cid-uROaw8tO2C .title-wrap:hover:before {
  height: 100%;
}
.cid-uROaw8tO2C .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uROaw8tO2C .dropdown-menu {
  padding: 0;
  border-top: 4px solid #060606;
}
.cid-uROaw8tO2C .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-uROaw8tO2C .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-uROaw8tO2C .nav-dropdown .link {
  padding: 0 0.3rem !important;
  margin: 1.4rem 2rem !important;
}
@media (max-width: 992px) {
  .cid-uROaw8tO2C .nav-dropdown .link {
    margin: 0.5rem 1rem !important;
  }
}
.cid-uROaw8tO2C .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-uROaw8tO2C .nav-link {
  position: relative;
}
.cid-uROaw8tO2C .container {
  display: flex;
  margin: auto;
}
@media (min-width: 992px) {
  .cid-uROaw8tO2C .container {
    flex-wrap: nowrap;
  }
}
.cid-uROaw8tO2C .dropdown-menu,
.cid-uROaw8tO2C .navbar.opened {
  background: #000000 !important;
}
.cid-uROaw8tO2C .nav-item:focus,
.cid-uROaw8tO2C .nav-link:focus {
  outline: none;
}
.cid-uROaw8tO2C .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uROaw8tO2C .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uROaw8tO2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uROaw8tO2C .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uROaw8tO2C .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uROaw8tO2C .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uROaw8tO2C .navbar {
  min-height: 70px;
  transition: all 0.3s;
  background: rgba(0, 0, 0, 0);
}
.cid-uROaw8tO2C .navbar.opened {
  transition: all 0.3s;
}
.cid-uROaw8tO2C .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uROaw8tO2C .navbar .navbar-logo img {
  width: auto;
}
.cid-uROaw8tO2C .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uROaw8tO2C .navbar.collapsed {
  justify-content: center;
}
.cid-uROaw8tO2C .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uROaw8tO2C .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uROaw8tO2C .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.5rem);
  }
}
.cid-uROaw8tO2C .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uROaw8tO2C .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uROaw8tO2C .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-uROaw8tO2C .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uROaw8tO2C .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uROaw8tO2C .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uROaw8tO2C .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uROaw8tO2C .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uROaw8tO2C .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uROaw8tO2C .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uROaw8tO2C .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-uROaw8tO2C .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-uROaw8tO2C .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uROaw8tO2C .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uROaw8tO2C .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-uROaw8tO2C .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uROaw8tO2C .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uROaw8tO2C .navbar.navbar-short {
  min-height: 60px;
}
.cid-uROaw8tO2C .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-uROaw8tO2C .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-uROaw8tO2C .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-uROaw8tO2C .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uROaw8tO2C .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uROaw8tO2C .dropdown-item.active,
.cid-uROaw8tO2C .dropdown-item:active {
  background-color: transparent;
}
.cid-uROaw8tO2C .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uROaw8tO2C .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uROaw8tO2C .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uROaw8tO2C .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-uROaw8tO2C .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uROaw8tO2C .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uROaw8tO2C ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uROaw8tO2C .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-uROaw8tO2C button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uROaw8tO2C button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uROaw8tO2C button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uROaw8tO2C button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uROaw8tO2C button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uROaw8tO2C button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uROaw8tO2C nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uROaw8tO2C nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uROaw8tO2C nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uROaw8tO2C nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uROaw8tO2C .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uROaw8tO2C a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uROaw8tO2C .navbar {
    height: 70px;
  }
  .cid-uROaw8tO2C .navbar.opened {
    height: auto;
  }
  .cid-uROaw8tO2C .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uROaw8tO2C .navbar-caption-wrap,
.cid-uROaw8tO2C .title-wrap {
  color: #272727;
}
.cid-uRTj0ZBMco .mbr-section-title {
  text-align: center;
  color: #ffffff;
}
.cid-uRTj0ZBMco .mbr-section-title a {
  font-weight: 600;
}
.cid-uRTj0ZBMco .mbr-section-title a:hover {
  background: none !important;
}
.cid-uRTj0ZBMco .mbr-text,
.cid-uRTj0ZBMco .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-uRTj0ZBMco .mbr-section-subtitle {
  color: #ffffff;
  text-align: center;
}
.cid-uRTj0ZBMco .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTj0ZBMco .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-image: url("../../../assets/images/background2.jpg");
}
.cid-uRV7dYqbaT {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #ff6200;
}
.cid-uRV7dYqbaT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRV7dYqbaT .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-uRV7dYqbaT .container {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .cid-uRV7dYqbaT .title-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uRV7dYqbaT .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRV7dYqbaT .title-wrapper .mbr-section-subtitle {
  margin: 16px 0 0;
}
.cid-uRV7dYqbaT .buttons-wrapper {
  height: 100%;
  text-align: right;
}
@media (max-width: 992px) {
  .cid-uRV7dYqbaT .buttons-wrapper {
    text-align: left;
  }
}
.cid-uRV7dYqbaT .buttons-wrapper .mbr-section-btn {
  height: 100%;
  display: inline-flex;
  align-items: center;
}
.cid-uRV7dYqbaT .mbr-section-title {
  color: #262642;
}
.cid-uRV7dYqbaT .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uRV7dYqbaT .mbr-section-title,
.cid-uRV7dYqbaT .buttons-wrapper {
  color: #ffffff;
}
.cid-uRZ3SvijbW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRZ3SvijbW .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZ3SvijbW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) and (max-width: 992px) {
  .cid-uRZ3SvijbW .container {
    padding: 0 24px;
  }
}
.cid-uRZ3SvijbW .image-wrapper {
  padding-right: 80px;
}
@media (max-width: 992px) {
  .cid-uRZ3SvijbW .image-wrapper {
    padding: 0;
    margin-bottom: 40px;
  }
}
.cid-uRZ3SvijbW .image-wrapper img {
  height: 600px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uRZ3SvijbW .image-wrapper img {
    height: 350px;
  }
}
.cid-uRZ3SvijbW .content-wrapper .mbr-section-title {
  margin-bottom: 16px;
}
.cid-uRZ3SvijbW .content-wrapper .mbr-section-title span {
  color: #ff6200;
}
.cid-uRZ3SvijbW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uRZ3SvijbW .content-wrapper .mbr-desc {
  margin: 32px 0 0;
}
@media (max-width: 992px) {
  .cid-uRZ3SvijbW .content-wrapper .mbr-desc {
    margin: 24px 0 0;
  }
}
.cid-uRZ3SvijbW .content-wrapper .mbr-section-btn {
  margin-top: 32px;
}
@media (max-width: 992px) {
  .cid-uRZ3SvijbW .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uRZ3SvijbW .mbr-section-title {
  color: #F9F6E0;
}
.cid-uRZ3SvijbW .mbr-text {
  color: #9aa0a6;
}
.cid-uRZ3SvijbW .mbr-desc {
  color: #E0B548;
}
.cid-uRZ3SvijbW .mbr-section-title,
.cid-uRZ3SvijbW .mbr-section-btn {
  color: #ffffff;
}
.cid-uSgB1EBSF0 {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uSgB1EBSF0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgB1EBSF0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgB1EBSF0 .title-wrapper {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSgB1EBSF0 .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSgB1EBSF0 .title-wrapper .desc-wrapper .mbr-desc {
  display: inline-block;
  background-color: #ff6200;
  padding: 8px 16px;
  margin-bottom: 16px;
}
.cid-uSgB1EBSF0 .title-wrapper .title-wrap .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .cid-uSgB1EBSF0 .title-wrapper .title-wrap .mbr-section-title {
    width: 100%;
  }
}
.cid-uSgB1EBSF0 .title-wrapper .title-wrap .mbr-section-title span {
  color: #ff6200;
}
.cid-uSgB1EBSF0 .items-wrapper {
  justify-content: center;
  margin: 0 -10px;
}
.cid-uSgB1EBSF0 .item {
  padding: 0 10px;
  margin-bottom: 20px;
}
.cid-uSgB1EBSF0 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #060606;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-uSgB1EBSF0 .item .item-wrapper {
    height: auto;
    padding: 20px;
  }
}
.cid-uSgB1EBSF0 .item .item-wrapper .icon-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSgB1EBSF0 .item .item-wrapper .icon-wrapper {
    margin-bottom: 40px;
  }
}
.cid-uSgB1EBSF0 .item .item-wrapper .icon-wrapper .mbr-iconfont {
  width: 60px;
  height: 60px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #060606;
  background-color: #ff6200;
  border-radius: 12px;
}
.cid-uSgB1EBSF0 .item .item-wrapper .card-box .item-title {
  margin-bottom: 20px;
}
.cid-uSgB1EBSF0 .item .item-wrapper .card-box .item-text {
  margin-bottom: 0;
}
.cid-uSgB1EBSF0 .mbr-section-title {
  color: #404349;
}
.cid-uSgB1EBSF0 .mbr-desc {
  color: #b19a7c;
}
.cid-uSgB1EBSF0 .item-title {
  color: #404349;
}
.cid-uSgB1EBSF0 .item-text {
  color: #9aa0a6;
}
.cid-uSgB1EBSF0 .item-title,
.cid-uSgB1EBSF0 .icon-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uSgB1EBSF0 .mbr-desc,
.cid-uSgB1EBSF0 .desc-wrapper {
  color: #ffffff;
}
.cid-uSgB1EBSF0 .mbr-section-title,
.cid-uSgB1EBSF0 .title-wrap {
  color: #9aa0a6;
}
.cid-uSgBlgig0M {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uSgBlgig0M .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgBlgig0M .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgBlgig0M .card-wrapper {
  position: relative;
  background-color: #000000;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 1440px) {
  .cid-uSgBlgig0M .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uSgBlgig0M .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uSgBlgig0M .card-wrapper .label-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uSgBlgig0M .card-wrapper .label-wrapper {
    width: 100%;
  }
}
.cid-uSgBlgig0M .card-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #02050a;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .cid-uSgBlgig0M .card-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uSgBlgig0M .card-wrapper .title-wrapper {
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uSgBlgig0M .card-wrapper .title-wrapper {
    width: 100%;
  }
}
.cid-uSgBlgig0M .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 992px) {
  .cid-uSgBlgig0M .card-wrapper .title-wrapper .mbr-section-title {
    margin-bottom: 48px;
  }
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 95px 84px;
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uSgBlgig0M .card-wrapper .items-wrapper {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .cid-uSgBlgig0M .card-wrapper .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uSgBlgig0M .card-wrapper .items-wrapper .item {
    margin-bottom: 48px;
  }
  .cid-uSgBlgig0M .card-wrapper .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper {
    margin-bottom: 24px;
  }
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .iconfont-wrapper .mbr-iconfont {
  width: 96px;
  height: 96px;
  min-width: 96px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #02050a;
  font-size: 50px;
  transition: all 0.3s ease-in-out;
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_1 .mbr-iconfont {
  background-color: #ff6200;
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_2 .mbr-iconfont {
  background-color: #ff6200;
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_3 .mbr-iconfont {
  background-color: #ff6200;
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .icon_4 .mbr-iconfont {
  background-color: #ff6200;
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-label {
    margin-bottom: 24px;
  }
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 24px;
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .card-text {
  margin-bottom: 24px;
}
.cid-uSgBlgig0M .card-wrapper .items-wrapper .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSgBlgig0M .card-wrapper .content-wrap {
  width: 70%;
  width: 100%;
}
@media (max-width: 1540px) {
  .cid-uSgBlgig0M .card-wrapper .content-wrap {
    width: 100%;
  }
}
.cid-uSgBlgig0M .card-wrapper .content-wrap .mbr-section-btn {
  margin-top: 95px;
}
@media (max-width: 992px) {
  .cid-uSgBlgig0M .card-wrapper .content-wrap .mbr-section-btn {
    margin-top: 0;
  }
}
.cid-uSgBlgig0M .card-wrapper .content-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uSgBlgig0M .mbr-section-title {
  color: #000000;
}
.cid-uSgBlgig0M .mbr-label,
.cid-uSgBlgig0M .label-wrapper {
  color: #000000;
  text-align: center;
}
.cid-uSgBlgig0M .card-label {
  color: #ffffff;
  text-align: center;
}
.cid-uSgBlgig0M .card-title {
  color: #000000;
}
.cid-uSgBlgig0M .card-text {
  color: #ffffff;
  text-align: center;
}
.cid-uSgBlgig0M .mbr-section-title,
.cid-uSgBlgig0M .main-btn {
  text-align: center;
}
.cid-uSgBlgig0M .card-title,
.cid-uSgBlgig0M .item-btn,
.cid-uSgBlgig0M .iconfont-wrapper {
  text-align: center;
  color: #ff6200;
}
.cid-uRZQRhCwCt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aluguel3.jpg-1800x1200.jpg");
}
.cid-uRZQRhCwCt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZQRhCwCt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRZQRhCwCt .mbr-section-title {
  color: #ffffff;
}
.cid-uRZQRhCwCt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uSgAic5Dpy {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #060606;
}
.cid-uSgAic5Dpy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uSgAic5Dpy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uSgAic5Dpy .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uSgAic5Dpy .title-wrapper {
    margin-bottom: 48px;
  }
}
.cid-uSgAic5Dpy .title-wrapper .mbr-section-title {
  margin-bottom: 24px;
}
.cid-uSgAic5Dpy .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uSgAic5Dpy .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uSgAic5Dpy .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.cid-uSgAic5Dpy .item {
  padding: 0 32px;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-uSgAic5Dpy .item {
    margin-bottom: 28px;
  }
}
.cid-uSgAic5Dpy .item .item-wrapper {
  height: 100%;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.cid-uSgAic5Dpy .item .item-wrapper:hover,
.cid-uSgAic5Dpy .item .item-wrapper:focus {
  border: 2px solid #078efb;
  background-color: #078efb;
  transform: rotateY(-6deg);
}
.cid-uSgAic5Dpy .item .item-wrapper:hover .item-wrap,
.cid-uSgAic5Dpy .item .item-wrapper:focus .item-wrap {
  border: 1px solid #078efb;
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap {
  border: 1px solid #252525;
  transition: all 0.3s ease-in-out;
  background-color: #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  height: 100%;
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 680px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-uSgAic5Dpy .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap .item-img .number-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 24px 24px 0 24px;
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap .item-img .number-wrap .item-number {
  display: inline-block;
  padding: 4px 24px;
  background-color: #121212;
  margin-bottom: 0;
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 24px;
}
@media (max-width: 992px) {
  .cid-uSgAic5Dpy .item .item-wrapper .item-wrap .item-img .item-content {
    padding: 16px;
  }
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap .icon-wrapper {
  padding: 0 24px 24px 24px;
}
@media (max-width: 992px) {
  .cid-uSgAic5Dpy .item .item-wrapper .item-wrap .icon-wrapper {
    padding: 0 16px 16px 16px;
  }
}
.cid-uSgAic5Dpy .item .item-wrapper .item-wrap .icon-wrapper .mbr-iconfont {
  display: inline-block;
  font-size: 24px;
  color: #078efb;
}
.cid-uSgAic5Dpy .mbr-section-title {
  color: #ff6200;
  text-align: center;
}
.cid-uSgAic5Dpy .mbr-text,
.cid-uSgAic5Dpy .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.cid-uSgAic5Dpy .item-title {
  color: #ffffff;
}
.cid-uSgAic5Dpy .item-text {
  color: #9aa0a6;
}
.cid-uSgAic5Dpy .item-number,
.cid-uSgAic5Dpy .number-wrap {
  color: #9aa0a6;
}
.cid-uSgAic5Dpy .icon-wrapper {
  text-align: right;
}
.cid-uSgAic5Dpy .item-title,
.cid-uSgAic5Dpy .icon-wrapper {
  color: #ff6200;
  text-align: center;
}
.cid-uRV9jgTN65 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRV9jgTN65 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRV9jgTN65 .container-fluid {
  padding: 0;
}
.cid-uRV9jgTN65 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uRV9jgTN65 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uRV9jgTN65 .row {
  flex-direction: row-reverse;
}
.cid-uRV9jgTN65 img {
  width: 100%;
}
.cid-uRT5m2rTXy {
  padding-top: 75px;
  padding-bottom: 0px;
  background-color: #000000;
}
.cid-uRT5m2rTXy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT5m2rTXy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT5m2rTXy .mbr-section-subtitle,
.cid-uRT5m2rTXy .mbr-section-btn {
  text-align: center;
  color: #ff6200;
}
.cid-uRT7qtWlYt {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 1400px) {
  .cid-uRT7qtWlYt .container {
    max-width: 1000px;
  }
}
.cid-uRT7qtWlYt .item-img,
.cid-uRT7qtWlYt img {
  height: 100%;
  object-fit: cover;
}
.cid-uRT7qtWlYt .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 1rem;
  background: #060606;
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.cid-uRT7qtWlYt .card-wrapper {
  margin-bottom: 2rem;
}
.cid-uRT7qtWlYt .row {
  justify-content: center;
}
.cid-uRT7qtWlYt .card-text {
  color: #9aa0a6;
}
.cid-uRT7qtWlYt .card-title,
.cid-uRT7qtWlYt .iconfont-wrapper {
  color: #ff6200;
}
.cid-uRT3YJg749 {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRT3YJg749 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRT3YJg749 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRT3YJg749 .title-wrapper .mbr-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRT3YJg749 .title-wrapper .mbr-section-title {
    margin-bottom: 30px;
  }
}
.cid-uRT3YJg749 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
}
@media (max-width: 992px) {
  .cid-uRT3YJg749 .items-wrapper {
    display: block;
  }
}
.cid-uRT3YJg749 .items-wrapper .item {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uRT3YJg749 .items-wrapper .item {
    margin-bottom: 30px;
  }
}
.cid-uRT3YJg749 .items-wrapper .item .item-wrapper .card-box .card-number {
  margin-bottom: 15px;
}
.cid-uRT3YJg749 .items-wrapper .item .item-wrapper .card-box .card-title {
  margin-bottom: 0;
}
.cid-uRT3YJg749 .items-wrapper .item .item-wrapper .card-box .mbr-section-btn {
  transition: all .3s ease;
  margin-top: 15px;
}
.cid-uRT3YJg749 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uRT3YJg749 .card-title {
  color: #000000;
}
.cid-uRT3YJg749 .card-number {
  color: #ff6200;
  text-align: center;
}
.cid-uRT3YJg749 .card-title,
.cid-uRT3YJg749 .mbr-section-btn {
  text-align: center;
  color: #9aa0a6;
}
.cid-uRZ6cxBj4I {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #000000;
}
.cid-uRZ6cxBj4I .item-wrapper {
  width: 100%;
}
.cid-uRZ6cxBj4I .row {
  align-items: center;
  justify-content: center;
}
.cid-uRZ6cxBj4I .b {
  margin-bottom: 30px;
}
.cid-uRZ6cxBj4I img {
  border-radius: 25px;
}
@media (max-width: 576px) {
  .cid-uRZ6cxBj4I .b,
  .cid-uRZ6cxBj4I .t {
    margin-bottom: 20px;
  }
}
.cid-uRTe4dlKUt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTe4dlKUt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTe4dlKUt .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-uRTe4dlKUt .container {
    padding: 0 30px;
  }
}
.cid-uRTe4dlKUt .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRTe4dlKUt .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRTe4dlKUt .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uRTe4dlKUt .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRTe4dlKUt .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uRTe4dlKUt .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRTe4dlKUt .items-wrapper {
    display: block;
  }
}
.cid-uRTe4dlKUt .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uRTe4dlKUt .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uRTe4dlKUt .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #121212;
  }
}
.cid-uRTe4dlKUt .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uRTe4dlKUt .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uRTe4dlKUt .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uRTe4dlKUt .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uRTe4dlKUt .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uRTe4dlKUt .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uRTe4dlKUt .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uRTe4dlKUt .item-date {
  color: #22654E;
}
.cid-uRTe4dlKUt .item-title {
  color: #22654E;
}
.cid-uRTe4dlKUt .item-text {
  color: #9aa0a6;
}
.cid-uRTe4dlKUt .item-title,
.cid-uRTe4dlKUt .mbr-section-btn {
  color: #ff6200;
  text-align: center;
}
.cid-uRTejzTXRE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
.cid-uRTejzTXRE .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTejzTXRE .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-uRTejzTXRE .container {
    padding: 0 30px;
  }
}
.cid-uRTejzTXRE .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.cid-uRTejzTXRE .desc-wrapper .mbr-desc {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRTejzTXRE .desc-wrapper .mbr-desc {
    margin-bottom: 30px;
  }
}
.cid-uRTejzTXRE .text-wrapper .mbr-text {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uRTejzTXRE .text-wrapper .mbr-text {
    margin-bottom: 30px;
  }
}
.cid-uRTejzTXRE .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 992px) {
  .cid-uRTejzTXRE .items-wrapper {
    display: block;
  }
}
.cid-uRTejzTXRE .items-wrapper .item {
  margin: 60px 0;
  padding: 0 40px;
  border-right: 1px solid #121212;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 0 !important;
}
.cid-uRTejzTXRE .items-wrapper .item:nth-child(3n) {
  border-right: none;
}
@media (max-width: 992px) {
  .cid-uRTejzTXRE .items-wrapper .item {
    margin: 30px 0 0 0;
    padding: 0 0 30px 0;
    border-right: none;
    border-bottom: 1px solid #121212;
  }
}
.cid-uRTejzTXRE .items-wrapper .item .item-wrapper {
  border-radius: 0 !important;
}
.cid-uRTejzTXRE .items-wrapper .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
.cid-uRTejzTXRE .items-wrapper .item .item-wrapper .item-img img {
  height: 260px;
  object-fit: cover;
}
.cid-uRTejzTXRE .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.cid-uRTejzTXRE .items-wrapper .item .item-wrapper .item-content .item-date {
  margin-bottom: 30px;
}
.cid-uRTejzTXRE .items-wrapper .item .item-wrapper .item-content .mbr-text {
  margin-bottom: 0;
}
.cid-uRTejzTXRE .items-wrapper .item .mbr-section-btn {
  margin-top: 30px;
}
.cid-uRTejzTXRE .item-date {
  color: #22654E;
}
.cid-uRTejzTXRE .item-title {
  color: #22654E;
}
.cid-uRTejzTXRE .item-text {
  color: #9aa0a6;
}
.cid-uRTejzTXRE .item-title,
.cid-uRTejzTXRE .mbr-section-btn {
  color: #ff6200;
  text-align: center;
}
.cid-uRZRcOqFvD {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/aluguel3.jpg-1800x1200.jpg");
}
.cid-uRZRcOqFvD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZRcOqFvD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRZRcOqFvD .mbr-section-title {
  color: #ffffff;
}
.cid-uRTfctHUrq {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRTfctHUrq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRTfctHUrq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRTfctHUrq .content-wrapper .mbr-label {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRTfctHUrq .content-wrapper .mbr-label {
    margin-bottom: 15px;
  }
}
.cid-uRTfctHUrq .content-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 70%;
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .cid-uRTfctHUrq .content-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.cid-uRTfctHUrq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 70%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uRTfctHUrq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
    margin-bottom: 15px;
  }
}
.cid-uRTfctHUrq .mbr-label {
  color: #000000;
}
.cid-uRTfctHUrq .mbr-section-title {
  color: #000000;
}
.cid-uRTfctHUrq .mbr-text {
  color: #9aa0a6;
}
.cid-uRTfctHUrq .mbr-section-title,
.cid-uRTfctHUrq .mbr-section-btn,
.cid-uRTfctHUrq .title-wrapper {
  color: #ff6200;
}
.cid-uRTkTTZK5Y {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  background-color: #000000;
}
.cid-uRTkTTZK5Y .mbr-overlay {
  background-color: #212428;
  opacity: 0.2;
}
.cid-uRTkTTZK5Y .container {
  padding-left: 10px;
  padding-right: 10px;
}
.cid-uRTkTTZK5Y .row {
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  align-items: stretch;
}
.cid-uRTkTTZK5Y .row > [class*="col"] {
  padding-left: 10px;
  padding-right: 10px;
}
@media (max-width: 991px) {
  .cid-uRTkTTZK5Y .col-info-card {
    margin-bottom: 50px;
  }
}
.cid-uRTkTTZK5Y .mbr-section-head {
  width: 100%;
  padding-bottom: 40px;
}
.cid-uRTkTTZK5Y .mbr-section-title {
  color: #ff6200;
}
@media (max-width: 767px) {
  .cid-uRTkTTZK5Y .mbr-section-title {
    text-align: center;
  }
}
.cid-uRTkTTZK5Y .mbr-section-subtitle {
  color: #9aa0a6;
  margin-top: 15px;
}
@media (max-width: 767px) {
  .cid-uRTkTTZK5Y .mbr-section-subtitle {
    margin-top: 10px;
    text-align: center;
  }
}
.cid-uRTkTTZK5Y .item-card {
  height: 100%;
}
.cid-uRTkTTZK5Y .item-wrap {
  position: relative;
  height: 100%;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uRTkTTZK5Y .item-wrap {
    padding: 50px 20px;
  }
}
.cid-uRTkTTZK5Y .item-wrap:hover .item-img img {
  transform: scale(1.1);
}
.cid-uRTkTTZK5Y .item-img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.cid-uRTkTTZK5Y .item-img img {
  width: 100%;
  aspect-ratio: 1.59722222;
  object-fit: cover;
  transition: 0.4s all;
}
.cid-uRTkTTZK5Y .card-box {
  padding-top: 28px;
}
.cid-uRTkTTZK5Y .card-title {
  color: #ff6200;
  margin-bottom: 9px;
}
.cid-uRTkTTZK5Y .card-subtitle {
  color: #878e99;
  margin-bottom: 15px;
}
.cid-uRTkTTZK5Y .card-text {
  color: #878e99;
  margin-bottom: 20px;
}
.cid-uRTkTTZK5Y .card-contacts {
  color: #878e99;
}
.cid-uRTkTTZK5Y .card-contacts a {
  position: relative;
  transition: 0.4s all;
}
.cid-uRTkTTZK5Y .card-contacts a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #060606;
  transition: 0.4s all;
}
.cid-uRTkTTZK5Y .card-contacts a:hover {
  color: #060606 !important;
}
.cid-uRTkTTZK5Y .card-contacts a:hover:before {
  width: 100%;
}
.cid-uRTkTTZK5Y .social-container {
  width: 100%;
  padding-top: 30px;
}
.cid-uRTkTTZK5Y .social-title {
  color: #C4CFDE;
  margin-bottom: 8px;
}
.cid-uRTkTTZK5Y .social-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  margin-top: 24px;
}
.cid-uRTkTTZK5Y .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: 15px;
  min-width: 60px;
  padding: 10px;
  aspect-ratio: 1;
  border-radius: 6px;
  background: linear-gradient(145deg, #ff6200, #ff6200);
  transition: 0.4s all;
}
.cid-uRTkTTZK5Y .soc-item:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transition: 0.4s all;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background: linear-gradient(to right bottom, #212428, #16181c);
  opacity: 0;
}
.cid-uRTkTTZK5Y .soc-item .mbr-iconfont {
  position: relative;
  z-index: 5;
  transition: 0.4s all;
  font-size: 22px;
  color: #ffffff;
}
.cid-uRTkTTZK5Y .soc-item:hover {
  transform: translateY(-3px);
}
.cid-uRTkTTZK5Y .soc-item:hover .mbr-iconfont {
  color: #060606;
}
.cid-uRTkTTZK5Y .soc-item:hover:before {
  opacity: 1;
}
.cid-uRTkTTZK5Y .form-main-container {
  width: 100%;
  height: 100%;
}
@media (min-width: 1200px) {
  .cid-uRTkTTZK5Y .form-main-container {
    padding-left: 20px;
  }
}
.cid-uRTkTTZK5Y .form-wrap {
  width: 100%;
  height: 100%;
  padding: 30px;
  border-radius: 10px;
}
@media (max-width: 575px) {
  .cid-uRTkTTZK5Y .form-wrap {
    padding: 20px;
  }
}
.cid-uRTkTTZK5Y form {
  width: 100%;
}
.cid-uRTkTTZK5Y form .dragArea.row {
  justify-content: flex-start;
  width: auto !important;
}
.cid-uRTkTTZK5Y form p {
  color: #878e99;
}
.cid-uRTkTTZK5Y form .mbr-section-btn {
  text-align: center;
  justify-content: center;
}
.cid-uRTkTTZK5Y form .mbr-section-btn .btn {
  width: 100%;
}
.cid-uRTkTTZK5Y form .form-group {
  margin-bottom: 20px !important;
}
.cid-uRTkTTZK5Y form .form-control {
  background-color: #191b1e;
  border-radius: 6px !important;
  height: 55px;
  box-shadow: 1px 4px 2px -3px rgba(0, 0, 0, 0.7) inset, -1px -3px 3px -2px rgba(255, 255, 255, 0.2) inset !important;
  border: 2px solid #191b1e !important;
  padding: 10px 15px;
  font-size: 18px;
  margin-bottom: 0;
  color: #C4CFDE;
  font-weight: 400;
  transition: 0.4s all !important;
  line-height: 29px !important;
}
.cid-uRTkTTZK5Y form .form-control::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uRTkTTZK5Y form .form-control::-moz-placeholder {
  color: #878e99;
}
.cid-uRTkTTZK5Y form .form-control:-moz-placeholder {
  color: #878e99;
}
.cid-uRTkTTZK5Y form .form-control:-ms-input-placeholder {
  color: #878e99;
}
.cid-uRTkTTZK5Y form select {
  color: #878e99 !important;
}
.cid-uRTkTTZK5Y form textarea {
  height: 216px !important;
  resize: none;
}
.cid-uRTkTTZK5Y form input:active,
.cid-uRTkTTZK5Y form textarea:active,
.cid-uRTkTTZK5Y form input:focus,
.cid-uRTkTTZK5Y form textarea:focus {
  border-color: #060606 !important;
  box-shadow: none !important;
  color: #878e99 !important;
  outline: none !important;
}
.cid-uRTkTTZK5Y form input:active::-webkit-input-placeholder,
.cid-uRTkTTZK5Y form textarea:active::-webkit-input-placeholder,
.cid-uRTkTTZK5Y form input:focus::-webkit-input-placeholder,
.cid-uRTkTTZK5Y form textarea:focus::-webkit-input-placeholder {
  color: #878e99;
}
.cid-uRTkTTZK5Y form input:active::-moz-placeholder,
.cid-uRTkTTZK5Y form textarea:active::-moz-placeholder,
.cid-uRTkTTZK5Y form input:focus::-moz-placeholder,
.cid-uRTkTTZK5Y form textarea:focus::-moz-placeholder {
  color: #878e99;
}
.cid-uRTkTTZK5Y form input:active:-moz-placeholder,
.cid-uRTkTTZK5Y form textarea:active:-moz-placeholder,
.cid-uRTkTTZK5Y form input:focus:-moz-placeholder,
.cid-uRTkTTZK5Y form textarea:focus:-moz-placeholder {
  color: #878e99;
}
.cid-uRTkTTZK5Y form input:active:-ms-input-placeholder,
.cid-uRTkTTZK5Y form textarea:active:-ms-input-placeholder,
.cid-uRTkTTZK5Y form input:focus:-ms-input-placeholder,
.cid-uRTkTTZK5Y form textarea:focus:-ms-input-placeholder {
  color: #878e99;
}
.cid-uRTkTTZK5Y form .row {
  margin-left: -15px !important;
  margin-right: -15px !important;
}
.cid-uRTkTTZK5Y form .row [class*=col] {
  padding-left: 15px !important;
  padding-right: 15px !important;
}
.cid-uRTkTTZK5Y form label {
  width: 100%;
  color: #878e99;
  margin-bottom: 14px;
}
.cid-uRTkTTZK5Y form .form-control-label {
  width: 100%;
}
.cid-uRTkTTZK5Y form .form-check-label {
  margin-bottom: 14px;
}
.cid-uRTkTTZK5Y form .form-check-input {
  border-color: #191b1e !important;
  outline: none !important;
  box-shadow: none !important;
  background-color: transparent !important;
}
.cid-uRTkTTZK5Y form .form-check-input:focus,
.cid-uRTkTTZK5Y form .form-check-input:hover {
  border-color: #060606 !important;
}
.cid-uRTkTTZK5Y form .form-check-input:checked {
  border-color: #060606 !important;
  background-color: #191b1e !important;
}
.cid-uRTkTTZK5Y LABEL {
  color: #ff6200;
}
.cid-uRZ2XKPZlT {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.cid-uRZ2XKPZlT .media-container-row .mbr-text {
  color: #9aa0a6;
}
.cid-uRZ3ifwZrC {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-uRZ3ifwZrC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uRZ3ifwZrC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uRZ3ifwZrC .container-fluid {
  padding: 0;
}
@media (max-width: 992px) {
  .cid-uRZ3ifwZrC .container-fluid {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .cid-uRZ3ifwZrC .container {
    padding: 0;
  }
}
.cid-uRZ3ifwZrC .row {
  justify-content: center;
}
@media (max-width: 992px) {
  .cid-uRZ3ifwZrC .title-wrapper {
    padding: 0 16px;
  }
}
.cid-uRZ3ifwZrC .title-wrapper .mbr-section-title {
  margin-bottom: 0;
}
.cid-uRZ3ifwZrC .title-wrapper .mbr-text {
  margin: 30px 0 0 0;
}
.cid-uRZ3ifwZrC .mbr-section-title {
  color: #263652;
}
.cid-uRZ3ifwZrC .mbr-text {
  color: #252525;
  text-align: center;
}
