body {
  font-family: DM Sans;
}
.display-1 {
  font-family: 'DM Sans', sans-serif;
  font-size: 4.4rem;
  line-height: 1.125;
}
.display-1 > .mbr-iconfont {
  font-size: 5.5rem;
}
.display-2 {
  font-family: 'DM Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1.18;
}
.display-2 > .mbr-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1.2rem;
  line-height: 1.45;
}
.display-5 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-6 {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
}
.display-6 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-7 {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.25rem;
}
/* ---- 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: 1199x) {
  .display-1 {
    font-size: 3.652rem;
  }
  .display-2 {
    font-size: 2.288rem;
  }
  .display-5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .display-1 {
    font-size: 3.3rem;
  }
  .display-2 {
    font-size: 2.288rem;
  }
  .display-5 {
    font-size: 1.1rem;
  }
}
@media (max-width: 767px) {
  .display-1 {
    font-size: 3.08rem;
    font-size: calc( 2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.19rem + (4.4 - 2.19) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-6 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((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))));
  }
}
@media (max-width: 546px) {
  .display-1 {
    font-size: 1.804rem;
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-sm {
  padding: 0.6rem 1.9rem;
  border-radius: 0px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 0px;
}
.btn-lg {
  padding: 0.6rem 2.9rem;
  border-radius: 0px;
}
.bg-primary {
  background-color: #e1201d !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(225, 32, 29, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #941513 !important;
  border-color: #941513 !important;
}
.btn-secondary,
.btn-secondary:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(20, 157, 204, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #0c607d !important;
  border-color: #0c607d !important;
}
.btn-info,
.btn-info:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(130, 120, 110, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-success,
.btn-success:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(247, 237, 74, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #e0d40a !important;
  border-color: #e0d40a !important;
}
.btn-warning,
.btn-warning:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(135, 154, 159, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5c6e73 !important;
  border-color: #5c6e73 !important;
}
.btn-danger,
.btn-danger:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(177, 163, 116, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #84774a !important;
  border-color: #84774a !important;
}
.btn-white,
.btn-white:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #000000 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  left: 6px;
  top: -6px;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #e1201d;
  color: #e1201d;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e1201d;
  box-shadow: -4px 4px 0 0 rgba(225, 32, 29, 0.5);
  left: 6px;
  top: -6px;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #e1201d !important;
  border-color: #e1201d !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #149dcc;
  color: #149dcc;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #149dcc;
  box-shadow: -4px 4px 0 0 rgba(20, 157, 204, 0.5);
  left: 6px;
  top: -6px;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #149dcc !important;
  border-color: #149dcc !important;
}
.btn-info-outline,
.btn-info-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #82786e;
  box-shadow: -4px 4px 0 0 rgba(130, 120, 110, 0.5);
  left: 6px;
  top: -6px;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #f7ed4a;
  box-shadow: -4px 4px 0 0 rgba(247, 237, 74, 0.5);
  left: 6px;
  top: -6px;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #879a9f;
  color: #879a9f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #879a9f;
  box-shadow: -4px 4px 0 0 rgba(135, 154, 159, 0.5);
  left: 6px;
  top: -6px;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #b1a374;
  color: #b1a374;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #b1a374;
  box-shadow: -4px 4px 0 0 rgba(177, 163, 116, 0.5);
  left: 6px;
  top: -6px;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #232323;
  box-shadow: -4px 4px 0 0 rgba(35, 35, 35, 0.5);
  left: 6px;
  top: -6px;
}
.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 {
  position: relative;
  left: 0px;
  top: 0px;
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #fafafa;
  box-shadow: -4px 4px 0 0 rgba(250, 250, 250, 0.5);
  left: 6px;
  top: -6px;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #e1201d !important;
}
.text-secondary {
  color: #149dcc !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #871311 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #0b566f !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #e1201d;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-gallery-filter li.active .btn {
  background-color: #e1201d;
  border-color: #e1201d;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #e1201d;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #f9d2d1;
}
.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: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e1201d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'DM Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.375rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #e1201d !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Syne', sans-serif;
  font-size: 1.1rem;
  line-height: 1.7;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.375rem;
}
blockquote {
  border-color: #e1201d;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #e1201d;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #e1201d;
}
.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: #e1201d;
  border-bottom-color: #e1201d;
}
.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: #e1201d !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: #149dcc !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='%23e1201d' %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-rEvgLPOSGP .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-rEvgLPOSGP .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-rEvgLPOSGP a {
  font-style: normal;
}
.cid-rEvgLPOSGP .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-rEvgLPOSGP .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-rEvgLPOSGP .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-rEvgLPOSGP .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-rEvgLPOSGP .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-rEvgLPOSGP .nav-item:focus,
.cid-rEvgLPOSGP .nav-link:focus {
  outline: none;
}
.cid-rEvgLPOSGP .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rEvgLPOSGP .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-rEvgLPOSGP .menu-logo {
  margin-right: auto;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rEvgLPOSGP .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rEvgLPOSGP .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rEvgLPOSGP .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rEvgLPOSGP .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rEvgLPOSGP button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-rEvgLPOSGP button.navbar-toggler:focus {
  outline: none;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rEvgLPOSGP button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rEvgLPOSGP nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rEvgLPOSGP .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .btn {
  display: -webkit-flex;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rEvgLPOSGP .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rEvgLPOSGP .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rEvgLPOSGP .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-rEvgLPOSGP .collapsed button.navbar-toggler {
  display: block;
}
.cid-rEvgLPOSGP .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-rEvgLPOSGP .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rEvgLPOSGP .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rEvgLPOSGP .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-rEvgLPOSGP.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP img {
    height: 3.8rem !important;
  }
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 1rem;
  }
  .cid-rEvgLPOSGP .menu-wrap {
    flex-direction: column;
  }
  .cid-rEvgLPOSGP .btn {
    display: -webkit-flex;
  }
  .cid-rEvgLPOSGP button.navbar-toggler {
    display: block;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-rEvgLPOSGP .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rEvgLPOSGP .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing,
  .cid-rEvgLPOSGP .navbar-collapse.show {
    display: block !important;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rEvgLPOSGP .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rEvgLPOSGP .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rEvgLPOSGP .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rEvgLPOSGP .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-rEvgLPOSGP .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-rEvgLPOSGP .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-rEvgLPOSGP .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-rEvgLPOSGP .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-rEvgLPOSGP .nav-link:hover,
.cid-rEvgLPOSGP .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-rEvgBYWIpJ {
  padding-top: 75px;
  padding-bottom: 210px;
}
.cid-rEvgBYWIpJ h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvgBYWIpJ h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgBYWIpJ h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgDySddr {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEvgDySddr .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-rEvgDySddr .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/acomp-obras-guindaste-1662x934.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rEvgDySddr .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #000000;
  z-index: 2;
  opacity: 1;
}
.cid-rEvgDySddr .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rEvgDySddr .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rEvgDySddr .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rEvgDySddr .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rEvgDySddr .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rEvgDySddr .col:hover .box-title2,
.cid-rEvgDySddr .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-rEvgDySddr .box-title2,
.cid-rEvgDySddr .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rEvgDySddr .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #000000;
}
.cid-rEvgDySddr .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-rEvgDySddr .img-content {
    opacity: 1;
  }
  .cid-rEvgDySddr .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rEvgDySddr .box-content {
    width: 100%;
  }
  .cid-rEvgDySddr .box-title2,
  .cid-rEvgDySddr .box-text2 {
    color: #ffffff !important;
  }
  .cid-rEvgDySddr .content-block,
  .cid-rEvgDySddr .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rEvgDySddr .box-text1 {
  color: #333333;
}
.cid-rEvgDySddr .box-title2 {
  color: #ffffff;
}
.cid-rEvgE7k7k8 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEvgE7k7k8 .content-block {
  max-width: 350px;
  padding: 4rem 3rem;
  z-index: 5;
  position: relative;
}
.cid-rEvgE7k7k8 .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/257823-quer-saber-como-fazer-um-video-institucional-aprenda-em-x-passos-2000x1125.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rEvgE7k7k8 .block2 {
  background-image: url("../../../assets/images/capa2-1-1668x937.jpeg");
}
.cid-rEvgE7k7k8 .block2:hover .block2-over {
  opacity: 0;
}
.cid-rEvgE7k7k8 .block1 {
  background-image: url("../../../assets/images/claro-dji-649-2000x1125.jpg");
}
.cid-rEvgE7k7k8 .block1:hover .block1-over {
  opacity: 0;
}
.cid-rEvgE7k7k8 .block1-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #cc2952;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rEvgE7k7k8 .block2-over {
  position: absolute;
  transition: all 0.6s;
  width: 100%;
  background-color: #ed6031;
  opactiy: 1;
  height: 100%;
  top: 0;
  left: 0;
}
.cid-rEvgE7k7k8 .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #29a7c6;
  z-index: 2;
  opacity: 1;
}
.cid-rEvgE7k7k8 .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rEvgE7k7k8 .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rEvgE7k7k8 .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rEvgE7k7k8 .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rEvgE7k7k8 .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rEvgE7k7k8 .col:hover .box-title2,
.cid-rEvgE7k7k8 .col:hover .box-text2 {
  color: #ffffff;
  transition-delay: 0.3s;
}
.cid-rEvgE7k7k8 .box-title2,
.cid-rEvgE7k7k8 .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rEvgE7k7k8 .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #29a7c6;
}
.cid-rEvgE7k7k8 .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
.cid-rEvgE7k7k8 .content2 {
  z-index: 2;
  max-width: 450px;
  margin-bottom: -1rem;
  position: relative;
  opacity: 0;
  transition: all 0.3s;
  transition-delay: 0s;
  padding: 0 2rem;
}
@media (max-width: 767px) {
  .cid-rEvgE7k7k8 .img-content {
    opacity: 1;
  }
  .cid-rEvgE7k7k8 .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rEvgE7k7k8 .box-content {
    width: 100%;
  }
  .cid-rEvgE7k7k8 .box-title2,
  .cid-rEvgE7k7k8 .box-text2 {
    color: #ffffff !important;
  }
  .cid-rEvgE7k7k8 .content-block,
  .cid-rEvgE7k7k8 .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rEvgE7k7k8 .box-text1 {
  color: #333333;
}
.cid-rEvgE7k7k8 .box-title2 {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block1-text,
.cid-rEvgE7k7k8 .mbr-section-btn {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block2-text,
.cid-rEvgE7k7k8 .mbr-section-btn {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block2-title {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block1-subtitle {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block2-subtitle {
  color: #ffffff;
}
.cid-rEvgE7k7k8 .block1-title {
  color: #ffffff;
}
.cid-rEvgEvbKJi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-rEvgEvbKJi .content-block {
  max-width: 700px;
  padding: 4rem 3rem;
}
.cid-rEvgEvbKJi .img-content {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 100%;
  opacity: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  transition: all 0.3s;
  transition-delay: 0s;
  background-image: url("../../../assets/images/inpecao3-1024x683.jpg");
  background-position: center;
  background-size: cover;
  z-index: 3;
}
.cid-rEvgEvbKJi .block2 {
  background: #000000;
  display: flex;
  justify-content: center;
}
.cid-rEvgEvbKJi p {
  margin-left: 10rem;
  max-width: 450px;
}
.cid-rEvgEvbKJi .overlay {
  position: absolute;
  transition: all 0.3s;
  transition-delay: 0.3s;
  width: 0%;
  height: 100%;
  top: 0;
  right: 0%;
  background: #ed6031;
  z-index: 2;
  opacity: 1;
}
.cid-rEvgEvbKJi .box-title2,
.cid-rEvgEvbKJi .box-text2 {
  transition: all 0.3s;
  transition-delay: 0s;
}
.cid-rEvgEvbKJi .overlay-wrapper {
  width: 50%;
  height: 100%;
  position: absolute;
  right: 50%;
  transition-delay: 0.3s;
  top: 0;
  z-index: 4;
}
.cid-rEvgEvbKJi .col {
  padding: 0;
  display: flex;
  position: relative;
  min-height: 400px;
  justify-content: flex-end;
}
.cid-rEvgEvbKJi .col:hover .overlay-wrapper {
  width: 100%;
  right: 0;
  transition-delay: 0s;
}
.cid-rEvgEvbKJi .col:hover .overlay {
  width: 100%;
  transition-delay: 0s;
}
.cid-rEvgEvbKJi .col:hover .img-content {
  opacity: 1;
  width: 100%;
  transition-delay: 0.3s;
}
.cid-rEvgEvbKJi .col:hover .box-title2,
.cid-rEvgEvbKJi .col:hover .box-text2 {
  color: #000000;
  transition-delay: 0.3s;
}
.cid-rEvgEvbKJi .box-content {
  width: 50%;
  height: 100%;
  transition: all 0.3s;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  background: #ed6031;
}
.cid-rEvgEvbKJi .content1 {
  z-index: 5;
  max-width: 450px;
  position: relative;
  transition: all 0.3s;
  transition-delay: 0.3s;
  padding: 4rem 3rem;
}
@media (max-width: 767px) {
  .cid-rEvgEvbKJi .img-content {
    opacity: 1;
  }
  .cid-rEvgEvbKJi .overlay-wrapper {
    width: 100%;
    right: 0;
  }
  .cid-rEvgEvbKJi .box-content {
    width: 100%;
  }
  .cid-rEvgEvbKJi .box-title2,
  .cid-rEvgEvbKJi .box-text2 {
    color: #000000 !important;
  }
  .cid-rEvgEvbKJi p {
    margin-left: 0;
  }
  .cid-rEvgEvbKJi .content-block,
  .cid-rEvgEvbKJi .content1 {
    padding: 3rem 1rem;
  }
}
.cid-rEvgEvbKJi .box-text1 {
  color: #333333;
}
.cid-rEvgEvbKJi .box-title2 {
  color: #ffffff;
}
.cid-rEvgEvbKJi .box-text2 {
  color: #ffffff;
}
.cid-rEvgEvbKJi .mbr-text,
.cid-rEvgEvbKJi .mbr-section-btn {
  color: #ffffff;
}
.cid-rEvgEvbKJi H2 {
  color: #ffffff;
}
.cid-rEvgEvbKJi H3 {
  color: #ffffff;
}
.cid-rEvgEVBVk3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rEvgEVBVk3 .mbr-text {
    text-align: center;
  }
}
.cid-rEvgEVBVk3 .container-fluid {
  padding: 0;
}
.cid-rEvgEVBVk3 .media-content {
  max-width: 580px;
  margin: auto;
  padding: 1rem;
}
.cid-rEvgEVBVk3 img {
  height: 100%;
  object-fit: cover;
}
.cid-rEvgEVBVk3 .mbr-figure {
  height: 100%;
}
.cid-rEvgEVBVk3 .col-lg-6 {
  padding: 0;
}
.cid-rEvgEVBVk3 .row {
  margin: 0;
}
.cid-rEvgGbq33U {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-rEvgGbq33U h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-rEvgGbq33U h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgGbq33U h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-rEvgGbq33U .mbr-text,
.cid-rEvgGbq33U .mbr-section-btn {
  color: #767676;
}
.cid-rEvgGz1k2E {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-rEvgGz1k2E img {
  width: 65%;
  pointer-events: all;
}
.cid-rEvgGz1k2E .row {
  justify-content: center;
}
.cid-rEvgGz1k2E .img1 {
  position: absolute;
  left: -8rem;
  top: 5rem;
  z-index: 4;
  width: 100%;
  pointer-events: none;
}
.cid-rEvgGz1k2E .img2 {
  position: absolute;
  top: 0rem;
  left: 0rem;
  width: 100%;
  pointer-events: none;
}
.cid-rEvgGz1k2E .img3 {
  position: absolute;
  top: 12rem;
  right: -8rem;
  width: 100%;
  pointer-events: none;
}
.cid-rEvgGz1k2E .item {
  height: 600px;
  margin: auto;
  text-align: center;
}
@media (max-width: 767px) {
  .cid-rEvgGz1k2E .img1 {
    left: -2rem;
    top: 5rem;
  }
  .cid-rEvgGz1k2E .img2 {
    top: 0rem;
    left: 0rem;
  }
  .cid-rEvgGz1k2E .img3 {
    top: 8rem;
    right: -2rem;
  }
  .cid-rEvgGz1k2E .item {
    height: 300px;
  }
}
.cid-sEn6ttmFEB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
@media (max-width: 991px) {
  .cid-sEn6ttmFEB .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-sEn6ttmFEB .row {
  flex-direction: row-reverse;
}
.cid-sEn6ttmFEB img {
  width: 100%;
}
.cid-sEn6ttmFEB .mbr-section-title {
  padding: 0;
  margin: 0;
  padding-bottom: 100px;
}
.cid-sIlO5Ms45e {
  background-color: #f6f4f2;
}
@media (max-width: 991px) {
  .cid-sIlO5Ms45e .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sIlO5Ms45e .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sIlO5Ms45e li {
  background: none;
  border: none;
  margin-bottom: 0.31rem;
}
.cid-sIlO5Ms45e li:nth-child(1) .mbr-iconfont {
  color: #e1201d;
}
.cid-sIlO5Ms45e li:nth-child(2) .mbr-iconfont {
  color: #149dcc;
}
.cid-sIlO5Ms45e li:nth-child(3) .mbr-iconfont {
  color: #82786e;
}
.cid-sIlO5Ms45e li:nth-child(4) .mbr-iconfont {
  color: #f7ed4a;
}
.cid-sIlO5Ms45e li:nth-child(5) .mbr-iconfont {
  color: #879a9f;
}
.cid-sIlO5Ms45e li:nth-child(6) .mbr-iconfont {
  color: #b1a374;
}
.cid-sIlO5Ms45e li .mbr-iconfont {
  margin-right: 1.25rem;
  display: inline-block;
  vertical-align: middle;
}
.cid-sIlO5Ms45e ul {
  padding-top: 30px;
  border-top: 2px solid #d6d2cd;
  list-style: none;
}
.cid-sIlO5Ms45e .mbr-section-title {
  margin-bottom: 5rem;
  color: #1d1e22;
}
.cid-sIlO5Ms45e .mbr-text {
  margin-bottom: 3.75rem;
}
.cid-sIlO5Ms45e .mbr-section-btn {
  margin-top: 8.75rem;
}
.cid-sIlO5Ms45e .mbr-text,
.cid-sIlO5Ms45e .mbr-section-btn {
  color: #1d1e22;
}
.cid-sEn7tI4q8w {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sEn7tI4q8w .video-wrapper iframe {
  width: 100%;
}
.cid-sEn7tI4q8w .mbr-section-title,
.cid-sEn7tI4q8w .mbr-section-subtitle,
.cid-sEn7tI4q8w .mbr-text {
  text-align: center;
}
.cid-sDsbEnWV6Z {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/dji-103-2000x1123.jpg");
}
.cid-sDsbEnWV6Z .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-sDsbEnWV6Z h2,
.cid-sDsbEnWV6Z h3,
.cid-sDsbEnWV6Z h4,
.cid-sDsbEnWV6Z p {
  color: #ffffff;
}
.cid-sDsbEnWV6Z .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sDsbEnWV6Z .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sDsbEnWV6Z .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDsbEnWV6Z .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sDsbEnWV6Z .form-control:focus,
.cid-sDsbEnWV6Z .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sDsbEnWV6Z .form-group {
  margin-bottom: 1rem;
}
.cid-sDsbEnWV6Z input::-webkit-input-placeholder,
.cid-sDsbEnWV6Z textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sDsbEnWV6Z input:-moz-placeholder,
.cid-sDsbEnWV6Z textarea:-moz-placeholder {
  color: #656565;
}
.cid-sDsbEnWV6Z .jq-selectbox li,
.cid-sDsbEnWV6Z .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sDsbEnWV6Z .jq-selectbox li:hover,
.cid-sDsbEnWV6Z .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sDsbEnWV6Z .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sDsbEnWV6Z .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sDsbEnWV6Z .mbr-text {
  color: #767676;
}
.cid-sDsbEnWV6Z a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sDsbEnWV6Z .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDsbEnWV6Z .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sDsbEnWV6Z textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sDsbEnWV6Z h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sDsbEnWV6Z .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sDsbEnWV6Z .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sDsbEnWV6Z .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sDsqIwuflW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sDsqIwuflW .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sDsqIwuflW .first-column .mbr-text {
  margin: 0;
}
.cid-sDsqIwuflW .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sDsqIwuflW .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sDsqIwuflW .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sDsqIwuflW .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sDsqIwuflW .form-group {
  max-width: 55%;
}
.cid-sDsqIwuflW .form-group,
.cid-sDsqIwuflW .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sDsqIwuflW .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sDsqIwuflW .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sDsqIwuflW .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDsqIwuflW .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDsqIwuflW .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sDsqIwuflW .col + .mbr-section-btn .btn,
.cid-sDsqIwuflW .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sDsqIwuflW .dragArea > *:nth-last-child(2).col,
.cid-sDsqIwuflW .dragArea > *:nth-last-child(2).col-auto,
.cid-sDsqIwuflW .col + .mbr-section-btn,
.cid-sDsqIwuflW .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sDsqIwuflW .first-column,
  .cid-sDsqIwuflW .second-column {
    padding-bottom: 2rem;
  }
  .cid-sDsqIwuflW .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDsqIwuflW .first-column,
  .cid-sDsqIwuflW .second-column,
  .cid-sDsqIwuflW .third-column {
    text-align: center;
  }
}
.cid-sDf1ZeUorY.popup-builder {
  background-color: #ffffff;
}
.cid-sDf1ZeUorY.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sDf1ZeUorY.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sDf1ZeUorY .modal-content,
.cid-sDf1ZeUorY .modal-dialog {
  height: auto;
}
.cid-sDf1ZeUorY .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sDf1ZeUorY .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sDf1ZeUorY .form-wrapper .mbr-form .form-group,
  .cid-sDf1ZeUorY .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sDf1ZeUorY .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sDf1ZeUorY .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDf1ZeUorY .mbr-text {
  text-align: center;
}
.cid-sDf1ZeUorY .pt-0 {
  padding-top: 0 !important;
}
.cid-sDf1ZeUorY .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sDf1ZeUorY .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sDf1ZeUorY .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sDf1ZeUorY .modal-open {
  overflow: hidden;
}
.cid-sDf1ZeUorY .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sDf1ZeUorY .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sDf1ZeUorY .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sDf1ZeUorY .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sDf1ZeUorY .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sDf1ZeUorY .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sDf1ZeUorY .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sDf1ZeUorY .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sDf1ZeUorY .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sDf1ZeUorY .modal-backdrop.fade {
  opacity: 0;
}
.cid-sDf1ZeUorY .modal-backdrop.show {
  opacity: .5;
}
.cid-sDf1ZeUorY .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sDf1ZeUorY .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sDf1ZeUorY .modal-header .close:hover {
  opacity: 1;
}
.cid-sDf1ZeUorY .modal-header .close:focus {
  outline: none;
}
.cid-sDf1ZeUorY .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sDf1ZeUorY .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sDf1ZeUorY .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sDf1ZeUorY .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sDf1ZeUorY .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sDf1ZeUorY .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sDf1ZeUorY .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sDf1ZeUorY .modal-sm {
    max-width: 300px;
  }
  .cid-sDf1ZeUorY .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sDf1ZeUorY .modal-lg,
  .cid-sDf1ZeUorY .modal-xl {
    max-width: 800px;
  }
  .cid-sDf1ZeUorY .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sDf1ZeUorY .modal-xl {
    max-width: 1140px;
  }
  .cid-sDf1ZeUorY .container {
    max-width: 1140px;
  }
}
.cid-sDf1ZeUorY .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sDf1ZeUorY .container {
    max-width: 720px;
  }
}
.cid-sDf1ZeUorY .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sDf1ZeUorY .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sDf1ZeUorY .form-group {
  margin-bottom: 1rem;
}
.cid-sDf1ZeUorY .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sDf1ZeUorY .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sDf1ZeUorY .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sDshRjxbJM .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sDshRjxbJM .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sDshRjxbJM a {
  font-style: normal;
}
.cid-sDshRjxbJM .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sDshRjxbJM .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sDshRjxbJM .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sDshRjxbJM .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDshRjxbJM .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sDshRjxbJM .nav-item:focus,
.cid-sDshRjxbJM .nav-link:focus {
  outline: none;
}
.cid-sDshRjxbJM .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDshRjxbJM .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDshRjxbJM .menu-logo {
  margin-right: auto;
}
.cid-sDshRjxbJM .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDshRjxbJM .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDshRjxbJM .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sDshRjxbJM .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDshRjxbJM .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDshRjxbJM .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDshRjxbJM .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDshRjxbJM .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDshRjxbJM .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDshRjxbJM .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDshRjxbJM .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDshRjxbJM .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDshRjxbJM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDshRjxbJM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDshRjxbJM .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDshRjxbJM .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDshRjxbJM .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDshRjxbJM .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDshRjxbJM .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDshRjxbJM .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDshRjxbJM .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDshRjxbJM .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDshRjxbJM .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDshRjxbJM button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDshRjxbJM button.navbar-toggler:focus {
  outline: none;
}
.cid-sDshRjxbJM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDshRjxbJM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDshRjxbJM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDshRjxbJM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDshRjxbJM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDshRjxbJM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDshRjxbJM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDshRjxbJM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDshRjxbJM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDshRjxbJM .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDshRjxbJM .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDshRjxbJM .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDshRjxbJM .collapsed .navbar-collapse.collapsing,
.cid-sDshRjxbJM .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDshRjxbJM .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDshRjxbJM .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDshRjxbJM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDshRjxbJM .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDshRjxbJM .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDshRjxbJM .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDshRjxbJM .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDshRjxbJM .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDshRjxbJM .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDshRjxbJM .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDshRjxbJM .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-sDshRjxbJM .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDshRjxbJM .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDshRjxbJM .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDshRjxbJM .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDshRjxbJM .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDshRjxbJM .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDshRjxbJM .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sDshRjxbJM.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDshRjxbJM img {
    height: 3.8rem !important;
  }
  .cid-sDshRjxbJM .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sDshRjxbJM .menu-wrap {
    flex-direction: column;
  }
  .cid-sDshRjxbJM .btn {
    display: -webkit-flex;
  }
  .cid-sDshRjxbJM button.navbar-toggler {
    display: block;
  }
  .cid-sDshRjxbJM .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sDshRjxbJM .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDshRjxbJM .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDshRjxbJM .navbar-collapse.collapsing,
  .cid-sDshRjxbJM .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDshRjxbJM .navbar-collapse.collapsing .navbar-nav,
  .cid-sDshRjxbJM .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDshRjxbJM .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDshRjxbJM .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDshRjxbJM .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDshRjxbJM .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDshRjxbJM .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDshRjxbJM .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDshRjxbJM .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDshRjxbJM .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDshRjxbJM .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDshRjxbJM .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDshRjxbJM .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDshRjxbJM .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sDshRjxbJM .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDshRjxbJM .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sDshRjxbJM .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sDshRjxbJM .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDshRjxbJM .nav-link:hover,
.cid-sDshRjxbJM .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sDsiKTmJsV {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #1d1e22;
}
.cid-sDsiKTmJsV img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sDsiKTmJsV .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sDsiKTmJsV h2 {
  padding: 0;
  margin: 0;
}
.cid-sDsiKTmJsV .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDsiKTmJsV .text-col {
  margin: auto;
}
.cid-sDsiKTmJsV .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sDsiKTmJsV .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sDsiKTmJsV .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sDsiKTmJsV .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sDsiKTmJsV .mbr-iconfont {
  margin: 0!important;
}
.cid-sDsiKTmJsV .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-sDsiKTmJsV .mbr-section-subtitle {
  margin-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .cid-sDsiKTmJsV .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDsiKTmJsV .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sDsiKTmJsV .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sDsiKTmJsV .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sDsiKTmJsV H2 {
  color: #333333;
}
.cid-sDsiKTmJsV .mbr-text {
  color: #fafafa;
}
.cid-sDsiKTmJsV H1 {
  color: #fafafa;
}
.cid-sDsiKTmJsV H3 {
  color: #fafafa;
  text-align: left;
}
.cid-sDslnRxI13 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sDslnRxI13 .video-wrapper iframe {
  width: 100%;
}
.cid-sDslnRxI13 .mbr-section-title,
.cid-sDslnRxI13 .mbr-section-subtitle,
.cid-sDslnRxI13 .mbr-text {
  text-align: center;
}
.cid-sJnWHuECzX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sJnWHuECzX .video-wrapper iframe {
  width: 100%;
}
.cid-sJnWHuECzX .mbr-section-title,
.cid-sJnWHuECzX .mbr-section-subtitle,
.cid-sJnWHuECzX .mbr-text {
  text-align: center;
}
.cid-sDsmgPnaPU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sDsmgPnaPU .video-wrapper iframe {
  width: 100%;
}
.cid-sDsmgPnaPU .mbr-section-title,
.cid-sDsmgPnaPU .mbr-section-subtitle,
.cid-sDsmgPnaPU .mbr-text {
  text-align: center;
}
.cid-sP8RistSD8 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sP8RistSD8 .video-wrapper iframe {
  width: 100%;
}
.cid-sP8RistSD8 .mbr-section-title,
.cid-sP8RistSD8 .mbr-section-subtitle,
.cid-sP8RistSD8 .mbr-text {
  text-align: center;
}
.cid-sETeGsEbNh {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sETeGsEbNh .video-wrapper iframe {
  width: 100%;
}
.cid-sETeGsEbNh .mbr-section-title,
.cid-sETeGsEbNh .mbr-section-subtitle,
.cid-sETeGsEbNh .mbr-text {
  text-align: center;
}
.cid-sDsmhvtDkX {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sDsmhvtDkX .video-wrapper iframe {
  width: 100%;
}
.cid-sDsmhvtDkX .mbr-section-title,
.cid-sDsmhvtDkX .mbr-section-subtitle,
.cid-sDsmhvtDkX .mbr-text {
  text-align: center;
}
.cid-sDsqIwuflW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sDsqIwuflW .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sDsqIwuflW .first-column .mbr-text {
  margin: 0;
}
.cid-sDsqIwuflW .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sDsqIwuflW .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sDsqIwuflW .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sDsqIwuflW .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sDsqIwuflW .form-group {
  max-width: 55%;
}
.cid-sDsqIwuflW .form-group,
.cid-sDsqIwuflW .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sDsqIwuflW .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sDsqIwuflW .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sDsqIwuflW .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDsqIwuflW .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDsqIwuflW .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sDsqIwuflW .col + .mbr-section-btn .btn,
.cid-sDsqIwuflW .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sDsqIwuflW .dragArea > *:nth-last-child(2).col,
.cid-sDsqIwuflW .dragArea > *:nth-last-child(2).col-auto,
.cid-sDsqIwuflW .col + .mbr-section-btn,
.cid-sDsqIwuflW .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sDsqIwuflW .first-column,
  .cid-sDsqIwuflW .second-column {
    padding-bottom: 2rem;
  }
  .cid-sDsqIwuflW .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDsqIwuflW .first-column,
  .cid-sDsqIwuflW .second-column,
  .cid-sDsqIwuflW .third-column {
    text-align: center;
  }
}
.cid-sDJf52L6U7 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sDJf52L6U7 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sDJf52L6U7 a {
  font-style: normal;
}
.cid-sDJf52L6U7 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sDJf52L6U7 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sDJf52L6U7 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sDJf52L6U7 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDJf52L6U7 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sDJf52L6U7 .nav-item:focus,
.cid-sDJf52L6U7 .nav-link:focus {
  outline: none;
}
.cid-sDJf52L6U7 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDJf52L6U7 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDJf52L6U7 .menu-logo {
  margin-right: auto;
}
.cid-sDJf52L6U7 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDJf52L6U7 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDJf52L6U7 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sDJf52L6U7 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDJf52L6U7 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDJf52L6U7 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDJf52L6U7 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDJf52L6U7 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDJf52L6U7 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDJf52L6U7 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDJf52L6U7 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDJf52L6U7 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDJf52L6U7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDJf52L6U7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDJf52L6U7 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDJf52L6U7 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDJf52L6U7 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDJf52L6U7 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDJf52L6U7 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDJf52L6U7 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDJf52L6U7 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDJf52L6U7 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDJf52L6U7 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDJf52L6U7 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDJf52L6U7 button.navbar-toggler:focus {
  outline: none;
}
.cid-sDJf52L6U7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDJf52L6U7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDJf52L6U7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJf52L6U7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJf52L6U7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDJf52L6U7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJf52L6U7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDJf52L6U7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDJf52L6U7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJf52L6U7 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDJf52L6U7 .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDJf52L6U7 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDJf52L6U7 .collapsed .navbar-collapse.collapsing,
.cid-sDJf52L6U7 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDJf52L6U7 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDJf52L6U7 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDJf52L6U7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDJf52L6U7 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDJf52L6U7 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDJf52L6U7 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDJf52L6U7 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDJf52L6U7 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDJf52L6U7 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDJf52L6U7 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDJf52L6U7 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-sDJf52L6U7 .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDJf52L6U7 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDJf52L6U7 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDJf52L6U7 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDJf52L6U7 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDJf52L6U7 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDJf52L6U7 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sDJf52L6U7.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDJf52L6U7 img {
    height: 3.8rem !important;
  }
  .cid-sDJf52L6U7 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sDJf52L6U7 .menu-wrap {
    flex-direction: column;
  }
  .cid-sDJf52L6U7 .btn {
    display: -webkit-flex;
  }
  .cid-sDJf52L6U7 button.navbar-toggler {
    display: block;
  }
  .cid-sDJf52L6U7 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sDJf52L6U7 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDJf52L6U7 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDJf52L6U7 .navbar-collapse.collapsing,
  .cid-sDJf52L6U7 .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDJf52L6U7 .navbar-collapse.collapsing .navbar-nav,
  .cid-sDJf52L6U7 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDJf52L6U7 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDJf52L6U7 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDJf52L6U7 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDJf52L6U7 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDJf52L6U7 .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDJf52L6U7 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDJf52L6U7 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDJf52L6U7 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDJf52L6U7 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDJf52L6U7 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDJf52L6U7 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDJf52L6U7 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sDJf52L6U7 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDJf52L6U7 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sDJf52L6U7 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sDJf52L6U7 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDJf52L6U7 .nav-link:hover,
.cid-sDJf52L6U7 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sDJf53j3Lg {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #1d1e22;
}
.cid-sDJf53j3Lg img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sDJf53j3Lg .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sDJf53j3Lg h2 {
  padding: 0;
  margin: 0;
}
.cid-sDJf53j3Lg .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDJf53j3Lg .text-col {
  margin: auto;
}
.cid-sDJf53j3Lg .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sDJf53j3Lg .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sDJf53j3Lg .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sDJf53j3Lg .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sDJf53j3Lg .mbr-iconfont {
  margin: 0!important;
}
.cid-sDJf53j3Lg .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-sDJf53j3Lg .mbr-section-subtitle {
  margin-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .cid-sDJf53j3Lg .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDJf53j3Lg .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sDJf53j3Lg .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sDJf53j3Lg .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sDJf53j3Lg H2 {
  color: #333333;
}
.cid-sDJf53j3Lg .mbr-text {
  color: #ffffff;
}
.cid-sDJf53j3Lg H1 {
  color: #fafafa;
}
.cid-sDJf53j3Lg H3 {
  color: #fafafa;
  text-align: left;
}
.cid-sDJf53B12b {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDJf53B12b .video-wrapper iframe {
  width: 100%;
}
.cid-sDJf53B12b .mbr-section-title,
.cid-sDJf53B12b .mbr-section-subtitle,
.cid-sDJf53B12b .mbr-text {
  text-align: center;
}
.cid-sDJf542Miy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sDJf542Miy .video-wrapper iframe {
  width: 100%;
}
.cid-sDJf542Miy .mbr-section-title,
.cid-sDJf542Miy .mbr-section-subtitle,
.cid-sDJf542Miy .mbr-text {
  text-align: center;
}
.cid-sHSnxxdjf5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sHSnxxdjf5 .video-wrapper iframe {
  width: 100%;
}
.cid-sHSnxxdjf5 .mbr-section-title,
.cid-sHSnxxdjf5 .mbr-section-subtitle,
.cid-sHSnxxdjf5 .mbr-text {
  text-align: center;
}
.cid-sYEbWSnPQQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sYEbWSnPQQ .video-wrapper iframe {
  width: 100%;
}
.cid-sYEbWSnPQQ .mbr-section-title,
.cid-sYEbWSnPQQ .mbr-section-subtitle,
.cid-sYEbWSnPQQ .mbr-text {
  text-align: center;
}
.cid-sOC5VU4ILS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sOC5VU4ILS .video-wrapper iframe {
  width: 100%;
}
.cid-sOC5VU4ILS .mbr-section-title,
.cid-sOC5VU4ILS .mbr-section-subtitle,
.cid-sOC5VU4ILS .mbr-text {
  text-align: center;
}
.cid-sDJf54rP4V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDJf54rP4V .video-wrapper iframe {
  width: 100%;
}
.cid-sDJf54rP4V .mbr-section-title,
.cid-sDJf54rP4V .mbr-section-subtitle,
.cid-sDJf54rP4V .mbr-text {
  text-align: center;
}
.cid-sDJjzmkxXv {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sDJjzmkxXv .video-wrapper iframe {
  width: 100%;
}
.cid-sDJjzmkxXv .mbr-section-title,
.cid-sDJjzmkxXv .mbr-section-subtitle,
.cid-sDJjzmkxXv .mbr-text {
  text-align: center;
}
.cid-uVo69mcnYM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVo69mcnYM .video-wrapper iframe {
  width: 100%;
}
.cid-uVo69mcnYM .mbr-section-title,
.cid-uVo69mcnYM .mbr-section-subtitle,
.cid-uVo69mcnYM .mbr-text {
  text-align: center;
}
.cid-sDJf54PBA8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sDJf54PBA8 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sDJf54PBA8 .first-column .mbr-text {
  margin: 0;
}
.cid-sDJf54PBA8 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sDJf54PBA8 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sDJf54PBA8 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sDJf54PBA8 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sDJf54PBA8 .form-group {
  max-width: 55%;
}
.cid-sDJf54PBA8 .form-group,
.cid-sDJf54PBA8 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sDJf54PBA8 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sDJf54PBA8 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sDJf54PBA8 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDJf54PBA8 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDJf54PBA8 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sDJf54PBA8 .col + .mbr-section-btn .btn,
.cid-sDJf54PBA8 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sDJf54PBA8 .dragArea > *:nth-last-child(2).col,
.cid-sDJf54PBA8 .dragArea > *:nth-last-child(2).col-auto,
.cid-sDJf54PBA8 .col + .mbr-section-btn,
.cid-sDJf54PBA8 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sDJf54PBA8 .first-column,
  .cid-sDJf54PBA8 .second-column {
    padding-bottom: 2rem;
  }
  .cid-sDJf54PBA8 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDJf54PBA8 .first-column,
  .cid-sDJf54PBA8 .second-column,
  .cid-sDJf54PBA8 .third-column {
    text-align: center;
  }
}
.cid-sDJkB8miXu .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sDJkB8miXu .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sDJkB8miXu a {
  font-style: normal;
}
.cid-sDJkB8miXu .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sDJkB8miXu .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sDJkB8miXu .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sDJkB8miXu .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDJkB8miXu .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sDJkB8miXu .nav-item:focus,
.cid-sDJkB8miXu .nav-link:focus {
  outline: none;
}
.cid-sDJkB8miXu .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDJkB8miXu .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDJkB8miXu .menu-logo {
  margin-right: auto;
}
.cid-sDJkB8miXu .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDJkB8miXu .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDJkB8miXu .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sDJkB8miXu .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDJkB8miXu .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDJkB8miXu .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDJkB8miXu .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDJkB8miXu .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDJkB8miXu .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDJkB8miXu .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDJkB8miXu .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDJkB8miXu .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDJkB8miXu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDJkB8miXu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDJkB8miXu .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDJkB8miXu .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDJkB8miXu .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDJkB8miXu .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDJkB8miXu .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDJkB8miXu .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDJkB8miXu .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDJkB8miXu .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDJkB8miXu .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDJkB8miXu button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDJkB8miXu button.navbar-toggler:focus {
  outline: none;
}
.cid-sDJkB8miXu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDJkB8miXu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDJkB8miXu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJkB8miXu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJkB8miXu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDJkB8miXu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJkB8miXu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDJkB8miXu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDJkB8miXu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJkB8miXu .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDJkB8miXu .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDJkB8miXu .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDJkB8miXu .collapsed .navbar-collapse.collapsing,
.cid-sDJkB8miXu .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDJkB8miXu .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDJkB8miXu .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDJkB8miXu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDJkB8miXu .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDJkB8miXu .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDJkB8miXu .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDJkB8miXu .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDJkB8miXu .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDJkB8miXu .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDJkB8miXu .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDJkB8miXu .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-sDJkB8miXu .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDJkB8miXu .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDJkB8miXu .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDJkB8miXu .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDJkB8miXu .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDJkB8miXu .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDJkB8miXu .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sDJkB8miXu.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDJkB8miXu img {
    height: 3.8rem !important;
  }
  .cid-sDJkB8miXu .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sDJkB8miXu .menu-wrap {
    flex-direction: column;
  }
  .cid-sDJkB8miXu .btn {
    display: -webkit-flex;
  }
  .cid-sDJkB8miXu button.navbar-toggler {
    display: block;
  }
  .cid-sDJkB8miXu .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sDJkB8miXu .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDJkB8miXu .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDJkB8miXu .navbar-collapse.collapsing,
  .cid-sDJkB8miXu .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDJkB8miXu .navbar-collapse.collapsing .navbar-nav,
  .cid-sDJkB8miXu .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDJkB8miXu .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDJkB8miXu .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDJkB8miXu .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDJkB8miXu .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDJkB8miXu .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDJkB8miXu .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDJkB8miXu .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDJkB8miXu .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDJkB8miXu .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDJkB8miXu .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDJkB8miXu .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDJkB8miXu .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sDJkB8miXu .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDJkB8miXu .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sDJkB8miXu .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sDJkB8miXu .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDJkB8miXu .nav-link:hover,
.cid-sDJkB8miXu .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sDJkB92Fy3 {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #1d1e22;
}
.cid-sDJkB92Fy3 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sDJkB92Fy3 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sDJkB92Fy3 h2 {
  padding: 0;
  margin: 0;
}
.cid-sDJkB92Fy3 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDJkB92Fy3 .text-col {
  margin: auto;
}
.cid-sDJkB92Fy3 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sDJkB92Fy3 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sDJkB92Fy3 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sDJkB92Fy3 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sDJkB92Fy3 .mbr-iconfont {
  margin: 0!important;
}
.cid-sDJkB92Fy3 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-sDJkB92Fy3 .mbr-section-subtitle {
  margin-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .cid-sDJkB92Fy3 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDJkB92Fy3 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sDJkB92Fy3 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sDJkB92Fy3 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sDJkB92Fy3 H2 {
  color: #333333;
}
.cid-sDJkB92Fy3 .mbr-text {
  color: #fafafa;
}
.cid-sDJkB92Fy3 H1 {
  color: #fafafa;
}
.cid-sDJkB92Fy3 H3 {
  color: #fafafa;
  text-align: left;
}
.cid-sDJkBatSqJ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDJkBatSqJ .video-wrapper iframe {
  width: 100%;
}
.cid-sDJkBatSqJ .mbr-section-title,
.cid-sDJkBatSqJ .mbr-section-subtitle,
.cid-sDJkBatSqJ .mbr-text {
  text-align: center;
}
.cid-t09wfMiu8V {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-t09wfMiu8V .video-wrapper iframe {
  width: 100%;
}
.cid-t09wfMiu8V .mbr-section-title,
.cid-t09wfMiu8V .mbr-section-subtitle,
.cid-t09wfMiu8V .mbr-text {
  text-align: center;
}
.cid-sDJkB9whHS {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDJkB9whHS .video-wrapper iframe {
  width: 100%;
}
.cid-sDJkB9whHS .mbr-section-title,
.cid-sDJkB9whHS .mbr-section-subtitle,
.cid-sDJkB9whHS .mbr-text {
  text-align: center;
}
.cid-sUvtNISwGG {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sUvtNISwGG .video-wrapper iframe {
  width: 100%;
}
.cid-sUvtNISwGG .mbr-section-title,
.cid-sUvtNISwGG .mbr-section-subtitle,
.cid-sUvtNISwGG .mbr-text {
  text-align: center;
}
.cid-sE58ePWCft {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sE58ePWCft .video-wrapper iframe {
  width: 100%;
}
.cid-sE58ePWCft .mbr-section-title,
.cid-sE58ePWCft .mbr-section-subtitle,
.cid-sE58ePWCft .mbr-text {
  text-align: center;
}
.cid-uWS5lWrmn5 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-uWS5lWrmn5 .video-wrapper iframe {
  width: 100%;
}
.cid-uWS5lWrmn5 .mbr-section-title,
.cid-uWS5lWrmn5 .mbr-section-subtitle,
.cid-uWS5lWrmn5 .mbr-text {
  text-align: center;
}
.cid-sDJkB9Zi7z {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDJkB9Zi7z .video-wrapper iframe {
  width: 100%;
}
.cid-sDJkB9Zi7z .mbr-section-title,
.cid-sDJkB9Zi7z .mbr-section-subtitle,
.cid-sDJkB9Zi7z .mbr-text {
  text-align: center;
}
.cid-sDJkBaTfya {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sDJkBaTfya .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sDJkBaTfya .first-column .mbr-text {
  margin: 0;
}
.cid-sDJkBaTfya .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sDJkBaTfya .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sDJkBaTfya .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sDJkBaTfya .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sDJkBaTfya .form-group {
  max-width: 55%;
}
.cid-sDJkBaTfya .form-group,
.cid-sDJkBaTfya .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sDJkBaTfya .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sDJkBaTfya .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sDJkBaTfya .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDJkBaTfya .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDJkBaTfya .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sDJkBaTfya .col + .mbr-section-btn .btn,
.cid-sDJkBaTfya .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sDJkBaTfya .dragArea > *:nth-last-child(2).col,
.cid-sDJkBaTfya .dragArea > *:nth-last-child(2).col-auto,
.cid-sDJkBaTfya .col + .mbr-section-btn,
.cid-sDJkBaTfya .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sDJkBaTfya .first-column,
  .cid-sDJkBaTfya .second-column {
    padding-bottom: 2rem;
  }
  .cid-sDJkBaTfya .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDJkBaTfya .first-column,
  .cid-sDJkBaTfya .second-column,
  .cid-sDJkBaTfya .third-column {
    text-align: center;
  }
}
.cid-sDJs6eqCij .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sDJs6eqCij .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sDJs6eqCij a {
  font-style: normal;
}
.cid-sDJs6eqCij .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sDJs6eqCij .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sDJs6eqCij .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sDJs6eqCij .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDJs6eqCij .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sDJs6eqCij .nav-item:focus,
.cid-sDJs6eqCij .nav-link:focus {
  outline: none;
}
.cid-sDJs6eqCij .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDJs6eqCij .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDJs6eqCij .menu-logo {
  margin-right: auto;
}
.cid-sDJs6eqCij .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDJs6eqCij .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDJs6eqCij .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sDJs6eqCij .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDJs6eqCij .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDJs6eqCij .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDJs6eqCij .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDJs6eqCij .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDJs6eqCij .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDJs6eqCij .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDJs6eqCij .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDJs6eqCij .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDJs6eqCij .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDJs6eqCij .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDJs6eqCij .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDJs6eqCij .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDJs6eqCij .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDJs6eqCij .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDJs6eqCij .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDJs6eqCij .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDJs6eqCij .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDJs6eqCij .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDJs6eqCij .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDJs6eqCij button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDJs6eqCij button.navbar-toggler:focus {
  outline: none;
}
.cid-sDJs6eqCij button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDJs6eqCij button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDJs6eqCij button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJs6eqCij button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJs6eqCij button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDJs6eqCij nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJs6eqCij nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDJs6eqCij nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDJs6eqCij nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJs6eqCij .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDJs6eqCij .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDJs6eqCij .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDJs6eqCij .collapsed .navbar-collapse.collapsing,
.cid-sDJs6eqCij .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDJs6eqCij .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDJs6eqCij .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDJs6eqCij .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDJs6eqCij .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDJs6eqCij .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDJs6eqCij .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDJs6eqCij .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDJs6eqCij .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDJs6eqCij .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDJs6eqCij .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDJs6eqCij .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-sDJs6eqCij .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDJs6eqCij .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDJs6eqCij .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDJs6eqCij .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDJs6eqCij .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDJs6eqCij .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDJs6eqCij .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sDJs6eqCij.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDJs6eqCij img {
    height: 3.8rem !important;
  }
  .cid-sDJs6eqCij .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sDJs6eqCij .menu-wrap {
    flex-direction: column;
  }
  .cid-sDJs6eqCij .btn {
    display: -webkit-flex;
  }
  .cid-sDJs6eqCij button.navbar-toggler {
    display: block;
  }
  .cid-sDJs6eqCij .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sDJs6eqCij .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDJs6eqCij .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDJs6eqCij .navbar-collapse.collapsing,
  .cid-sDJs6eqCij .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDJs6eqCij .navbar-collapse.collapsing .navbar-nav,
  .cid-sDJs6eqCij .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDJs6eqCij .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDJs6eqCij .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDJs6eqCij .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDJs6eqCij .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDJs6eqCij .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDJs6eqCij .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDJs6eqCij .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDJs6eqCij .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDJs6eqCij .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDJs6eqCij .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDJs6eqCij .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDJs6eqCij .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sDJs6eqCij .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDJs6eqCij .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sDJs6eqCij .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sDJs6eqCij .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDJs6eqCij .nav-link:hover,
.cid-sDJs6eqCij .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sDJs6f2ug2 {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #1d1e22;
}
.cid-sDJs6f2ug2 img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sDJs6f2ug2 .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sDJs6f2ug2 h2 {
  padding: 0;
  margin: 0;
}
.cid-sDJs6f2ug2 .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDJs6f2ug2 .text-col {
  margin: auto;
}
.cid-sDJs6f2ug2 .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sDJs6f2ug2 .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sDJs6f2ug2 .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sDJs6f2ug2 .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sDJs6f2ug2 .mbr-iconfont {
  margin: 0!important;
}
.cid-sDJs6f2ug2 .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-sDJs6f2ug2 .mbr-section-subtitle {
  margin-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .cid-sDJs6f2ug2 .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDJs6f2ug2 .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sDJs6f2ug2 .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sDJs6f2ug2 .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sDJs6f2ug2 H2 {
  color: #333333;
}
.cid-sDJs6f2ug2 .mbr-text {
  color: #fafafa;
}
.cid-sDJs6f2ug2 H1 {
  color: #fafafa;
}
.cid-sDJs6f2ug2 H3 {
  color: #fafafa;
  text-align: left;
}
.cid-sDJs6fxMbU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDJs6fxMbU .video-wrapper iframe {
  width: 100%;
}
.cid-sDJs6fxMbU .mbr-section-title,
.cid-sDJs6fxMbU .mbr-section-subtitle,
.cid-sDJs6fxMbU .mbr-text {
  text-align: center;
}
.cid-sDJs6gkLvZ {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sDJs6gkLvZ .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sDJs6gkLvZ .first-column .mbr-text {
  margin: 0;
}
.cid-sDJs6gkLvZ .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sDJs6gkLvZ .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sDJs6gkLvZ .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sDJs6gkLvZ .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sDJs6gkLvZ .form-group {
  max-width: 55%;
}
.cid-sDJs6gkLvZ .form-group,
.cid-sDJs6gkLvZ .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sDJs6gkLvZ .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sDJs6gkLvZ .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sDJs6gkLvZ .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDJs6gkLvZ .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDJs6gkLvZ .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sDJs6gkLvZ .col + .mbr-section-btn .btn,
.cid-sDJs6gkLvZ .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sDJs6gkLvZ .dragArea > *:nth-last-child(2).col,
.cid-sDJs6gkLvZ .dragArea > *:nth-last-child(2).col-auto,
.cid-sDJs6gkLvZ .col + .mbr-section-btn,
.cid-sDJs6gkLvZ .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sDJs6gkLvZ .first-column,
  .cid-sDJs6gkLvZ .second-column {
    padding-bottom: 2rem;
  }
  .cid-sDJs6gkLvZ .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDJs6gkLvZ .first-column,
  .cid-sDJs6gkLvZ .second-column,
  .cid-sDJs6gkLvZ .third-column {
    text-align: center;
  }
}
.cid-sQl7jDudbU .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sQl7jDudbU .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sQl7jDudbU a {
  font-style: normal;
}
.cid-sQl7jDudbU .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sQl7jDudbU .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sQl7jDudbU .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sQl7jDudbU .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sQl7jDudbU .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sQl7jDudbU .nav-item:focus,
.cid-sQl7jDudbU .nav-link:focus {
  outline: none;
}
.cid-sQl7jDudbU .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sQl7jDudbU .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sQl7jDudbU .menu-logo {
  margin-right: auto;
}
.cid-sQl7jDudbU .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sQl7jDudbU .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sQl7jDudbU .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sQl7jDudbU .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sQl7jDudbU .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sQl7jDudbU .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sQl7jDudbU .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sQl7jDudbU .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sQl7jDudbU .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sQl7jDudbU .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sQl7jDudbU .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sQl7jDudbU .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sQl7jDudbU .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sQl7jDudbU .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sQl7jDudbU .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sQl7jDudbU .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sQl7jDudbU .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sQl7jDudbU .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sQl7jDudbU .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sQl7jDudbU .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sQl7jDudbU .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sQl7jDudbU .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sQl7jDudbU .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sQl7jDudbU button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sQl7jDudbU button.navbar-toggler:focus {
  outline: none;
}
.cid-sQl7jDudbU button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sQl7jDudbU button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sQl7jDudbU button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sQl7jDudbU button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sQl7jDudbU button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sQl7jDudbU nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQl7jDudbU nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sQl7jDudbU nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sQl7jDudbU nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sQl7jDudbU .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQl7jDudbU .collapsed .btn {
  display: -webkit-flex;
}
.cid-sQl7jDudbU .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sQl7jDudbU .collapsed .navbar-collapse.collapsing,
.cid-sQl7jDudbU .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sQl7jDudbU .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sQl7jDudbU .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sQl7jDudbU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sQl7jDudbU .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sQl7jDudbU .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sQl7jDudbU .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sQl7jDudbU .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sQl7jDudbU .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sQl7jDudbU .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sQl7jDudbU .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sQl7jDudbU .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-sQl7jDudbU .collapsed button.navbar-toggler {
  display: block;
}
.cid-sQl7jDudbU .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sQl7jDudbU .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sQl7jDudbU .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sQl7jDudbU .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sQl7jDudbU .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sQl7jDudbU .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sQl7jDudbU.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQl7jDudbU img {
    height: 3.8rem !important;
  }
  .cid-sQl7jDudbU .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sQl7jDudbU .menu-wrap {
    flex-direction: column;
  }
  .cid-sQl7jDudbU .btn {
    display: -webkit-flex;
  }
  .cid-sQl7jDudbU button.navbar-toggler {
    display: block;
  }
  .cid-sQl7jDudbU .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sQl7jDudbU .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sQl7jDudbU .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sQl7jDudbU .navbar-collapse.collapsing,
  .cid-sQl7jDudbU .navbar-collapse.show {
    display: block !important;
  }
  .cid-sQl7jDudbU .navbar-collapse.collapsing .navbar-nav,
  .cid-sQl7jDudbU .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sQl7jDudbU .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sQl7jDudbU .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sQl7jDudbU .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sQl7jDudbU .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQl7jDudbU .navbar-collapse.collapsing .navbar-buttons,
  .cid-sQl7jDudbU .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sQl7jDudbU .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sQl7jDudbU .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sQl7jDudbU .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sQl7jDudbU .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sQl7jDudbU .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sQl7jDudbU .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sQl7jDudbU .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sQl7jDudbU .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sQl7jDudbU .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sQl7jDudbU .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sQl7jDudbU .nav-link:hover,
.cid-sQl7jDudbU .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sS3JE7ePuQ {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #c9c9c9;
}
.cid-sS3JE7ePuQ .video-wrapper iframe {
  width: 100%;
}
.cid-sS3JE7ePuQ .mbr-section-title,
.cid-sS3JE7ePuQ .mbr-section-subtitle,
.cid-sS3JE7ePuQ .mbr-text {
  text-align: center;
}
.cid-uVnXYoDYjH {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #c9c9c9;
}
.cid-uVnXYoDYjH .video-wrapper iframe {
  width: 100%;
}
.cid-uVnXYoDYjH .mbr-section-title,
.cid-uVnXYoDYjH .mbr-section-subtitle,
.cid-uVnXYoDYjH .mbr-text {
  text-align: center;
}
.cid-uVnXGSW2WK {
  padding-top: 9rem;
  padding-bottom: 0rem;
  background-color: #c9c9c9;
}
.cid-uVnXGSW2WK .video-wrapper iframe {
  width: 100%;
}
.cid-uVnXGSW2WK .mbr-section-title,
.cid-uVnXGSW2WK .mbr-section-subtitle,
.cid-uVnXGSW2WK .mbr-text {
  text-align: center;
}
.cid-sQl8sxaQ4j {
  display: flex;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #5e5e5e;
}
.cid-sQl8sxaQ4j .mbr-overlay {
  background: #1516b0;
  background: linear-gradient(90deg, #1516b0, #adcde9);
}
.cid-sQl8sxaQ4j .mbr-section-title {
  margin-bottom: 8.8rem;
}
@media (min-width: 992px) {
  .cid-sQl8sxaQ4j .mbr-section-title {
    margin-bottom: 18.8rem;
  }
}
.cid-sQl8sxaQ4j .mbr-text {
  max-width: 400px;
  color: #efefef;
}
.cid-sQl8sxaQ4j .card-title {
  max-width: 400px;
  font-size: 1.5rem;
}
.cid-sQl8sxaQ4j .card {
  margin-bottom: 2.5rem;
}
.cid-sQl8sxaQ4j .card .card-img span {
  color: #ff8e5e;
  font-size: 60px;
}
.cid-sQl8sxaQ4j .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-sQl8sxaQ4j .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-sQl8sxaQ4j .mbr-section-subtitle,
.cid-sQl8sxaQ4j .features-row {
  max-width: 996px;
}
@media (max-width: 991px) {
  .cid-sQl8sxaQ4j .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-sQl8sxaQ4j .card-title,
.cid-sQl8sxaQ4j .card-img {
  text-align: left;
}
.cid-sQlgylqyJP {
  padding-top: 6rem;
  padding-bottom: 4rem;
  background-color: #c9c9c9;
}
.cid-sQlgylqyJP .content-wrapper {
  background: #ffffff;
}
@media (max-width: 991px) {
  .cid-sQlgylqyJP .content-wrapper .image-wrapper {
    margin-bottom: 0 !important;
  }
  .cid-sQlgylqyJP .content-wrapper .image-wrapper.reverse {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 767px) {
  .cid-sQlgylqyJP .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-sQlgylqyJP .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-sQlgylqyJP .content-wrapper {
    padding: 4rem 4rem;
  }
  .cid-sQlgylqyJP .content-wrapper .order-2 .text-wrapper {
    padding-left: 6.4rem;
    padding-right: 0;
  }
  .cid-sQlgylqyJP .content-wrapper .text-wrapper {
    padding-right: 6.4rem;
  }
}
.cid-sQlgylqyJP .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sQlgylqyJP .card-title {
  margin-bottom: 1.88rem !important;
  color: #1d1e22;
}
.cid-sQlgylqyJP .mbr-text,
.cid-sQlgylqyJP .mbr-section-btn {
  color: #1d1e22;
}
.cid-sQl7jHalW6 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sQl7jHalW6 .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sQl7jHalW6 .first-column .mbr-text {
  margin: 0;
}
.cid-sQl7jHalW6 .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sQl7jHalW6 .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sQl7jHalW6 .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sQl7jHalW6 .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sQl7jHalW6 .form-group {
  max-width: 55%;
}
.cid-sQl7jHalW6 .form-group,
.cid-sQl7jHalW6 .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sQl7jHalW6 .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sQl7jHalW6 .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sQl7jHalW6 .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sQl7jHalW6 .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sQl7jHalW6 .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sQl7jHalW6 .col + .mbr-section-btn .btn,
.cid-sQl7jHalW6 .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sQl7jHalW6 .dragArea > *:nth-last-child(2).col,
.cid-sQl7jHalW6 .dragArea > *:nth-last-child(2).col-auto,
.cid-sQl7jHalW6 .col + .mbr-section-btn,
.cid-sQl7jHalW6 .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sQl7jHalW6 .first-column,
  .cid-sQl7jHalW6 .second-column {
    padding-bottom: 2rem;
  }
  .cid-sQl7jHalW6 .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sQl7jHalW6 .first-column,
  .cid-sQl7jHalW6 .second-column,
  .cid-sQl7jHalW6 .third-column {
    text-align: center;
  }
}
.cid-t3c9TVqWwv .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-t3c9TVqWwv .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-t3c9TVqWwv a {
  font-style: normal;
}
.cid-t3c9TVqWwv .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-t3c9TVqWwv .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-t3c9TVqWwv .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-t3c9TVqWwv .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-t3c9TVqWwv .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-t3c9TVqWwv .nav-item:focus,
.cid-t3c9TVqWwv .nav-link:focus {
  outline: none;
}
.cid-t3c9TVqWwv .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-t3c9TVqWwv .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-t3c9TVqWwv .menu-logo {
  margin-right: auto;
}
.cid-t3c9TVqWwv .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-t3c9TVqWwv .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-t3c9TVqWwv .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-t3c9TVqWwv .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-t3c9TVqWwv .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-t3c9TVqWwv .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-t3c9TVqWwv .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-t3c9TVqWwv .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-t3c9TVqWwv .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-t3c9TVqWwv .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-t3c9TVqWwv .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-t3c9TVqWwv .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-t3c9TVqWwv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-t3c9TVqWwv .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-t3c9TVqWwv .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-t3c9TVqWwv .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-t3c9TVqWwv .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-t3c9TVqWwv .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-t3c9TVqWwv .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-t3c9TVqWwv .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-t3c9TVqWwv .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-t3c9TVqWwv .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-t3c9TVqWwv .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-t3c9TVqWwv button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-t3c9TVqWwv button.navbar-toggler:focus {
  outline: none;
}
.cid-t3c9TVqWwv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-t3c9TVqWwv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-t3c9TVqWwv button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-t3c9TVqWwv button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-t3c9TVqWwv button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-t3c9TVqWwv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3c9TVqWwv nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-t3c9TVqWwv nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-t3c9TVqWwv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-t3c9TVqWwv .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t3c9TVqWwv .collapsed .btn {
  display: -webkit-flex;
}
.cid-t3c9TVqWwv .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-t3c9TVqWwv .collapsed .navbar-collapse.collapsing,
.cid-t3c9TVqWwv .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-t3c9TVqWwv .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-t3c9TVqWwv .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-t3c9TVqWwv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-t3c9TVqWwv .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-t3c9TVqWwv .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-t3c9TVqWwv .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-t3c9TVqWwv .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-t3c9TVqWwv .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-t3c9TVqWwv .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-t3c9TVqWwv .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-t3c9TVqWwv .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-t3c9TVqWwv .collapsed button.navbar-toggler {
  display: block;
}
.cid-t3c9TVqWwv .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-t3c9TVqWwv .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-t3c9TVqWwv .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-t3c9TVqWwv .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-t3c9TVqWwv .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-t3c9TVqWwv .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-t3c9TVqWwv.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t3c9TVqWwv img {
    height: 3.8rem !important;
  }
  .cid-t3c9TVqWwv .icon-wrap {
    margin-top: 1rem;
  }
  .cid-t3c9TVqWwv .menu-wrap {
    flex-direction: column;
  }
  .cid-t3c9TVqWwv .btn {
    display: -webkit-flex;
  }
  .cid-t3c9TVqWwv button.navbar-toggler {
    display: block;
  }
  .cid-t3c9TVqWwv .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-t3c9TVqWwv .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-t3c9TVqWwv .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-t3c9TVqWwv .navbar-collapse.collapsing,
  .cid-t3c9TVqWwv .navbar-collapse.show {
    display: block !important;
  }
  .cid-t3c9TVqWwv .navbar-collapse.collapsing .navbar-nav,
  .cid-t3c9TVqWwv .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-t3c9TVqWwv .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-t3c9TVqWwv .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-t3c9TVqWwv .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-t3c9TVqWwv .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3c9TVqWwv .navbar-collapse.collapsing .navbar-buttons,
  .cid-t3c9TVqWwv .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-t3c9TVqWwv .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-t3c9TVqWwv .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-t3c9TVqWwv .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-t3c9TVqWwv .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-t3c9TVqWwv .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-t3c9TVqWwv .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-t3c9TVqWwv .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-t3c9TVqWwv .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-t3c9TVqWwv .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-t3c9TVqWwv .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-t3c9TVqWwv .nav-link:hover,
.cid-t3c9TVqWwv .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-t3c9TW8RpZ {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #1d1e22;
}
.cid-t3c9TW8RpZ img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-t3c9TW8RpZ .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-t3c9TW8RpZ h2 {
  padding: 0;
  margin: 0;
}
.cid-t3c9TW8RpZ .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-t3c9TW8RpZ .text-col {
  margin: auto;
}
.cid-t3c9TW8RpZ .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-t3c9TW8RpZ .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-t3c9TW8RpZ .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-t3c9TW8RpZ .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-t3c9TW8RpZ .mbr-iconfont {
  margin: 0!important;
}
.cid-t3c9TW8RpZ .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-t3c9TW8RpZ .mbr-section-subtitle {
  margin-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .cid-t3c9TW8RpZ .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-t3c9TW8RpZ .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-t3c9TW8RpZ .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-t3c9TW8RpZ .text-col {
    padding: 2rem 1rem;
  }
}
.cid-t3c9TW8RpZ H2 {
  color: #333333;
}
.cid-t3c9TW8RpZ .mbr-text {
  color: #ffffff;
}
.cid-t3c9TW8RpZ H1 {
  color: #fafafa;
}
.cid-t3c9TW8RpZ H3 {
  color: #fafafa;
  text-align: left;
}
.cid-uVocRXC2a2 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f6f4f2;
}
.cid-uVocRXC2a2 img,
.cid-uVocRXC2a2 .item-img {
  height: 100%;
  height: 420px;
  object-fit: cover;
}
.cid-uVocRXC2a2 .item:focus,
.cid-uVocRXC2a2 span:focus {
  outline: none;
}
.cid-uVocRXC2a2 .item {
  cursor: pointer;
  margin-bottom: 5rem;
}
@media (max-width: 786px) {
  .cid-uVocRXC2a2 .item {
    margin-bottom: 3.25rem;
  }
}
.cid-uVocRXC2a2 .item-img {
  overflow: hidden;
}
.cid-uVocRXC2a2 .item img {
  transition: 0.5s;
}
.cid-uVocRXC2a2 .item:hover img {
  transform: scale(1.2);
}
.cid-uVocRXC2a2 .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVocRXC2a2 .item-wrapper .item-content {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .cid-uVocRXC2a2 .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uVocRXC2a2 .mbr-section-btn {
  margin-top: 1.87rem !important;
}
.cid-uVocRXC2a2 .mbr-section-head {
  margin-bottom: 9.37rem;
}
.cid-uVocRXC2a2 .item-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #6a6868;
}
.cid-uVocRXC2a2 .item-title {
  margin-bottom: 0;
  color: #1d1e22;
}
.cid-uVocRXC2a2 .mbr-text,
.cid-uVocRXC2a2 .mbr-section-btn {
  color: #515258;
}
.cid-uVocRXC2a2 .mbr-section-title {
  text-align: center;
}
.cid-uVoeNE6U9J {
  padding-top: 2rem;
  padding-bottom: 6rem;
  background-color: #f6f4f2;
}
.cid-uVoeNE6U9J img,
.cid-uVoeNE6U9J .item-img {
  height: 100%;
  height: 420px;
  object-fit: cover;
}
.cid-uVoeNE6U9J .item:focus,
.cid-uVoeNE6U9J span:focus {
  outline: none;
}
.cid-uVoeNE6U9J .item {
  cursor: pointer;
  margin-bottom: 5rem;
}
@media (max-width: 786px) {
  .cid-uVoeNE6U9J .item {
    margin-bottom: 3.25rem;
  }
}
.cid-uVoeNE6U9J .item-img {
  overflow: hidden;
}
.cid-uVoeNE6U9J .item img {
  transition: 0.5s;
}
.cid-uVoeNE6U9J .item:hover img {
  transform: scale(1.2);
}
.cid-uVoeNE6U9J .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVoeNE6U9J .item-wrapper .item-content {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .cid-uVoeNE6U9J .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uVoeNE6U9J .mbr-section-btn {
  margin-top: 1.87rem !important;
}
.cid-uVoeNE6U9J .mbr-section-head {
  margin-bottom: 9.37rem;
}
.cid-uVoeNE6U9J .item-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #6a6868;
}
.cid-uVoeNE6U9J .item-title {
  margin-bottom: 0;
  color: #1d1e22;
}
.cid-uVoeNE6U9J .mbr-text,
.cid-uVoeNE6U9J .mbr-section-btn {
  color: #515258;
}
.cid-uVoeNE6U9J .mbr-section-title {
  text-align: center;
}
.cid-t3gqSQDuIQ {
  display: flex;
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #1d1e22;
}
.cid-t3gqSQDuIQ .mbr-overlay {
  background: #1516b0;
  background: linear-gradient(90deg, #1516b0, #adcde9);
}
.cid-t3gqSQDuIQ .mbr-section-title {
  margin-bottom: 8.8rem;
}
@media (min-width: 992px) {
  .cid-t3gqSQDuIQ .mbr-section-title {
    margin-bottom: 18.8rem;
  }
}
.cid-t3gqSQDuIQ .mbr-text {
  max-width: 400px;
  color: #efefef;
}
.cid-t3gqSQDuIQ .card-title {
  max-width: 400px;
  font-size: 1.5rem;
}
.cid-t3gqSQDuIQ .card {
  margin-bottom: 2.5rem;
}
.cid-t3gqSQDuIQ .card .card-img span {
  color: #ff8e5e;
  font-size: 60px;
}
.cid-t3gqSQDuIQ .features-row {
  -webkit-justify-content: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .cid-t3gqSQDuIQ .mbr-figure {
    padding-left: 4rem;
  }
}
.cid-t3gqSQDuIQ .mbr-section-subtitle,
.cid-t3gqSQDuIQ .features-row {
  max-width: 996px;
}
@media (max-width: 991px) {
  .cid-t3gqSQDuIQ .header-content {
    margin-right: 0;
    margin-left: 0;
  }
}
.cid-t3gqSQDuIQ .card-title,
.cid-t3gqSQDuIQ .card-img {
  text-align: left;
}
.cid-t3c9U02GAL {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-t3c9U02GAL .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-t3c9U02GAL .first-column .mbr-text {
  margin: 0;
}
.cid-t3c9U02GAL .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-t3c9U02GAL .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-t3c9U02GAL .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-t3c9U02GAL .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-t3c9U02GAL .form-group {
  max-width: 55%;
}
.cid-t3c9U02GAL .form-group,
.cid-t3c9U02GAL .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-t3c9U02GAL .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-t3c9U02GAL .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-t3c9U02GAL .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-t3c9U02GAL .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-t3c9U02GAL .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-t3c9U02GAL .col + .mbr-section-btn .btn,
.cid-t3c9U02GAL .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-t3c9U02GAL .dragArea > *:nth-last-child(2).col,
.cid-t3c9U02GAL .dragArea > *:nth-last-child(2).col-auto,
.cid-t3c9U02GAL .col + .mbr-section-btn,
.cid-t3c9U02GAL .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-t3c9U02GAL .first-column,
  .cid-t3c9U02GAL .second-column {
    padding-bottom: 2rem;
  }
  .cid-t3c9U02GAL .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-t3c9U02GAL .first-column,
  .cid-t3c9U02GAL .second-column,
  .cid-t3c9U02GAL .third-column {
    text-align: center;
  }
}
.cid-sDJofxI5Qa .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-sDJofxI5Qa .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-sDJofxI5Qa a {
  font-style: normal;
}
.cid-sDJofxI5Qa .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-sDJofxI5Qa .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-sDJofxI5Qa .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-sDJofxI5Qa .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-sDJofxI5Qa .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-sDJofxI5Qa .nav-item:focus,
.cid-sDJofxI5Qa .nav-link:focus {
  outline: none;
}
.cid-sDJofxI5Qa .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sDJofxI5Qa .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-sDJofxI5Qa .menu-logo {
  margin-right: auto;
}
.cid-sDJofxI5Qa .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sDJofxI5Qa .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-sDJofxI5Qa .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-sDJofxI5Qa .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-sDJofxI5Qa .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-sDJofxI5Qa .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-sDJofxI5Qa .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-sDJofxI5Qa .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-sDJofxI5Qa .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-sDJofxI5Qa .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sDJofxI5Qa .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-sDJofxI5Qa .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-sDJofxI5Qa .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-sDJofxI5Qa .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sDJofxI5Qa .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-sDJofxI5Qa .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sDJofxI5Qa .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-sDJofxI5Qa .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-sDJofxI5Qa .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-sDJofxI5Qa .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-sDJofxI5Qa .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-sDJofxI5Qa .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-sDJofxI5Qa .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-sDJofxI5Qa button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-sDJofxI5Qa button.navbar-toggler:focus {
  outline: none;
}
.cid-sDJofxI5Qa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sDJofxI5Qa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sDJofxI5Qa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJofxI5Qa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sDJofxI5Qa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sDJofxI5Qa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJofxI5Qa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sDJofxI5Qa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sDJofxI5Qa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sDJofxI5Qa .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDJofxI5Qa .collapsed .btn {
  display: -webkit-flex;
}
.cid-sDJofxI5Qa .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-sDJofxI5Qa .collapsed .navbar-collapse.collapsing,
.cid-sDJofxI5Qa .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-sDJofxI5Qa .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-sDJofxI5Qa .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-sDJofxI5Qa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-sDJofxI5Qa .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-sDJofxI5Qa .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-sDJofxI5Qa .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-sDJofxI5Qa .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-sDJofxI5Qa .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-sDJofxI5Qa .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-sDJofxI5Qa .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-sDJofxI5Qa .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-sDJofxI5Qa .collapsed button.navbar-toggler {
  display: block;
}
.cid-sDJofxI5Qa .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-sDJofxI5Qa .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-sDJofxI5Qa .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-sDJofxI5Qa .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-sDJofxI5Qa .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-sDJofxI5Qa .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-sDJofxI5Qa.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDJofxI5Qa img {
    height: 3.8rem !important;
  }
  .cid-sDJofxI5Qa .icon-wrap {
    margin-top: 1rem;
  }
  .cid-sDJofxI5Qa .menu-wrap {
    flex-direction: column;
  }
  .cid-sDJofxI5Qa .btn {
    display: -webkit-flex;
  }
  .cid-sDJofxI5Qa button.navbar-toggler {
    display: block;
  }
  .cid-sDJofxI5Qa .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-sDJofxI5Qa .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-sDJofxI5Qa .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-sDJofxI5Qa .navbar-collapse.collapsing,
  .cid-sDJofxI5Qa .navbar-collapse.show {
    display: block !important;
  }
  .cid-sDJofxI5Qa .navbar-collapse.collapsing .navbar-nav,
  .cid-sDJofxI5Qa .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-sDJofxI5Qa .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-sDJofxI5Qa .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-sDJofxI5Qa .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-sDJofxI5Qa .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDJofxI5Qa .navbar-collapse.collapsing .navbar-buttons,
  .cid-sDJofxI5Qa .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-sDJofxI5Qa .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-sDJofxI5Qa .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-sDJofxI5Qa .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-sDJofxI5Qa .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-sDJofxI5Qa .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-sDJofxI5Qa .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-sDJofxI5Qa .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-sDJofxI5Qa .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-sDJofxI5Qa .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-sDJofxI5Qa .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-sDJofxI5Qa .nav-link:hover,
.cid-sDJofxI5Qa .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-sDJofyndTu {
  padding-top: 135px;
  padding-bottom: 105px;
  background-color: #1d1e22;
}
.cid-sDJofyndTu img {
  width: 100%;
  height: 100%;
  transition: 5s;
  object-fit: cover;
  margin: auto;
}
.cid-sDJofyndTu .img-col {
  padding: 0;
  overflow: hidden;
  text-align: center;
  justify-content: center;
  position: relative;
}
.cid-sDJofyndTu h2 {
  padding: 0;
  margin: 0;
}
.cid-sDJofyndTu .title-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-sDJofyndTu .text-col {
  margin: auto;
}
.cid-sDJofyndTu .mbr-section-btn {
  position: absolute;
  transform: rotate(90deg);
  bottom: 300px;
  left: 0;
  transform-origin: bottom left;
}
.cid-sDJofyndTu .mbr-section-btn .btn {
  margin: 0rem!important;
  min-width: 300px;
  justify-content: space-between;
}
.cid-sDJofyndTu .mbr-section-btn .btn .mbr-iconfont {
  order: 2;
  transform: rotate(-90deg);
}
.cid-sDJofyndTu .mbr-section-btn:hover .mbr-iconfont {
  transform: rotate(-90deg) translateX(0.6rem);
  margin: 0!important;
}
.cid-sDJofyndTu .mbr-iconfont {
  margin: 0!important;
}
.cid-sDJofyndTu .number {
  border-top: 2px solid currentColor;
  padding-top: 0.6rem;
  margin-right: 3rem;
  margin-bottom: 0;
  margin-top: 0.5rem;
}
.cid-sDJofyndTu .mbr-section-subtitle {
  margin-bottom: 1.9rem;
}
@media (max-width: 992px) {
  .cid-sDJofyndTu .text-col {
    padding: 4rem 4rem;
  }
}
@media (max-width: 767px) {
  .cid-sDJofyndTu .mbr-section-btn {
    bottom: 0px;
    left: 0;
    transform: rotate(0deg);
  }
  .cid-sDJofyndTu .btn {
    padding: 0.6rem 0.8rem!important;
    min-width: 200px!important;
  }
  .cid-sDJofyndTu .text-col {
    padding: 2rem 1rem;
  }
}
.cid-sDJofyndTu H2 {
  color: #333333;
}
.cid-sDJofyndTu .mbr-text {
  color: #fafafa;
}
.cid-sDJofyndTu H1 {
  color: #fafafa;
}
.cid-sDJofyndTu H3 {
  color: #fafafa;
  text-align: left;
}
.cid-uVolQeSnSj {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-uVolQeSnSj .video-wrapper iframe {
  width: 100%;
}
.cid-uVolQeSnSj .mbr-section-title,
.cid-uVolQeSnSj .mbr-section-subtitle,
.cid-uVolQeSnSj .mbr-text {
  text-align: center;
}
.cid-sDJofyTUeF {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-sDJofyTUeF .video-wrapper iframe {
  width: 100%;
}
.cid-sDJofyTUeF .mbr-section-title,
.cid-sDJofyTUeF .mbr-section-subtitle,
.cid-sDJofyTUeF .mbr-text {
  text-align: center;
}
.cid-sDJofzIPgB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #c9c9c9;
}
.cid-sDJofzIPgB .video-wrapper iframe {
  width: 100%;
}
.cid-sDJofzIPgB .mbr-section-title,
.cid-sDJofzIPgB .mbr-section-subtitle,
.cid-sDJofzIPgB .mbr-text {
  text-align: center;
}
.cid-uVooHtbbNM {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uVooHtbbNM .video-wrapper iframe {
  width: 100%;
}
.cid-uVooHtbbNM .mbr-section-title,
.cid-uVooHtbbNM .mbr-section-subtitle,
.cid-uVooHtbbNM .mbr-text {
  text-align: center;
}
.cid-sDJofA56si {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-sDJofA56si .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-sDJofA56si .first-column .mbr-text {
  margin: 0;
}
.cid-sDJofA56si .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-sDJofA56si .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-sDJofA56si .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-sDJofA56si .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-sDJofA56si .form-group {
  max-width: 55%;
}
.cid-sDJofA56si .form-group,
.cid-sDJofA56si .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-sDJofA56si .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-sDJofA56si .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-sDJofA56si .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDJofA56si .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-sDJofA56si .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-sDJofA56si .col + .mbr-section-btn .btn,
.cid-sDJofA56si .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-sDJofA56si .dragArea > *:nth-last-child(2).col,
.cid-sDJofA56si .dragArea > *:nth-last-child(2).col-auto,
.cid-sDJofA56si .col + .mbr-section-btn,
.cid-sDJofA56si .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-sDJofA56si .first-column,
  .cid-sDJofA56si .second-column {
    padding-bottom: 2rem;
  }
  .cid-sDJofA56si .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-sDJofA56si .first-column,
  .cid-sDJofA56si .second-column,
  .cid-sDJofA56si .third-column {
    text-align: center;
  }
}
.cid-uVopP2QbX5 .navbar {
  background: #000000;
  transition: none;
  min-height: 77px;
  padding: .5rem 0;
  flex-direction: column;
}
.cid-uVopP2QbX5 .navbar-dropdown.bg-color.transparent.opened {
  background: #000000;
}
.cid-uVopP2QbX5 a {
  font-style: normal;
}
.cid-uVopP2QbX5 .menu-wrap {
  display: flex;
  width: 100%;
}
.cid-uVopP2QbX5 .top-icon {
  font-size: 1rem;
  color: #ffffff;
  padding: 0.4rem;
}
.cid-uVopP2QbX5 .icon-wrap {
  width: 100%;
  margin-top: 1.2rem;
  margin-bottom: 0.4rem;
  padding: 0 6rem;
}
.cid-uVopP2QbX5 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  text-decoration: none;
}
.cid-uVopP2QbX5 .nav-item a {
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 0 !important;
  margin: 0rem 1.2rem !important;
  -webkit-align-items: center;
  -webkit-justify-content: center;
}
.cid-uVopP2QbX5 .nav-item:focus,
.cid-uVopP2QbX5 .nav-link:focus {
  outline: none;
}
.cid-uVopP2QbX5 .btn {
  padding: 0.4rem 1.5rem;
  display: -webkit-inline-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uVopP2QbX5 .btn .mbr-iconfont {
  font-size: 1.6rem;
}
.cid-uVopP2QbX5 .menu-logo {
  margin-right: auto;
}
.cid-uVopP2QbX5 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0;
  margin-top: -1.6rem;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uVopP2QbX5 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-uVopP2QbX5 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
  font-weight: 400;
}
.cid-uVopP2QbX5 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-uVopP2QbX5 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-uVopP2QbX5 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-uVopP2QbX5 .menu-logo .navbar-brand .navbar-logo a {
  display: inline-flex;
}
.cid-uVopP2QbX5 .navbar-toggleable-sm .navbar-collapse {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding-right: 5rem;
  width: auto;
}
.cid-uVopP2QbX5 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-uVopP2QbX5 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-uVopP2QbX5 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-uVopP2QbX5 .dropdown .dropdown-menu {
  background: #000000;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-uVopP2QbX5 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 1.5385em 0.235em 1.5385em !important;
}
.cid-uVopP2QbX5 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uVopP2QbX5 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-uVopP2QbX5 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uVopP2QbX5 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-uVopP2QbX5 .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-uVopP2QbX5 .navbar.navbar-short .navbar-toggler-right {
  top: 20px;
}
.cid-uVopP2QbX5 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-uVopP2QbX5 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-uVopP2QbX5 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-uVopP2QbX5 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-uVopP2QbX5 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  top: 1.5rem;
  right: 1rem;
}
.cid-uVopP2QbX5 button.navbar-toggler:focus {
  outline: none;
}
.cid-uVopP2QbX5 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uVopP2QbX5 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uVopP2QbX5 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uVopP2QbX5 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uVopP2QbX5 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uVopP2QbX5 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVopP2QbX5 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uVopP2QbX5 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uVopP2QbX5 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uVopP2QbX5 .collapsed.navbar-expand {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uVopP2QbX5 .collapsed .btn {
  display: -webkit-flex;
}
.cid-uVopP2QbX5 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-uVopP2QbX5 .collapsed .navbar-collapse.collapsing,
.cid-uVopP2QbX5 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-uVopP2QbX5 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-uVopP2QbX5 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-uVopP2QbX5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-uVopP2QbX5 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-uVopP2QbX5 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
.cid-uVopP2QbX5 .collapsed .navbar-collapse.show .navbar-nav .nav-item:last-child {
  margin-bottom: 1rem;
}
.cid-uVopP2QbX5 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-uVopP2QbX5 .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-uVopP2QbX5 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-uVopP2QbX5 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-uVopP2QbX5 .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5.9rem);
  }
}
.cid-uVopP2QbX5 .collapsed button.navbar-toggler {
  display: block;
}
.cid-uVopP2QbX5 .collapsed .navbar-brand {
  margin-left: 1rem !important;
}
.cid-uVopP2QbX5 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-uVopP2QbX5 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  overflow: hidden;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-uVopP2QbX5 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-uVopP2QbX5 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-uVopP2QbX5 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
@media (max-width: 991px) {
  .cid-uVopP2QbX5.navbar-expand {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uVopP2QbX5 img {
    height: 3.8rem !important;
  }
  .cid-uVopP2QbX5 .icon-wrap {
    margin-top: 1rem;
  }
  .cid-uVopP2QbX5 .menu-wrap {
    flex-direction: column;
  }
  .cid-uVopP2QbX5 .btn {
    display: -webkit-flex;
  }
  .cid-uVopP2QbX5 button.navbar-toggler {
    display: block;
  }
  .cid-uVopP2QbX5 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: -3rem !important;
  }
  .cid-uVopP2QbX5 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-uVopP2QbX5 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-uVopP2QbX5 .navbar-collapse.collapsing,
  .cid-uVopP2QbX5 .navbar-collapse.show {
    display: block !important;
  }
  .cid-uVopP2QbX5 .navbar-collapse.collapsing .navbar-nav,
  .cid-uVopP2QbX5 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-uVopP2QbX5 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-uVopP2QbX5 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-uVopP2QbX5 .navbar-collapse.collapsing .navbar-nav .nav-item:last-child,
  .cid-uVopP2QbX5 .navbar-collapse.show .navbar-nav .nav-item:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVopP2QbX5 .navbar-collapse.collapsing .navbar-buttons,
  .cid-uVopP2QbX5 .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-uVopP2QbX5 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-uVopP2QbX5 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-uVopP2QbX5 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    overflow: hidden;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-uVopP2QbX5 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-uVopP2QbX5 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-uVopP2QbX5 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 767px) {
  .cid-uVopP2QbX5 .menu-logo {
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
  }
}
@media (max-width: 767px) {
  .cid-uVopP2QbX5 .icon-wrap {
    margin-top: 4rem;
    padding: 0 4rem;
  }
  .cid-uVopP2QbX5 .navbar-brand {
    margin-top: -6rem !important;
  }
}
.cid-uVopP2QbX5 .navbar-collapse {
  flex-basis: auto;
  -webkit-flex-basis: auto;
}
.cid-uVopP2QbX5 .nav-link:hover,
.cid-uVopP2QbX5 .dropdown-item:hover {
  color: #cccccc !important;
}
.cid-uVoseMA7aV {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #1d1e22;
}
.cid-uVoseMA7aV .timeline-element {
  position: relative;
  padding-top: 118px;
  margin-top: 1.6rem;
}
.cid-uVoseMA7aV .timeline-element:after {
  content: "";
  position: absolute;
  border-right: 1px dashed #e1201d;
  width: 0;
  left: 50%;
  top: 0;
  height: 118px;
}
.cid-uVoseMA7aV .timeline-date-wrapper,
.cid-uVoseMA7aV .timeline-text-wrapper {
  padding: 1.6rem;
  padding-bottom: 0;
}
.cid-uVoseMA7aV .mbr-timeline-number {
  margin: 0;
}
.cid-uVoseMA7aV .mbr-text {
  margin-bottom: 0;
  margin-top: 1.25rem;
}
.cid-uVoseMA7aV .mbr-timeline-buttons {
  margin-top: 4.65rem;
}
@media (max-width: 767px) {
  .cid-uVoseMA7aV .mbr-timeline-buttons {
    margin-top: 2.15rem;
  }
}
@media (min-width: 1280px) {
  .cid-uVoseMA7aV .mbr-timeline-buttons {
    margin-top: 6.2rem;
  }
}
.cid-uVoseMA7aV .mbr-timeline-buttons .mbr-section-btn {
  display: inline-flex;
  flex-direction: column;
  min-width: 300px;
}
.cid-uVoseMA7aV .mbr-timeline-buttons .mbr-section-btn .btn {
  margin-top: 1.6rem;
}
.cid-uVoseMA7aV .mbr-timeline-title {
  margin-top: 0;
  margin-bottom: 0;
}
.cid-uVoseMA7aV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVoseMA7aV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uVosNd1iLr {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #f6f4f2;
}
.cid-uVosNd1iLr img,
.cid-uVosNd1iLr .item-img {
  height: 100%;
  height: 500px;
  object-fit: cover;
}
.cid-uVosNd1iLr .item:focus,
.cid-uVosNd1iLr span:focus {
  outline: none;
}
.cid-uVosNd1iLr .item {
  cursor: pointer;
  margin-bottom: 5rem;
}
@media (max-width: 786px) {
  .cid-uVosNd1iLr .item {
    margin-bottom: 3.25rem;
  }
}
.cid-uVosNd1iLr .item-img {
  overflow: hidden;
}
.cid-uVosNd1iLr .item img {
  transition: 0.5s;
}
.cid-uVosNd1iLr .item:hover img {
  transform: scale(1.2);
}
.cid-uVosNd1iLr .item-wrapper {
  position: relative;
  background: transparent;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uVosNd1iLr .item-wrapper .item-content {
    padding: 1.5rem 0 0;
  }
}
@media (max-width: 991px) {
  .cid-uVosNd1iLr .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-uVosNd1iLr .mbr-section-btn {
  margin-top: 1.87rem !important;
}
.cid-uVosNd1iLr .mbr-section-head {
  margin-bottom: 9.37rem;
}
.cid-uVosNd1iLr .item-subtitle {
  margin-top: 1.25rem;
  margin-bottom: 0;
  color: #6a6868;
}
.cid-uVosNd1iLr .item-title {
  margin-bottom: 0;
  color: #1d1e22;
}
.cid-uVosNd1iLr .mbr-text,
.cid-uVosNd1iLr .mbr-section-btn {
  color: #515258;
}
.cid-uVopP4vpjR {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
.cid-uVopP4vpjR .mbr-section-subtitle {
  letter-spacing: 1px;
  margin-bottom: 1.5rem;
  color: #cccccc;
}
.cid-uVopP4vpjR .first-column .mbr-text {
  margin: 0;
}
.cid-uVopP4vpjR .icons-wrapper ul {
  margin: 0;
  padding: 0;
}
.cid-uVopP4vpjR .icons-wrapper ul li {
  margin-right: 1.25rem;
  display: inline-block;
}
.cid-uVopP4vpjR .icons-wrapper ul li .mbr-iconfont {
  color: #ffffff;
  font-size: 1.5rem;
}
.cid-uVopP4vpjR .icons-wrapper ul li .mbr-iconfont:hover {
  color: #878787;
}
.cid-uVopP4vpjR .form-group {
  max-width: 55%;
}
.cid-uVopP4vpjR .form-group,
.cid-uVopP4vpjR .mbr-section-btn {
  margin: 0;
  padding: 0;
  display: -webkit-flex;
}
.cid-uVopP4vpjR .form-control {
  font-size: .9rem;
  border: none;
  border-radius: 0;
  width: 100%;
  padding: .3rem .5rem;
  background: #000000;
  color: #d8d7d7;
}
.cid-uVopP4vpjR .form-control::-webkit-input-placeholder {
  color: #d8d7d7;
}
.cid-uVopP4vpjR .form-control::-moz-placeholder {
  color: #d8d7d7;
}
.cid-uVopP4vpjR .form-control:-moz-placeholder {
  color: #d8d7d7;
}
.cid-uVopP4vpjR .form-control:-ms-input-placeholder {
  color: #d8d7d7;
}
.cid-uVopP4vpjR .col + .mbr-section-btn .btn,
.cid-uVopP4vpjR .col-auto + .mbr-section-btn .btn {
  margin: 0 !important;
  height: 100%;
  border-radius: 0px !important;
  padding: 0 2.2rem !important;
}
.cid-uVopP4vpjR .dragArea > *:nth-last-child(2).col,
.cid-uVopP4vpjR .dragArea > *:nth-last-child(2).col-auto,
.cid-uVopP4vpjR .col + .mbr-section-btn,
.cid-uVopP4vpjR .col-auto + .mbr-section-btn {
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}
@media (max-width: 991px) {
  .cid-uVopP4vpjR .first-column,
  .cid-uVopP4vpjR .second-column {
    padding-bottom: 2rem;
  }
  .cid-uVopP4vpjR .mbr-form .row {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .cid-uVopP4vpjR .first-column,
  .cid-uVopP4vpjR .second-column,
  .cid-uVopP4vpjR .third-column {
    text-align: center;
  }
}
