body {
  font-family: Work Sans;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 6.25rem;
  line-height: 0.833;
}
.display-1 > .mbr-iconfont {
  font-size: 7.8125rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 3.43rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.2875rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
}
.display-4 > .mbr-iconfont {
  font-size: 0.8625rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.87rem;
  line-height: 1.06;
}
.display-5 > .mbr-iconfont {
  font-size: 2.3375rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.73;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
form .display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.04rem;
  line-height: 1.5625;
}
/* ---- 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: 5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.375rem;
    font-size: calc( 2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.8375rem + (6.25 - 2.8375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.744rem;
    font-size: calc( 1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.8505rem + (3.43 - 1.8505) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.496rem;
    font-size: calc( 1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.3045rem + (1.87 - 1.3045) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    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))));
  }
}
/* Buttons */
.btn {
  padding: 0.94rem 2.25rem;
  position: relative;
}
.btn-sm {
  padding: 0.94rem 2.25rem;
}
.btn-md {
  padding: 0.94rem 2.25rem;
}
.btn-lg {
  padding: 0.94rem 2.25rem;
}
.bg-primary {
  background-color: #f23801 !important;
}
.bg-success {
  background-color: #f7e4d6 !important;
}
.bg-info {
  background-color: #9e9e9e !important;
}
.bg-warning {
  background-color: #ffe161 !important;
}
.bg-danger {
  background-color: #f4f4f4 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #f23801 !important;
  border-color: #f23801 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover:after,
.btn-primary:focus:after,
.btn-primary.focus:after,
.btn-primary.active:after {
  transform: translateX(10px);
}
.btn-primary:hover::before,
.btn-primary:focus::before,
.btn-primary.focus::before,
.btn-primary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #9c2401 !important;
  border-color: #9c2401 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover:after,
.btn-secondary:focus:after,
.btn-secondary.focus:after,
.btn-secondary.active:after {
  transform: translateX(10px);
}
.btn-secondary:hover::before,
.btn-secondary:focus::before,
.btn-secondary.focus::before,
.btn-secondary.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info,
.btn-info:active {
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover:after,
.btn-info:focus:after,
.btn-info.focus:after,
.btn-info.active:after {
  transform: translateX(10px);
}
.btn-info:hover::before,
.btn-info:focus::before,
.btn-info.focus::before,
.btn-info.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
  color: #ac5c22 !important;
  box-shadow: none;
}
.btn-success:hover:after,
.btn-success:focus:after,
.btn-success.focus:after,
.btn-success.active:after {
  transform: translateX(10px);
}
.btn-success:hover::before,
.btn-success:focus::before,
.btn-success.focus::before,
.btn-success.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ac5c22 !important;
  background-color: #e9b48d !important;
  border-color: #e9b48d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
  color: #614f00 !important;
  box-shadow: none;
}
.btn-warning:hover:after,
.btn-warning:focus:after,
.btn-warning.focus:after,
.btn-warning.active:after {
  transform: translateX(10px);
}
.btn-warning:hover::before,
.btn-warning:focus::before,
.btn-warning.focus::before,
.btn-warning.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #614f00 !important;
  background-color: #ffd10a !important;
  border-color: #ffd10a !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
  color: #757575 !important;
  box-shadow: none;
}
.btn-danger:hover:after,
.btn-danger:focus:after,
.btn-danger.focus:after,
.btn-danger.active:after {
  transform: translateX(10px);
}
.btn-danger:hover::before,
.btn-danger:focus::before,
.btn-danger.focus::before,
.btn-danger.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #757575 !important;
  background-color: #c9c9c9 !important;
  border-color: #c9c9c9 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: none;
}
.btn-white:hover:after,
.btn-white:focus:after,
.btn-white.focus:after,
.btn-white.active:after {
  transform: translateX(10px);
}
.btn-white:hover::before,
.btn-white:focus::before,
.btn-white.focus::before,
.btn-white.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.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: none;
}
.btn-black:hover:after,
.btn-black:focus:after,
.btn-black.focus:after,
.btn-black.active:after {
  transform: translateX(10px);
}
.btn-black:hover::before,
.btn-black:focus::before,
.btn-black.focus::before,
.btn-black.active::before {
  width: 50px !important;
  right: -30px !important;
  background: linear-gradient(90deg, #ffffff 43%, #000000 40%) !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  color: #f23801;
}
.btn-primary-outline:hover:after,
.btn-primary-outline:focus:after,
.btn-primary-outline.focus:after,
.btn-primary-outline.active:after {
  transform: translateX(10px);
}
.btn-primary-outline:hover::before,
.btn-primary-outline:focus::before,
.btn-primary-outline.focus::before,
.btn-primary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #f23801 !important;
  border-color: #f23801 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  color: #000000;
}
.btn-secondary-outline:hover:after,
.btn-secondary-outline:focus:after,
.btn-secondary-outline.focus:after,
.btn-secondary-outline.active:after {
  transform: translateX(10px);
}
.btn-secondary-outline:hover::before,
.btn-secondary-outline:focus::before,
.btn-secondary-outline.focus::before,
.btn-secondary-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  color: #9e9e9e;
}
.btn-info-outline:hover:after,
.btn-info-outline:focus:after,
.btn-info-outline.focus:after,
.btn-info-outline.active:after {
  transform: translateX(10px);
}
.btn-info-outline:hover::before,
.btn-info-outline:focus::before,
.btn-info-outline.focus::before,
.btn-info-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #9e9e9e !important;
  border-color: #9e9e9e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  color: #f7e4d6;
}
.btn-success-outline:hover:after,
.btn-success-outline:focus:after,
.btn-success-outline.focus:after,
.btn-success-outline.active:after {
  transform: translateX(10px);
}
.btn-success-outline:hover::before,
.btn-success-outline:focus::before,
.btn-success-outline.focus::before,
.btn-success-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ac5c22 !important;
  background-color: #f7e4d6 !important;
  border-color: #f7e4d6 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  color: #ffe161;
}
.btn-warning-outline:hover:after,
.btn-warning-outline:focus:after,
.btn-warning-outline.focus:after,
.btn-warning-outline.active:after {
  transform: translateX(10px);
}
.btn-warning-outline:hover::before,
.btn-warning-outline:focus::before,
.btn-warning-outline.focus::before,
.btn-warning-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #614f00 !important;
  background-color: #ffe161 !important;
  border-color: #ffe161 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  color: #f4f4f4;
}
.btn-danger-outline:hover:after,
.btn-danger-outline:focus:after,
.btn-danger-outline.focus:after,
.btn-danger-outline.active:after {
  transform: translateX(10px);
}
.btn-danger-outline:hover::before,
.btn-danger-outline:focus::before,
.btn-danger-outline.focus::before,
.btn-danger-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #757575 !important;
  background-color: #f4f4f4 !important;
  border-color: #f4f4f4 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  color: #232323;
}
.btn-black-outline:hover:after,
.btn-black-outline:focus:after,
.btn-black-outline.focus:after,
.btn-black-outline.active:after {
  transform: translateX(10px);
}
.btn-black-outline:hover::before,
.btn-black-outline:focus::before,
.btn-black-outline.focus::before,
.btn-black-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !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;
  color: #fafafa;
}
.btn-white-outline:hover:after,
.btn-white-outline:focus:after,
.btn-white-outline.focus:after,
.btn-white-outline.active:after {
  transform: translateX(10px);
}
.btn-white-outline:hover::before,
.btn-white-outline:focus::before,
.btn-white-outline.focus::before,
.btn-white-outline.active::before {
  width: 50px !important;
  right: -30px !important;
  background: #000 !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #f23801 !important;
}
.text-secondary {
  color: #000000 !important;
}
.text-success {
  color: #f7e4d6 !important;
}
.text-info {
  color: #9e9e9e !important;
}
.text-warning {
  color: #ffe161 !important;
}
.text-danger {
  color: #f4f4f4 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #8c2001 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #e6ac81 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #6b6b6b !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #facb00 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #c1c1c1 !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;
}
.nav-tabs .nav-link.active {
  color: #f23801;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #9e9e9e;
}
.alert-warning {
  background-color: #ffe161;
}
.alert-danger {
  background-color: #f4f4f4;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn .btn::after,
.mbr-section-btn .btn::before {
  content: "";
  position: absolute;
  transition: 0.3s;
}
.mbr-section-btn .btn::before {
  right: -20px;
  width: 40px;
  height: 2px;
}
.mbr-section-btn .btn::after {
  border: 4px solid transparent;
  border-left: 4px solid #000;
  right: -27px;
}
.mbr-section-btn .btn[class*="-outline"] {
  padding-left: 0;
}
.mbr-section-btn .btn[class*="-outline"]::before {
  background: #000;
}
.mbr-section-btn .btn:not([class*="-outline"])::before {
  background: linear-gradient(90deg, #ffffff 50%, #000000 50%);
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #f23801;
  border-color: #f23801;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #f23801;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffcfc0;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #dedede;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 0.8625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: none;
  border-color: #f23801 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 0.69rem;
  line-height: 2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 0.8625rem;
}
blockquote {
  border-color: #f23801;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: none;
}
.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: none;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #f23801;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #f23801;
}
.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: #f23801;
  border-bottom-color: #f23801;
}
.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: #f23801 !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: #000000 !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='%23f23801' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-tdyZwlTy1J {
  z-index: 1000;
  width: 100%;
}
.cid-tdyZwlTy1J nav.navbar {
  position: fixed;
}
.cid-tdyZwlTy1J .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tdyZwlTy1J .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tdyZwlTy1J .container-fluid,
  .cid-tdyZwlTy1J .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tdyZwlTy1J .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tdyZwlTy1J .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tdyZwlTy1J .dropdown-item:hover:before,
.cid-tdyZwlTy1J .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tdyZwlTy1J .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tdyZwlTy1J .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tdyZwlTy1J .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tdyZwlTy1J .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tdyZwlTy1J .container {
  display: flex;
  margin: auto;
}
.cid-tdyZwlTy1J .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdyZwlTy1J .dropdown-menu,
.cid-tdyZwlTy1J .navbar.opened {
  background: #000000 !important;
}
.cid-tdyZwlTy1J .nav-item:focus,
.cid-tdyZwlTy1J .nav-link:focus {
  outline: none;
}
.cid-tdyZwlTy1J .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdyZwlTy1J .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdyZwlTy1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tdyZwlTy1J .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdyZwlTy1J .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdyZwlTy1J .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdyZwlTy1J .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 1rem 0;
}
.cid-tdyZwlTy1J .navbar.opened {
  transition: all .3s;
}
.cid-tdyZwlTy1J .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tdyZwlTy1J .navbar .navbar-logo img {
  width: auto;
}
.cid-tdyZwlTy1J .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdyZwlTy1J .navbar.collapsed {
  justify-content: center;
}
.cid-tdyZwlTy1J .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdyZwlTy1J .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdyZwlTy1J .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tdyZwlTy1J .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdyZwlTy1J .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdyZwlTy1J .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-tdyZwlTy1J .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdyZwlTy1J .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdyZwlTy1J .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdyZwlTy1J .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdyZwlTy1J .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdyZwlTy1J .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdyZwlTy1J .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdyZwlTy1J .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-tdyZwlTy1J .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdyZwlTy1J .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdyZwlTy1J .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdyZwlTy1J .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdyZwlTy1J .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdyZwlTy1J .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdyZwlTy1J .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdyZwlTy1J .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdyZwlTy1J .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdyZwlTy1J .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdyZwlTy1J .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdyZwlTy1J .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdyZwlTy1J .dropdown-item.active,
.cid-tdyZwlTy1J .dropdown-item:active {
  background-color: transparent;
}
.cid-tdyZwlTy1J .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdyZwlTy1J .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdyZwlTy1J .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdyZwlTy1J .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tdyZwlTy1J .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdyZwlTy1J .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdyZwlTy1J ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdyZwlTy1J .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdyZwlTy1J button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdyZwlTy1J button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tdyZwlTy1J button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdyZwlTy1J button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdyZwlTy1J button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdyZwlTy1J button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdyZwlTy1J nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdyZwlTy1J nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdyZwlTy1J nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdyZwlTy1J nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdyZwlTy1J .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tdyZwlTy1J a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdyZwlTy1J .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdyZwlTy1J .navbar {
    height: 70px;
  }
  .cid-tdyZwlTy1J .navbar.opened {
    height: auto;
  }
  .cid-tdyZwlTy1J .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdyZwlup4x {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/empty-dark-room-modern-futuristic-sci-fi-background-1500x900.jpg");
}
.cid-tdyZwlup4x img {
  border-radius: 0px;
}
.cid-tdyZwlup4x .row {
  justify-content: center;
}
.cid-tdyZwlup4x .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tdz1AgGNK2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tdz1AgGNK2 .nav-tabs .nav-item.open .nav-link:focus,
.cid-tdz1AgGNK2 .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tdz1AgGNK2 .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #f23801;
}
.cid-tdz1AgGNK2 .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tdz1AgGNK2 .mbr-text {
  margin-top: 2rem;
}
.cid-tdz1AgGNK2 .first {
  margin-left: -24px;
}
.cid-tdz1AgGNK2 .nav-tabs .nav-link {
  color: #000000 !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-tdz1AgGNK2 .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #f23801 !important;
}
.cid-tdz1AgGNK2 .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #f23801 !important;
  font-style: normal;
}
@media (max-width: 576px) {
  .cid-tdz1AgGNK2 .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tdz1AgGNK2 .mbr-text,
  .cid-tdz1AgGNK2 .nav-link {
    text-align: center;
  }
}
.cid-tdz1AgGNK2 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tdz1AgGNK2 .mbr-section-title b:last-child,
.cid-tdz1AgGNK2 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tdz1AgGNK2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdz1AgGNK2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdyZwpb7Fl {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tdyZwpb7Fl .google-map {
  height: 30rem;
  position: relative;
}
.cid-tdyZwpb7Fl .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tdyZwpb7Fl .google-map [data-state-details] {
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tdyZwpb7Fl .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tdyZwpb7Fl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdyZwpb7Fl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tdKMOvU8p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdKMOvU8p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tdKMOvU8p4 .row {
    text-align: center;
  }
  .cid-tdKMOvU8p4 .row > div {
    margin: auto;
  }
  .cid-tdKMOvU8p4 .social-row {
    justify-content: center;
  }
}
.cid-tdKMOvU8p4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tdKMOvU8p4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tdKMOvU8p4 .mbr-text {
  color: #bbbbbb;
}
.cid-tdKMOvU8p4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tdKMOvU8p4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tdnimbrxLt {
  z-index: 1000;
  width: 100%;
}
.cid-tdnimbrxLt nav.navbar {
  position: fixed;
}
.cid-tdnimbrxLt .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tdnimbrxLt .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tdnimbrxLt .container-fluid,
  .cid-tdnimbrxLt .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tdnimbrxLt .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tdnimbrxLt .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tdnimbrxLt .dropdown-item:hover:before,
.cid-tdnimbrxLt .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tdnimbrxLt .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tdnimbrxLt .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tdnimbrxLt .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tdnimbrxLt .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tdnimbrxLt .container {
  display: flex;
  margin: auto;
}
.cid-tdnimbrxLt .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdnimbrxLt .dropdown-menu,
.cid-tdnimbrxLt .navbar.opened {
  background: #000000 !important;
}
.cid-tdnimbrxLt .nav-item:focus,
.cid-tdnimbrxLt .nav-link:focus {
  outline: none;
}
.cid-tdnimbrxLt .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdnimbrxLt .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdnimbrxLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tdnimbrxLt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdnimbrxLt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdnimbrxLt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdnimbrxLt .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 1rem 0;
}
.cid-tdnimbrxLt .navbar.opened {
  transition: all .3s;
}
.cid-tdnimbrxLt .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tdnimbrxLt .navbar .navbar-logo img {
  width: auto;
}
.cid-tdnimbrxLt .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdnimbrxLt .navbar.collapsed {
  justify-content: center;
}
.cid-tdnimbrxLt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdnimbrxLt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdnimbrxLt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tdnimbrxLt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdnimbrxLt .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdnimbrxLt .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-tdnimbrxLt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdnimbrxLt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdnimbrxLt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdnimbrxLt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdnimbrxLt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdnimbrxLt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdnimbrxLt .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdnimbrxLt .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-tdnimbrxLt .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdnimbrxLt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdnimbrxLt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdnimbrxLt .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdnimbrxLt .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdnimbrxLt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdnimbrxLt .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdnimbrxLt .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdnimbrxLt .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdnimbrxLt .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdnimbrxLt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdnimbrxLt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdnimbrxLt .dropdown-item.active,
.cid-tdnimbrxLt .dropdown-item:active {
  background-color: transparent;
}
.cid-tdnimbrxLt .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdnimbrxLt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdnimbrxLt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdnimbrxLt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tdnimbrxLt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdnimbrxLt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdnimbrxLt ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdnimbrxLt .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdnimbrxLt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdnimbrxLt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tdnimbrxLt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdnimbrxLt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnimbrxLt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdnimbrxLt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdnimbrxLt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnimbrxLt nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdnimbrxLt nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdnimbrxLt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdnimbrxLt .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tdnimbrxLt a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdnimbrxLt .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdnimbrxLt .navbar {
    height: 70px;
  }
  .cid-tdnimbrxLt .navbar.opened {
    height: auto;
  }
  .cid-tdnimbrxLt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tdLprdzbVi {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1276.jpg");
}
@media (min-width: 1500px) {
  .cid-tdLprdzbVi .container {
    max-width: 1400px;
  }
}
.cid-tdLprdzbVi .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
}
.cid-tdLprdzbVi .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tdLprdzbVi .row {
  justify-content: center;
}
.cid-tdLprdzbVi .card {
  margin-bottom: 3rem;
}
.cid-tdLprdzbVi .card-title {
  margin-top: 1rem;
}
.cid-tdLprdzbVi .card-text {
  margin-top: 0.6875rem;
  color: #ffffff;
}
.cid-tdLprdzbVi .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tdLprdzbVi .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-tdLprdzbVi .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  color: #ffffff;
}
.cid-tdLprdzbVi .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tdLprdzbVi .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdLprdzbVi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdLprdzbVi .card-title,
.cid-tdLprdzbVi .icon-container {
  color: #ffffff;
}
.cid-tdLpiion2p {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-tdLpiion2p .mbr-section-title {
  color: #e43f3f;
}
.cid-tdLbl9ZUHY {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tdLbl9ZUHY ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-tdLbl9ZUHY li {
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.cid-tdLbl9ZUHY ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "–";
}
.cid-tdLbl9ZUHY .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-tdLbl9ZUHY .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tdLbl9ZUHY .mbr-section-title b:last-child,
.cid-tdLbl9ZUHY .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tdLbl9ZUHY .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tdLbl9ZUHY .list {
  margin-top: 2.3125rem;
}
.cid-tdLbl9ZUHY .icon-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 546px) {
  .cid-tdLbl9ZUHY .icon-wrap {
    width: 100% !important;
  }
}
.cid-tdLbl9ZUHY .icons-wrap,
.cid-tdLbl9ZUHY .icon-wrap {
  display: flex;
}
.cid-tdLbl9ZUHY .mbr-icon-title {
  margin-top: 0.6875rem;
  margin-bottom: 0.375rem;
}
.cid-tdLbl9ZUHY .mbr-iconfont {
  font-size: 2rem;
}
@media (min-width: 546px) {
  .cid-tdLbl9ZUHY .icons-wrap {
    border-left: 2px solid #f23801;
    padding-left: 1.8125rem !important;
  }
}
.cid-tdLbl9ZUHY .mbr-text {
  margin-bottom: 0;
}
.cid-tdLbl9ZUHY .mbr-section-btn {
  margin-top: 28px;
}
.cid-tdLbl9ZUHY .mbr-section-btn a {
  margin-top: 0;
}
.cid-tdLbl9ZUHY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdLbl9ZUHY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tefWtl7Fec {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-tefWtl7Fec .mbr-section-title {
  color: #e43f3f;
}
.cid-teg7En7VOj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-teg7En7VOj ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-teg7En7VOj li {
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.cid-teg7En7VOj ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "–";
}
.cid-teg7En7VOj .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-teg7En7VOj .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-teg7En7VOj .mbr-section-title b:last-child,
.cid-teg7En7VOj .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-teg7En7VOj .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-teg7En7VOj .list {
  margin-top: 2.3125rem;
}
.cid-teg7En7VOj .icon-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 546px) {
  .cid-teg7En7VOj .icon-wrap {
    width: 100% !important;
  }
}
.cid-teg7En7VOj .icons-wrap,
.cid-teg7En7VOj .icon-wrap {
  display: flex;
}
.cid-teg7En7VOj .mbr-icon-title {
  margin-top: 0.6875rem;
  margin-bottom: 0.375rem;
}
.cid-teg7En7VOj .mbr-iconfont {
  font-size: 2rem;
}
@media (min-width: 546px) {
  .cid-teg7En7VOj .icons-wrap {
    border-left: 2px solid #f23801;
    padding-left: 1.8125rem !important;
  }
}
.cid-teg7En7VOj .mbr-text {
  margin-bottom: 0;
}
.cid-teg7En7VOj .mbr-section-btn {
  margin-top: 28px;
}
.cid-teg7En7VOj .mbr-section-btn a {
  margin-top: 0;
}
.cid-teg7En7VOj .mbr-fallback-image.disabled {
  display: none;
}
.cid-teg7En7VOj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tefWtYMhOd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f4f4f4;
}
.cid-tefWtYMhOd .mbr-section-title {
  color: #e43f3f;
}
.cid-teg7Ak08RA {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-teg7Ak08RA ul {
  list-style: none;
  margin: 0;
  padding-left: 1.6rem;
}
.cid-teg7Ak08RA li {
  position: relative;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}
.cid-teg7Ak08RA ul li::before {
  position: absolute;
  left: -1.6rem;
  content: "–";
}
.cid-teg7Ak08RA .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-teg7Ak08RA .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-teg7Ak08RA .mbr-section-title b:last-child,
.cid-teg7Ak08RA .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-teg7Ak08RA .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-teg7Ak08RA .list {
  margin-top: 2.3125rem;
}
.cid-teg7Ak08RA .icon-wrap {
  margin-bottom: 2rem;
}
@media (max-width: 546px) {
  .cid-teg7Ak08RA .icon-wrap {
    width: 100% !important;
  }
}
.cid-teg7Ak08RA .icons-wrap,
.cid-teg7Ak08RA .icon-wrap {
  display: flex;
}
.cid-teg7Ak08RA .mbr-icon-title {
  margin-top: 0.6875rem;
  margin-bottom: 0.375rem;
}
.cid-teg7Ak08RA .mbr-iconfont {
  font-size: 2rem;
}
@media (min-width: 546px) {
  .cid-teg7Ak08RA .icons-wrap {
    border-left: 2px solid #f23801;
    padding-left: 1.8125rem !important;
  }
}
.cid-teg7Ak08RA .mbr-text {
  margin-bottom: 0;
}
.cid-teg7Ak08RA .mbr-section-btn {
  margin-top: 28px;
}
.cid-teg7Ak08RA .mbr-section-btn a {
  margin-top: 0;
}
.cid-teg7Ak08RA .mbr-fallback-image.disabled {
  display: none;
}
.cid-teg7Ak08RA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tdKMOvU8p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdKMOvU8p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tdKMOvU8p4 .row {
    text-align: center;
  }
  .cid-tdKMOvU8p4 .row > div {
    margin: auto;
  }
  .cid-tdKMOvU8p4 .social-row {
    justify-content: center;
  }
}
.cid-tdKMOvU8p4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tdKMOvU8p4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tdKMOvU8p4 .mbr-text {
  color: #bbbbbb;
}
.cid-tdKMOvU8p4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tdKMOvU8p4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tdFYcamDzq {
  z-index: 1000;
  width: 100%;
}
.cid-tdFYcamDzq nav.navbar {
  position: fixed;
}
.cid-tdFYcamDzq .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tdFYcamDzq .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tdFYcamDzq .container-fluid,
  .cid-tdFYcamDzq .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tdFYcamDzq .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tdFYcamDzq .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tdFYcamDzq .dropdown-item:hover:before,
.cid-tdFYcamDzq .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tdFYcamDzq .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tdFYcamDzq .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tdFYcamDzq .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tdFYcamDzq .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tdFYcamDzq .container {
  display: flex;
  margin: auto;
}
.cid-tdFYcamDzq .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdFYcamDzq .dropdown-menu,
.cid-tdFYcamDzq .navbar.opened {
  background: #000000 !important;
}
.cid-tdFYcamDzq .nav-item:focus,
.cid-tdFYcamDzq .nav-link:focus {
  outline: none;
}
.cid-tdFYcamDzq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdFYcamDzq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdFYcamDzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tdFYcamDzq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdFYcamDzq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdFYcamDzq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdFYcamDzq .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 1rem 0;
}
.cid-tdFYcamDzq .navbar.opened {
  transition: all .3s;
}
.cid-tdFYcamDzq .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tdFYcamDzq .navbar .navbar-logo img {
  width: auto;
}
.cid-tdFYcamDzq .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdFYcamDzq .navbar.collapsed {
  justify-content: center;
}
.cid-tdFYcamDzq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdFYcamDzq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdFYcamDzq .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tdFYcamDzq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdFYcamDzq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdFYcamDzq .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-tdFYcamDzq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdFYcamDzq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdFYcamDzq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdFYcamDzq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdFYcamDzq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdFYcamDzq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdFYcamDzq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdFYcamDzq .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-tdFYcamDzq .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdFYcamDzq .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdFYcamDzq .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdFYcamDzq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdFYcamDzq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdFYcamDzq .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdFYcamDzq .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdFYcamDzq .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdFYcamDzq .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdFYcamDzq .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdFYcamDzq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdFYcamDzq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdFYcamDzq .dropdown-item.active,
.cid-tdFYcamDzq .dropdown-item:active {
  background-color: transparent;
}
.cid-tdFYcamDzq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdFYcamDzq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdFYcamDzq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdFYcamDzq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tdFYcamDzq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdFYcamDzq .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdFYcamDzq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdFYcamDzq .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdFYcamDzq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdFYcamDzq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tdFYcamDzq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdFYcamDzq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdFYcamDzq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdFYcamDzq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdFYcamDzq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdFYcamDzq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdFYcamDzq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdFYcamDzq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdFYcamDzq .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tdFYcamDzq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdFYcamDzq .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdFYcamDzq .navbar {
    height: 70px;
  }
  .cid-tdFYcamDzq .navbar.opened {
    height: auto;
  }
  .cid-tdFYcamDzq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teghShn3V5 {
  padding-top: 9rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/mbr-1-1920x1276.jpg");
}
@media (min-width: 1500px) {
  .cid-teghShn3V5 .container {
    max-width: 1400px;
  }
}
.cid-teghShn3V5 .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
}
.cid-teghShn3V5 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-teghShn3V5 .row {
  justify-content: center;
}
.cid-teghShn3V5 .card {
  margin-bottom: 3rem;
}
.cid-teghShn3V5 .card-title {
  margin-top: 1rem;
}
.cid-teghShn3V5 .card-text {
  margin-top: 0.6875rem;
  color: #ffffff;
}
.cid-teghShn3V5 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-teghShn3V5 .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-teghShn3V5 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  color: #ffffff;
}
.cid-teghShn3V5 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-teghShn3V5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-teghShn3V5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-teghShn3V5 .card-title,
.cid-teghShn3V5 .icon-container {
  color: #ffffff;
}
.cid-tdFYcbfHkP {
  background-color: #ffffff;
}
.cid-tdFYcbfHkP .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-tdFYcbfHkP .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-tdFYcbfHkP .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tdFYcbfHkP .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-tdFYcbfHkP .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-tdFYcbfHkP .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-tdFYcbfHkP .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 1.5625rem;
}
.cid-tdFYcbfHkP .mbr-text,
.cid-tdFYcbfHkP .mbr-section-btn {
  text-align: left;
}
.cid-tdFYcbfHkP .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-tdFYcbfHkP .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: left;
  color: #f23801;
}
.cid-tdFYcbfHkP .mbr-section-title b:last-child,
.cid-tdFYcbfHkP .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tdFYcbfHkP .mbr-section-subtitle {
  text-align: left;
}
.cid-tdFYcbfHkP .mbr-section-subtitle,
.cid-tdFYcbfHkP .mbr-section-btn {
  text-align: left;
}
.cid-tdFYcbfHkP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdFYcbfHkP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tegnWJRR7U {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #fafafa;
}
.cid-tegnWJRR7U .item:focus,
.cid-tegnWJRR7U span:focus {
  outline: none;
}
.cid-tegnWJRR7U .item-content {
  background: none !important;
}
.cid-tegnWJRR7U .item-wrapper {
  position: relative;
  background: none !important;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-tegnWJRR7U .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tegnWJRR7U .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-tegnWJRR7U .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
  text-align: left;
}
.cid-tegnWJRR7U .mbr-section-btn {
  margin-top: auto !important;
}
.cid-tegnWJRR7U .mbr-section-title {
  margin-bottom: 0.1875rem;
}
.cid-tegnWJRR7U .mbr-section-title b:last-child,
.cid-tegnWJRR7U .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tegnWJRR7U .item-title {
  margin-bottom: 0.875rem;
  color: #e43f3f;
}
.cid-tegnWJRR7U .features-card {
  background: none !important;
}
.cid-tdFYccvESt {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tdFYccvESt .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tdFYccvESt .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tdFYccvESt .mbr-section-title b:last-child,
.cid-tdFYccvESt .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tdFYccvESt .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tdFYccvESt .mbr-text-wrap {
  display: flex;
}
@media (min-width: 546px) {
  .cid-tdFYccvESt .mbr-text-wrap {
    border-left: 2px solid #f23801;
    padding-left: 1.8125rem !important;
  }
}
.cid-tdFYccvESt .mbr-section-btn {
  margin-top: 28px;
}
.cid-tdFYccvESt .mbr-section-btn a {
  margin-top: 0;
}
.cid-tdFYccvESt .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdFYccvESt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdFYcdUXOE {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tdFYcdUXOE .google-map {
  height: 30rem;
  position: relative;
}
.cid-tdFYcdUXOE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tdFYcdUXOE .google-map [data-state-details] {
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tdFYcdUXOE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tdFYcdUXOE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdFYcdUXOE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tdKMOvU8p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdKMOvU8p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tdKMOvU8p4 .row {
    text-align: center;
  }
  .cid-tdKMOvU8p4 .row > div {
    margin: auto;
  }
  .cid-tdKMOvU8p4 .social-row {
    justify-content: center;
  }
}
.cid-tdKMOvU8p4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tdKMOvU8p4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tdKMOvU8p4 .mbr-text {
  color: #bbbbbb;
}
.cid-tdKMOvU8p4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tdKMOvU8p4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tdFYuic9wu {
  z-index: 1000;
  width: 100%;
}
.cid-tdFYuic9wu nav.navbar {
  position: fixed;
}
.cid-tdFYuic9wu .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tdFYuic9wu .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tdFYuic9wu .container-fluid,
  .cid-tdFYuic9wu .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tdFYuic9wu .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tdFYuic9wu .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tdFYuic9wu .dropdown-item:hover:before,
.cid-tdFYuic9wu .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tdFYuic9wu .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tdFYuic9wu .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tdFYuic9wu .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tdFYuic9wu .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tdFYuic9wu .container {
  display: flex;
  margin: auto;
}
.cid-tdFYuic9wu .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tdFYuic9wu .dropdown-menu,
.cid-tdFYuic9wu .navbar.opened {
  background: #000000 !important;
}
.cid-tdFYuic9wu .nav-item:focus,
.cid-tdFYuic9wu .nav-link:focus {
  outline: none;
}
.cid-tdFYuic9wu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tdFYuic9wu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tdFYuic9wu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tdFYuic9wu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tdFYuic9wu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tdFYuic9wu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tdFYuic9wu .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 1rem 0;
}
.cid-tdFYuic9wu .navbar.opened {
  transition: all .3s;
}
.cid-tdFYuic9wu .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tdFYuic9wu .navbar .navbar-logo img {
  width: auto;
}
.cid-tdFYuic9wu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tdFYuic9wu .navbar.collapsed {
  justify-content: center;
}
.cid-tdFYuic9wu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tdFYuic9wu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tdFYuic9wu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tdFYuic9wu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tdFYuic9wu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tdFYuic9wu .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-tdFYuic9wu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tdFYuic9wu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tdFYuic9wu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tdFYuic9wu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tdFYuic9wu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tdFYuic9wu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tdFYuic9wu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tdFYuic9wu .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-tdFYuic9wu .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tdFYuic9wu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tdFYuic9wu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tdFYuic9wu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tdFYuic9wu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tdFYuic9wu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tdFYuic9wu .navbar.navbar-short {
  min-height: 60px;
}
.cid-tdFYuic9wu .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tdFYuic9wu .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tdFYuic9wu .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tdFYuic9wu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tdFYuic9wu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tdFYuic9wu .dropdown-item.active,
.cid-tdFYuic9wu .dropdown-item:active {
  background-color: transparent;
}
.cid-tdFYuic9wu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tdFYuic9wu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tdFYuic9wu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tdFYuic9wu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tdFYuic9wu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tdFYuic9wu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tdFYuic9wu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tdFYuic9wu .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tdFYuic9wu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tdFYuic9wu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tdFYuic9wu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tdFYuic9wu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tdFYuic9wu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tdFYuic9wu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tdFYuic9wu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdFYuic9wu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tdFYuic9wu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tdFYuic9wu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tdFYuic9wu .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tdFYuic9wu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tdFYuic9wu .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tdFYuic9wu .navbar {
    height: 70px;
  }
  .cid-tdFYuic9wu .navbar.opened {
    height: auto;
  }
  .cid-tdFYuic9wu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tegv05wGGP {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1275.jpg");
}
@media (min-width: 1500px) {
  .cid-tegv05wGGP .container {
    max-width: 1400px;
  }
}
.cid-tegv05wGGP .mbr-iconfont {
  font-size: 3rem;
  color: #ffffff;
}
.cid-tegv05wGGP .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #ffffff;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tegv05wGGP .row {
  justify-content: center;
}
.cid-tegv05wGGP .card {
  margin-bottom: 3rem;
}
.cid-tegv05wGGP .card-title {
  margin-top: 1rem;
}
.cid-tegv05wGGP .card-text {
  margin-top: 0.6875rem;
  color: #ffffff;
}
.cid-tegv05wGGP .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tegv05wGGP .mbr-section-title {
  margin-bottom: 1rem;
  color: #ffffff;
}
.cid-tegv05wGGP .mbr-section-subtitle {
  margin-bottom: 0.625rem;
  color: #ffffff;
}
.cid-tegv05wGGP .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tegv05wGGP .mbr-fallback-image.disabled {
  display: none;
}
.cid-tegv05wGGP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tegv05wGGP .card-title,
.cid-tegv05wGGP .icon-container {
  color: #ffffff;
}
.cid-tdFYukLFSD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #fafafa;
}
.cid-tdFYukLFSD .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-tdFYukLFSD form.mbr-form {
  background-color: transparent;
  width: 100%;
}
.cid-tdFYukLFSD form.mbr-form .mbr-section-btn {
  width: 100%;
}
.cid-tdFYukLFSD form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-tdFYukLFSD .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tdFYukLFSD .mbr-title-form {
  margin-bottom: 2.8125rem;
}
.cid-tdFYukLFSD .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tdFYukLFSD .mbr-section-title b:last-child,
.cid-tdFYukLFSD .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tdFYukLFSD .mbr-section-subtitle {
  margin-bottom: 1.5625rem;
}
.cid-tdFYukLFSD .mbr-social-likns {
  margin-top: 0.5rem;
}
.cid-tdFYukLFSD .mbr-social-likns a {
  color: #000000;
}
.cid-tdFYukLFSD .mbr-social-likns span {
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #000000;
  width: 36px;
  height: 36px;
  margin-left: 0.4375rem;
  margin-right: 0.4375rem;
  transition: 0.3s ease-out;
}
.cid-tdFYukLFSD .mbr-social-likns span:hover {
  border-color: #f23801;
  color: #f23801;
}
.cid-tdFYukLFSD form input,
.cid-tdFYukLFSD form textarea {
  color: #000000;
  border: none !important;
}
.cid-tdFYukLFSD form input::placeholder,
.cid-tdFYukLFSD form textarea::placeholder {
  color: #000000;
}
.cid-tdFYukLFSD form textarea {
  min-height: 115px;
  resize: none;
  padding: 0.625rem !important;
}
.cid-tdFYukLFSD form .form-group {
  margin-top: 0;
  margin-bottom: 2.1875rem;
  position: relative;
  align-items: center;
  padding-left: 0 !important;
  padding-right: 0 !important;
  border-bottom: 1px solid #000000;
}
.cid-tdFYukLFSD form .form-group-message {
  min-height: 115px;
  border: 1px solid #000000;
}
.cid-tdFYukLFSD .mbr-section-btn a,
.cid-tdFYukLFSD .mbr-section-btn button {
  width: max-content !important;
  padding-right: 1.6rem;
}
.cid-tdFYukLFSD .mbr-item {
  display: flex;
  margin-bottom: 30px;
}
@media (min-width: 546px) {
  .cid-tdFYukLFSD .mbr-item {
    width: 50% !important;
  }
}
.cid-tdFYukLFSD .mbr-section-tag-item,
.cid-tdFYukLFSD .mbr-social-likns {
  text-align: left;
}
.cid-tdFYulhc9f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tdFYulhc9f .google-map {
  height: 30rem;
  position: relative;
}
.cid-tdFYulhc9f .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tdFYulhc9f .google-map [data-state-details] {
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tdFYulhc9f .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tdFYulhc9f .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdFYulhc9f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tdKMOvU8p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdKMOvU8p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tdKMOvU8p4 .row {
    text-align: center;
  }
  .cid-tdKMOvU8p4 .row > div {
    margin: auto;
  }
  .cid-tdKMOvU8p4 .social-row {
    justify-content: center;
  }
}
.cid-tdKMOvU8p4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tdKMOvU8p4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tdKMOvU8p4 .mbr-text {
  color: #bbbbbb;
}
.cid-tdKMOvU8p4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tdKMOvU8p4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tepMzODfkS {
  z-index: 1000;
  width: 100%;
}
.cid-tepMzODfkS nav.navbar {
  position: fixed;
}
.cid-tepMzODfkS .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tepMzODfkS .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tepMzODfkS .container-fluid,
  .cid-tepMzODfkS .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tepMzODfkS .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tepMzODfkS .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tepMzODfkS .dropdown-item:hover:before,
.cid-tepMzODfkS .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tepMzODfkS .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tepMzODfkS .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tepMzODfkS .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tepMzODfkS .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tepMzODfkS .container {
  display: flex;
  margin: auto;
}
.cid-tepMzODfkS .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tepMzODfkS .dropdown-menu,
.cid-tepMzODfkS .navbar.opened {
  background: #000000 !important;
}
.cid-tepMzODfkS .nav-item:focus,
.cid-tepMzODfkS .nav-link:focus {
  outline: none;
}
.cid-tepMzODfkS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tepMzODfkS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tepMzODfkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tepMzODfkS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tepMzODfkS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tepMzODfkS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tepMzODfkS .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 1rem 0;
}
.cid-tepMzODfkS .navbar.opened {
  transition: all .3s;
}
.cid-tepMzODfkS .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tepMzODfkS .navbar .navbar-logo img {
  width: auto;
}
.cid-tepMzODfkS .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tepMzODfkS .navbar.collapsed {
  justify-content: center;
}
.cid-tepMzODfkS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tepMzODfkS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tepMzODfkS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tepMzODfkS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tepMzODfkS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tepMzODfkS .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-tepMzODfkS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tepMzODfkS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tepMzODfkS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tepMzODfkS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tepMzODfkS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tepMzODfkS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tepMzODfkS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tepMzODfkS .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-tepMzODfkS .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tepMzODfkS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tepMzODfkS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tepMzODfkS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tepMzODfkS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tepMzODfkS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tepMzODfkS .navbar.navbar-short {
  min-height: 60px;
}
.cid-tepMzODfkS .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tepMzODfkS .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tepMzODfkS .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tepMzODfkS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tepMzODfkS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tepMzODfkS .dropdown-item.active,
.cid-tepMzODfkS .dropdown-item:active {
  background-color: transparent;
}
.cid-tepMzODfkS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tepMzODfkS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tepMzODfkS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tepMzODfkS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tepMzODfkS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tepMzODfkS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tepMzODfkS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tepMzODfkS .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tepMzODfkS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tepMzODfkS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tepMzODfkS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tepMzODfkS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tepMzODfkS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tepMzODfkS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tepMzODfkS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tepMzODfkS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tepMzODfkS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tepMzODfkS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tepMzODfkS .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tepMzODfkS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tepMzODfkS .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tepMzODfkS .navbar {
    height: 70px;
  }
  .cid-tepMzODfkS .navbar.opened {
    height: auto;
  }
  .cid-tepMzODfkS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-teq3HGHl5K {
  padding-top: 6rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/empty-dark-room-modern-futuristic-sci-fi-background-1500x900.jpg");
}
.cid-teq3HGHl5K img {
  border-radius: 0px;
}
.cid-teq3HGHl5K .row {
  justify-content: center;
}
.cid-teq3HGHl5K .mbr-section-title {
  margin-top: 24px;
  text-align: center;
  color: #8c8c95;
}
.cid-tepMzPag1k {
  padding-top: 135px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tepMzPag1k .nav-tabs .nav-item.open .nav-link:focus,
.cid-tepMzPag1k .nav-tabs .nav-link.active:focus {
  outline: none;
}
.cid-tepMzPag1k .nav-tabs {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #f23801;
}
.cid-tepMzPag1k .nav-tabs .nav-item {
  padding: .5rem;
}
.cid-tepMzPag1k .mbr-text {
  margin-top: 2rem;
}
.cid-tepMzPag1k .first {
  margin-left: -24px;
}
.cid-tepMzPag1k .nav-tabs .nav-link {
  color: #000000 !important;
  font-style: normal;
  font-weight: 500;
  transition: all .5s;
  border: none;
}
.cid-tepMzPag1k .nav-tabs .nav-link:hover {
  cursor: pointer;
  color: #f23801 !important;
}
.cid-tepMzPag1k .nav-tabs .nav-link.active {
  font-weight: 500;
  color: #f23801 !important;
  font-style: normal;
}
@media (max-width: 576px) {
  .cid-tepMzPag1k .nav-tabs {
    flex-direction: column;
    justify-content: center;
  }
  .cid-tepMzPag1k .mbr-text,
  .cid-tepMzPag1k .nav-link {
    text-align: center;
  }
}
.cid-tepMzPag1k .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tepMzPag1k .mbr-section-title b:last-child,
.cid-tepMzPag1k .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tepMzPag1k .mbr-fallback-image.disabled {
  display: none;
}
.cid-tepMzPag1k .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tepMzPUkPI {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #ffffff;
}
.cid-tepMzPUkPI .google-map {
  height: 30rem;
  position: relative;
}
.cid-tepMzPUkPI .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tepMzPUkPI .google-map [data-state-details] {
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tepMzPUkPI .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tepMzPUkPI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tepMzPUkPI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tepMzQbsLM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tepMzQbsLM .mbr-fallback-image.disabled {
  display: none;
}
.cid-tepMzQbsLM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tepMzQbsLM .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tepMzQbsLM .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tepMzQbsLM .row {
    text-align: center;
  }
  .cid-tepMzQbsLM .row > div {
    margin: auto;
  }
  .cid-tepMzQbsLM .social-row {
    justify-content: center;
  }
}
.cid-tepMzQbsLM .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tepMzQbsLM .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tepMzQbsLM .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tepMzQbsLM .list {
    margin-bottom: 0rem;
  }
}
.cid-tepMzQbsLM .mbr-text {
  color: #bbbbbb;
}
.cid-tepMzQbsLM .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tepMzQbsLM .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tepMzQbsLM div > *:last-child {
    margin-top: 0 !important;
  }
}
.cid-tbIQJDcwfH {
  z-index: 1000;
  width: 100%;
}
.cid-tbIQJDcwfH nav.navbar {
  position: fixed;
}
.cid-tbIQJDcwfH .dropdown-menu {
  padding: 1.625rem 0 1.875rem;
}
@media (min-width: 992px) {
  .cid-tbIQJDcwfH .dropdown-menu {
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  }
}
@media (max-width: 992px) {
  .cid-tbIQJDcwfH .container-fluid,
  .cid-tbIQJDcwfH .container {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
.cid-tbIQJDcwfH .dropdown-item {
  padding: 0 1.9375rem 0 2.125rem;
}
.cid-tbIQJDcwfH .dropdown-item:before {
  content: '';
  position: relative;
  width: 0px;
  height: 6px;
  opacity: 1;
  left: 0px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  display: inline-block;
  vertical-align: middle;
}
.cid-tbIQJDcwfH .dropdown-item:hover:before,
.cid-tbIQJDcwfH .dropdown-item:focus:before {
  width: 6px;
  margin-right: 5px;
}
.cid-tbIQJDcwfH .nav-dropdown .link {
  padding: 0;
  margin: 0 !important;
}
.cid-tbIQJDcwfH .nav-link {
  position: relative;
  overflow: hidden;
  font-weight: 600;
  padding: 0rem 1.8125rem !important;
}
.cid-tbIQJDcwfH .nav-link:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 0px;
  opacity: 1;
  left: 15px;
  background: #f23801;
  border-radius: 100%;
  transition: all 0.2s ease-out;
  transform: translateY(-20px);
}
.cid-tbIQJDcwfH .nav-link:hover:before {
  height: 6px;
  transform: translateY(0);
}
.cid-tbIQJDcwfH .container {
  display: flex;
  margin: auto;
}
.cid-tbIQJDcwfH .iconfont-wrapper {
  color: #e43f3f !important;
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-tbIQJDcwfH .dropdown-menu,
.cid-tbIQJDcwfH .navbar.opened {
  background: #000000 !important;
}
.cid-tbIQJDcwfH .nav-item:focus,
.cid-tbIQJDcwfH .nav-link:focus {
  outline: none;
}
.cid-tbIQJDcwfH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-tbIQJDcwfH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tbIQJDcwfH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: .5rem;
  vertical-align: sub;
}
.cid-tbIQJDcwfH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-tbIQJDcwfH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tbIQJDcwfH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tbIQJDcwfH .navbar {
  min-height: 70px;
  transition: all .3s;
  border-bottom: 1px solid transparent;
  background: #000000;
  padding: 1rem 0;
}
.cid-tbIQJDcwfH .navbar.opened {
  transition: all .3s;
}
.cid-tbIQJDcwfH .navbar .dropdown-item {
  padding: .5rem 1.8rem;
}
.cid-tbIQJDcwfH .navbar .navbar-logo img {
  width: auto;
}
.cid-tbIQJDcwfH .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-tbIQJDcwfH .navbar.collapsed {
  justify-content: center;
}
.cid-tbIQJDcwfH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tbIQJDcwfH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tbIQJDcwfH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3.3rem);
  }
}
.cid-tbIQJDcwfH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tbIQJDcwfH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-tbIQJDcwfH .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-tbIQJDcwfH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tbIQJDcwfH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-tbIQJDcwfH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tbIQJDcwfH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tbIQJDcwfH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tbIQJDcwfH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tbIQJDcwfH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-tbIQJDcwfH .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-tbIQJDcwfH .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-tbIQJDcwfH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tbIQJDcwfH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-tbIQJDcwfH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-tbIQJDcwfH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-tbIQJDcwfH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tbIQJDcwfH .navbar.navbar-short {
  min-height: 60px;
}
.cid-tbIQJDcwfH .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-tbIQJDcwfH .navbar.navbar-short .navbar-brand {
  min-height: 60px;
  padding: 0;
}
.cid-tbIQJDcwfH .navbar-brand {
  min-height: 70px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tbIQJDcwfH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tbIQJDcwfH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tbIQJDcwfH .dropdown-item.active,
.cid-tbIQJDcwfH .dropdown-item:active {
  background-color: transparent;
}
.cid-tbIQJDcwfH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-tbIQJDcwfH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tbIQJDcwfH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tbIQJDcwfH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
}
.cid-tbIQJDcwfH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tbIQJDcwfH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tbIQJDcwfH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-tbIQJDcwfH .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-tbIQJDcwfH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-tbIQJDcwfH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #e43f3f;
}
.cid-tbIQJDcwfH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tbIQJDcwfH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tbIQJDcwfH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tbIQJDcwfH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tbIQJDcwfH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbIQJDcwfH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tbIQJDcwfH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tbIQJDcwfH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tbIQJDcwfH .navbar-dropdown {
  padding: 1rem 0;
  position: fixed;
}
.cid-tbIQJDcwfH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-tbIQJDcwfH .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tbIQJDcwfH .navbar {
    height: 70px;
  }
  .cid-tbIQJDcwfH .navbar.opened {
    height: auto;
  }
  .cid-tbIQJDcwfH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-seN6mrWfXp {
  background-image: url("../../../assets/images/medium-shot-man-wearing-vr-glasses-1500x844.jpg");
}
.cid-seN6mrWfXp .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-seN6mrWfXp .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-seN6mrWfXp .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-seN6mrWfXp .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: center;
}
.cid-seN6mrWfXp .mbr-section-title b:last-child,
.cid-seN6mrWfXp .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-seN6mrWfXp .mbr-section-subtitle {
  text-align: center;
}
.cid-tbIRtZ7aro {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tbIRtZ7aro .container {
    max-width: 1400px;
  }
}
.cid-tbIRtZ7aro .row {
  justify-content: center;
}
.cid-tbIRtZ7aro .mbr-section-tag {
  color: #9e9e9e;
}
.cid-tbIRtZ7aro .card-title {
  margin-bottom: 0.875rem;
}
.cid-tbIRtZ7aro .card {
  margin-top: 3rem;
}
.cid-tbIRtZ7aro .card-wrapper {
  padding-left: 2.0625rem;
  border-left: 2px solid #f23801;
}
.cid-tbIRtZ7aro .mbr-section-btn .btn {
  margin-top: 0.5625rem !important;
  margin-right: 2rem;
  outline: none;
}
.cid-tbIRtZ7aro .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbIRtZ7aro .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbIRtZ7aro .mbr-section-title {
  color: #f23801;
}
.cid-tdLderTHTp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (min-width: 1500px) {
  .cid-tdLderTHTp .container {
    max-width: 1400px;
  }
}
.cid-tdLderTHTp .mbr-iconfont {
  font-size: 3rem;
  color: #f23801;
}
.cid-tdLderTHTp .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #f23801;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
}
.cid-tdLderTHTp .row {
  justify-content: center;
}
.cid-tdLderTHTp .card {
  margin-bottom: 3rem;
}
.cid-tdLderTHTp .card-title {
  margin-top: 1rem;
}
.cid-tdLderTHTp .card-text {
  margin-top: 0.6875rem;
}
.cid-tdLderTHTp .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tdLderTHTp .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tdLderTHTp .mbr-section-title b:last-child,
.cid-tdLderTHTp .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tdLderTHTp .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tdLderTHTp .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tdLderTHTp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdLderTHTp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbIS1PZWB7 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-tbIS1PZWB7 .card {
  -webkit-align-items: center;
  align-items: center;
}
.cid-tbIS1PZWB7 .card-box {
  width: 100%;
}
.cid-tbIS1PZWB7 .card-img {
  padding: 1rem;
  border: 2px solid #e43f3f;
  border-radius: 100%;
  height: 120px;
  width: 120px;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
}
.cid-tbIS1PZWB7 .card-img span {
  color: #f23801;
  font-size: 3rem;
}
.cid-tbIS1PZWB7 p {
  margin: 0;
}
@media (max-width: 576px) {
  .cid-tbIS1PZWB7 .card {
    margin-bottom: 2rem;
  }
}
.cid-tbIS1PZWB7 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tbIS1PZWB7 .mbr-section-title {
  margin-bottom: 1rem;
  text-align: center;
}
.cid-tbIS1PZWB7 .mbr-section-title b:last-child,
.cid-tbIS1PZWB7 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tbIS1PZWB7 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tbIS1PZWB7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbIS1PZWB7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tbIS1PZWB7 .mbr-text {
  text-align: center;
}
.cid-tbITA6Q01H {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-tbITA6Q01H img {
  width: 120px;
  margin: auto;
}
.cid-tbITA6Q01H .card {
  transition: all 0.3s;
  height: fit-content;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-tbITA6Q01H .card img {
  margin: 0;
  transition: 0.4s;
  transform: translateY(-100%);
}
.cid-tbITA6Q01H .card:hover img {
  transform: translateY(0);
}
.cid-tbITA6Q01H .card:hover .img-sec {
  transform: translateY(100%);
}
.cid-tbITA6Q01H .img-sec {
  position: absolute;
  transform: translateY(-100%);
}
.is-builder .cid-tbITA6Q01H img {
  pointer-events: none;
}
.cid-tbITA6Q01H .features-image {
  margin-bottom: 50px;
}
.cid-tbITA6Q01H .mbr-section-title {
  color: #f23801;
}
.cid-tbIX8BmkrY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background: #000000;
}
.cid-tbIX8BmkrY .google-map {
  height: 30rem;
  position: relative;
}
.cid-tbIX8BmkrY .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-tbIX8BmkrY .google-map [data-state-details] {
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-tbIX8BmkrY .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tbIX8BmkrY .mbr-fallback-image.disabled {
  display: none;
}
.cid-tbIX8BmkrY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tegDDYnRb1 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #000000;
}
@media (min-width: 1500px) {
  .cid-tegDDYnRb1 .container {
    max-width: 1400px;
  }
}
.cid-tegDDYnRb1 .mbr-iconfont {
  font-size: 2rem;
  color: #bbbbbb;
}
.cid-tegDDYnRb1 .iconfont-wrapper {
  margin-bottom: 1rem;
  border: 2px solid #bbbbbb;
  border-radius: 50%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
}
.cid-tegDDYnRb1 .row {
  justify-content: center;
}
.cid-tegDDYnRb1 .card {
  margin-bottom: 3rem;
}
.cid-tegDDYnRb1 .card-title {
  margin-top: 1rem;
}
.cid-tegDDYnRb1 .card-text {
  margin-top: 0.6875rem;
}
.cid-tegDDYnRb1 .mbr-section-tag {
  color: #9e9e9e;
  margin-bottom: 0.4375rem;
}
.cid-tegDDYnRb1 .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-tegDDYnRb1 .mbr-section-title b:last-child,
.cid-tegDDYnRb1 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-tegDDYnRb1 .mbr-section-subtitle {
  margin-bottom: 0.625rem;
}
.cid-tegDDYnRb1 .mbr-section-head {
  margin-bottom: 6.875rem;
}
.cid-tegDDYnRb1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tegDDYnRb1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.cid-tdKMOvU8p4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tdKMOvU8p4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tdKMOvU8p4 .media-wrap {
  padding: 0;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .media-wrap {
    margin-bottom: 1rem;
  }
}
@media (max-width: 767px) {
  .cid-tdKMOvU8p4 .row {
    text-align: center;
  }
  .cid-tdKMOvU8p4 .row > div {
    margin: auto;
  }
  .cid-tdKMOvU8p4 .social-row {
    justify-content: center;
  }
}
.cid-tdKMOvU8p4 .social-row {
  display: flex;
  flex-wrap: wrap;
}
.cid-tdKMOvU8p4 .list {
  list-style: none;
  padding-left: 0;
  color: #bbbbbb;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tdKMOvU8p4 .list {
    margin-bottom: 0rem;
  }
}
.cid-tdKMOvU8p4 .mbr-text {
  color: #bbbbbb;
}
.cid-tdKMOvU8p4 .soc-item {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: white;
  margin-right: 0.5rem;
  margin-bottom: 1rem;
  padding: 0.5rem;
  height: 2.5rem;
  width: 2.5rem;
}
.cid-tdKMOvU8p4 .mbr-iconfont {
  color: black;
}
@media (max-width: 991px) {
  .cid-tdKMOvU8p4 div > *:last-child {
    margin-top: 0 !important;
  }
}
