.btn {
  border-width: 2px;
}
body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 10.4rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 13rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 2.5rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.125rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.875rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.34375rem;
}
.display-7 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 8.32rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 7.28rem;
    font-size: calc( 4.29rem + (10.4 - 4.29) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (4.29rem + (10.4 - 4.29) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.5rem;
    font-size: calc( 1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.30625rem + (1.875 - 1.30625) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #ff513c !important;
}
.bg-success {
  background-color: #fff000 !important;
}
.bg-info {
  background-color: #61728a !important;
}
.bg-warning {
  background-color: #7cf729 !important;
}
.bg-danger {
  background-color: #1352ff !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff513c !important;
  border-color: #ff513c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #e41900 !important;
  border-color: #e41900 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #e41900 !important;
  border-color: #e41900 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #282f39 !important;
  border-color: #282f39 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #040506 !important;
  border-color: #040506 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #040506 !important;
  border-color: #040506 !important;
}
.btn-info,
.btn-info:active {
  background-color: #61728a !important;
  border-color: #61728a !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #3d4857 !important;
  border-color: #3d4857 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #3d4857 !important;
  border-color: #3d4857 !important;
}
.btn-success,
.btn-success:active {
  background-color: #fff000 !important;
  border-color: #fff000 !important;
  color: #000000 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #a89e00 !important;
  border-color: #a89e00 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #000000 !important;
  background-color: #a89e00 !important;
  border-color: #a89e00 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #7cf729 !important;
  border-color: #7cf729 !important;
  color: #0e2001 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #53c207 !important;
  border-color: #53c207 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0e2001 !important;
  background-color: #53c207 !important;
  border-color: #53c207 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #1352ff !important;
  border-color: #1352ff !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0032bb !important;
  border-color: #0032bb !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0032bb !important;
  border-color: #0032bb !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #ff513c;
  color: #ff513c;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #e41900 !important;
  background-color: transparent!important;
  border-color: #e41900 !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff513c !important;
  border-color: #ff513c !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #282f39;
  color: #282f39;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #040506 !important;
  background-color: transparent!important;
  border-color: #040506 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #282f39 !important;
  border-color: #282f39 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #61728a;
  color: #61728a;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #3d4857 !important;
  background-color: transparent!important;
  border-color: #3d4857 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #61728a !important;
  border-color: #61728a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #fff000;
  color: #fff000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a89e00 !important;
  background-color: transparent!important;
  border-color: #a89e00 !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #000000 !important;
  background-color: #fff000 !important;
  border-color: #fff000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #7cf729;
  color: #7cf729;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #53c207 !important;
  background-color: transparent!important;
  border-color: #53c207 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0e2001 !important;
  background-color: #7cf729 !important;
  border-color: #7cf729 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #1352ff;
  color: #1352ff;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #0032bb !important;
  background-color: transparent!important;
  border-color: #0032bb !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #1352ff !important;
  border-color: #1352ff !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #ff513c !important;
}
.text-secondary {
  color: #282f39 !important;
}
.text-success {
  color: #fff000 !important;
}
.text-info {
  color: #61728a !important;
}
.text-warning {
  color: #7cf729 !important;
}
.text-danger {
  color: #1352ff !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #d51700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #999000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #37414e !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #4cb307 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #002eac !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #ff513c;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #61728a;
}
.alert-warning {
  background-color: #7cf729;
}
.alert-danger {
  background-color: #1352ff;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff513c;
  border-color: #ff513c;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff513c;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #fffccc;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #a8b3c2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f4feee;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfe8ff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  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: #ff513c !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #ff513c;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff513c;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #ff513c;
}
.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: #ff513c;
  border-bottom-color: #ff513c;
}
.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: #ff513c !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: #282f39 !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='%23ff513c' %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-rZq2OOWt7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .nav-item,
.cid-rZq2OOWt7M .nav-link,
.cid-rZq2OOWt7M .navbar-caption {
  font-weight: normal;
}
.cid-rZq2OOWt7M .nav-item:focus,
.cid-rZq2OOWt7M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZq2OOWt7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZq2OOWt7M .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZq2OOWt7M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rZq2OOWt7M .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rZq2OOWt7M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZq2OOWt7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZq2OOWt7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZq2OOWt7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZq2OOWt7M .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZq2OOWt7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZq2OOWt7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZq2OOWt7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZq2OOWt7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZq2OOWt7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZq2OOWt7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZq2OOWt7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZq2OOWt7M .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZq2OOWt7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZq2OOWt7M .dropdown-item.active,
.cid-rZq2OOWt7M .dropdown-item:active {
  background-color: transparent;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZq2OOWt7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZq2OOWt7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZq2OOWt7M .navbar-buttons {
  text-align: center;
}
.cid-rZq2OOWt7M .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZq2OOWt7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #030f1c;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZq2OOWt7M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZq2OOWt7M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZq2OOWt7M .soc-item {
  margin: .5rem .3rem;
}
.cid-rZq2OOWt7M .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZq2OOWt7M .navbar {
    height: 77px;
  }
  .cid-rZq2OOWt7M .navbar.opened {
    height: auto;
  }
  .cid-rZq2OOWt7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rZq2PVdUqR {
  padding-top: 165px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/help-head-web-2-1599x447.png");
}
.cid-rZq2PVdUqR .link-align {
  width: 100%;
}
.cid-rZq2PVdUqR .link-wrap {
  display: inline-block;
}
.cid-rZq2PVdUqR .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ffffff;
}
.cid-rZq2PVdUqR .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-rZq2PVdUqR .wrap .mask {
  background: #e43f3f;
  background: linear-gradient(#e43f3f 0%, #ff6666 69%, #ff4e3c 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  white-space: nowrap;
  min-height: 88px;
  width: 57%;
  max-height: 100px;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-rZq2PVdUqR .wrap .mask {
    background: none;
    min-height: auto;
  }
}
.cid-rZq2PVdUqR .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-rZq2PVdUqR .wrap .price {
  color: #fff000;
}
@media (min-width: 992px) {
  .cid-rZq2PVdUqR .wrap .mbr-section-title.display-1 {
    font-size: 100px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-rZq2PVdUqR .mbr-text {
    text-align: right;
  }
}
.cid-rZq2PVdUqR H2 {
  color: #030f1c;
}
.cid-rZq2VsLpyN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ebecef;
}
.cid-rZq2VsLpyN .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e43f3f;
  background: linear-gradient(#e43f3f 0%, #e43f3f 69%, #e43f3f 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2VsLpyN .mbr-section-subtitle {
  color: #06182d;
  line-height: 1;
  font-weight: 300;
}
.cid-rZq2VsLpyN .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  background: #ffffff;
  color: #444444;
  padding: 0;
  border: 1px solid rgba(97, 114, 138, 0.2);
}
.cid-rZq2VsLpyN .card .card-wrapper .card-img {
  width: auto;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-img img {
  width: 100%;
  max-height: 450px;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box {
  padding: 44px 30px 41px;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #e43f3f;
  background: linear-gradient(#e43f3f 0%, #e43f3f 69%, #e43f3f 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #db3321 transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .card-title {
  color: #06182d;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .mbr-text {
  line-height: 1.6;
  text-align: center;
  color: #61728a;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .ico-line {
  width: 100%;
  color: #767676;
  justify-content: space-between;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .ico-line .mbr-iconfont {
  display: inline-block;
  color: #ff4e3c;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .ico-line .rev {
  display: inline-block;
  color: #0a1c44;
}
.cid-rZq2VsLpyN .card .card-wrapper .card-box .mbr-section-btn {
  color: #767676;
  text-align: center;
}
.cid-rZq2TG8XAQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #fafafa;
}
.cid-rZq2TG8XAQ img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-rZq2TG8XAQ .card {
  margin-bottom: 130px !important;
}
.cid-rZq2TG8XAQ .card .img-wrapper {
  overflow: hidden;
}
.cid-rZq2TG8XAQ .card:hover {
  cursor: pointer;
}
.cid-rZq2TG8XAQ .card:hover img {
  transform: scale(1.05);
}
.cid-rZq2TG8XAQ .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-rZq2TG8XAQ .card {
    margin-bottom: 50px !important;
  }
}
.cid-rZq2TG8XAQ .card .card-wrapper {
  text-align: left;
}
.cid-rZq2TG8XAQ .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-text {
  color: #61728a;
}
@media (min-width: 1400px) {
  .cid-rZq2TG8XAQ .card.left-box {
    right: 105px !important;
  }
  .cid-rZq2TG8XAQ .card.right-box {
    left: 97px !important;
  }
}
.cid-rZq2TG8XAQ .mbr-section-title {
  color: #06182d;
}
.cid-rZq2TG8XAQ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #e43f3f 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2TG8XAQ .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2TG8XAQ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2TG8XAQ .mbr-section-text {
  color: #999999;
}
.cid-rZq2TG8XAQ .card .card-wrapper .card-box .card-title,
.cid-rZq2TG8XAQ .card-wrapper {
  color: #e43f3f;
}
.cid-rZq2Ua3Ia5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background: #282f39;
}
.cid-rZq2Ua3Ia5 .mbr-section-title {
  color: #ffffff;
}
.cid-rZq2Ua3Ia5 .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e43f3f;
  background: linear-gradient(#e43f3f 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Ua3Ia5 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZq2Ua3Ia5 .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Ua3Ia5 .mbr-section-text {
  color: #ffffff;
}
.cid-rZq2Ua3Ia5 .carousel-item {
  justify-content: center;
}
.cid-rZq2Ua3Ia5 .carousel-item.active,
.cid-rZq2Ua3Ia5 .carousel-item-next,
.cid-rZq2Ua3Ia5 .carousel-item-prev {
  display: flex;
}
.cid-rZq2Ua3Ia5 .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
  width: 20%;
}
.cid-rZq2Ua3Ia5 .carousel-controls a span {
  position: absolute;
  top: 45%;
  font-size: 30px;
  padding: 15px;
  border-radius: 50%;
  color: #61728a;
  background: transparent;
  opacity: .9;
}
.cid-rZq2Ua3Ia5 .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rZq2Ua3Ia5 .user_image {
  width: 150px;
  height: 150px;
  margin-bottom: 1.6rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ffffff;
  margin: 1rem auto 1rem auto;
  display: flex;
  z-index: 1;
  position: relative;
}
.cid-rZq2Ua3Ia5 .user_image img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-rZq2Ua3Ia5 .mbr-iconfont {
  font-size: 3rem;
  opacity: 1;
  color: #ff4d39;
  margin-top: 33px;
  margin-bottom: 13px;
}
.cid-rZq2Ua3Ia5 .user_text {
  position: relative;
  padding-bottom: 45px;
}
@media (min-width: 768px) {
  .cid-rZq2Ua3Ia5 .user_text p {
    padding: 1rem 0rem;
  }
}
.cid-rZq2Ua3Ia5 .user_text .mbr-text {
  font-style: italic;
  margin-bottom: 26px;
}
.cid-rZq2Ua3Ia5 .user_text .mbr-text.display-7 {
  line-height: 1.2;
}
.cid-rZq2Ua3Ia5 .user_name {
  font-weight: 700;
}
.cid-rZq2Ua3Ia5 .user_name::before {
  height: 2px;
  width: 370px;
  position: absolute;
  display: inline-block;
  content: '';
  background-color: rgba(97, 114, 138, 0.2);
  margin: -18px auto;
  left: 0;
  right: 0;
}
@media (max-width: 230px) {
  .cid-rZq2Ua3Ia5 .user_image {
    width: 100%;
    height: auto;
  }
}
.cid-rZq2Ua3Ia5 .user::before {
  content: '';
  position: absolute;
  background-color: #3d4550;
  height: 90%;
  z-index: 0;
  display: block;
  width: 500px;
  left: 0;
  right: 0;
  top: 21%;
  bottom: 0;
  margin: auto;
}
.cid-rZq2UUHuCA {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #f5f5f5;
}
.cid-rZq2UUHuCA .wrapper {
  overflow: hidden;
  position: relative;
}
.cid-rZq2UUHuCA .wrapper .box {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 1s ease-in-out;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-30%);
}
.cid-rZq2UUHuCA .wrapper .box .mbr-media {
  z-index: 2;
}
.cid-rZq2UUHuCA .icon-wrap {
  border-radius: 50%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  background: transparent;
  width: 100px;
  height: 100px;
  cursor: pointer;
}
.cid-rZq2UUHuCA .icon-wrap:hover span {
  color: #ff513c;
}
.cid-rZq2UUHuCA .icon-wrap span {
  padding-left: 4px;
}
.cid-rZq2UUHuCA .mbr-media span {
  font-size: 2rem;
  border: 2px solid currentColor;
  border-radius: 50%;
  cursor: pointer;
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: all 0.25s;
  color: #ffffff;
}
.cid-rZq2UUHuCA .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  transform: translateX(-35%);
}
.cid-rZq2UUHuCA .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rZq2UUHuCA .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rZq2UUHuCA .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rZq2UUHuCA a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rZq2UUHuCA a.close:hover {
  color: #ffffff;
}
.cid-rZq2UUHuCA .img-wrap .overlay {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background-color: #06182d;
  opacity: 0.8;
  pointer-events: none;
}
.cid-rZq2UUHuCA .img-wrap img {
  width: 100%;
}
.cid-rZq2UUHuCA .mbr-section-title {
  color: #06182d;
  margin-bottom: 1rem;
  transition: all 0.15s linear 0s;
}
.cid-rZq2UUHuCA .mbr-section-title.display-5 {
  letter-spacing: 1px;
}
.cid-rZq2UUHuCA .mbr-section-title:hover {
  opacity: 0.8;
}
.cid-rZq2UUHuCA .mbr-section-subtitle {
  color: #61728a;
  margin-bottom: 1rem;
  letter-spacing: 0.03em;
}
.cid-rZq2UUHuCA .mbr-section-subtitle.mbr-light {
  font-weight: 300;
}
.cid-rZq2UUHuCA .btn {
  margin: 0px !important;
}
.cid-rZq2UUHuCA .btn.btn-success-outline {
  color: #000000;
}
.cid-rZq2UUHuCA .btn.btn-sm {
  padding: 7px 39px;
}
.cid-rZq2UUHuCA .share_buttons .icon-wrapper {
  background: #ffffff;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #c3cad2;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 10px 0 10px auto;
}
.cid-rZq2UUHuCA .share_buttons .icon-wrapper:hover .link-icon {
  color: #007bff;
}
.cid-rZq2UUHuCA .share_buttons .icon-wrapper .link-icon {
  display: inline-block;
  color: #61728a;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
@media (max-width: 768px) {
  .cid-rZq2UUHuCA .share_buttons {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .cid-rZq2UUHuCA .share_buttons .icon-wrapper {
    margin: 10px !important;
  }
}
.cid-rZq2UUHuCA .sticky-tag {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: 10;
  display: block;
}
.cid-rZq2UUHuCA .sticky-tag .mbr-text {
  padding: 5px 6px;
  margin: 0 3px 9px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  transform: skew(-22deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #e43f3f 69%, #ff4e3c 100%);
  font-weight: 400;
  border-image-slice: 1;
  color: #ffffff;
}
.cid-rZq2UUHuCA .sticky-tag .mbr-text::before {
  content: '';
  position: absolute;
  bottom: -12px;
  left: 1.5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 15px 12px 0;
  border-color: transparent #ff5e3a transparent transparent;
  transform: skew(22deg) !important;
}
.cid-rZq2Wa6uAH {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-rZq2Wa6uAH .row {
  flex-direction: row-reverse;
}
.cid-rZq2Wa6uAH .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/help-atendimento1-2.png");
}
.cid-rZq2Wa6uAH .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZq2Wa6uAH .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rZq2Wa6uAH .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #e43f3f 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Wa6uAH .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2Wa6uAH .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Wa6uAH .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rZq2Wa6uAH .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-rZq2Wa6uAH .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZq2Wa6uAH .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rZq2Wa6uAH .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rZq2Wa6uAH .card .wrapper .link-wrap {
  width: 100%;
}
.cid-rZq2Wa6uAH .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-rZq2Wa6uAH .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-rZq2Wa6uAH .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rZq2Wa6uAH .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sCiC1DxAb9 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-400x267.jpg");
}
.cid-rZq2VHSfxS {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fafafa;
}
.cid-rZq2VHSfxS .img-wrap {
  display: block;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: 50% 50%;
  z-index: 2;
  background-image: url("../../../assets/images/help-atendimento2-4.png");
}
.cid-rZq2VHSfxS .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e43f3f;
  background: linear-gradient(#e43f3f 0%, #e43f3f 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-text {
  color: #61728a;
  font-weight: 300;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #606060;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-rZq2VHSfxS .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: 'Moririse2' !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap {
  width: 100%;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap .link {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
  width: fit-content;
  transition: all 0.3s;
  transition-delay: 0.15s;
  text-align: left;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap .link:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.2;
  left: 0;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap .link:before {
  content: '';
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-rZq2VHSfxS .card .wrapper .link-wrap .link:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-rZq2Re8t6T {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rZq2Re8t6T .mbr-section-title {
  color: #06182d;
}
.cid-rZq2Re8t6T .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #e43f3f;
  background: linear-gradient(#e43f3f 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZq2Re8t6T .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZq2Re8t6T .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZq2Re8t6T .card:nth-child(even) {
  margin-top: 70px;
}
.cid-rZq2Re8t6T .card:nth-child(odd)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 185px;
  height: 50px;
  z-index: 4;
  top: 1px;
  right: -148px;
}
.cid-rZq2Re8t6T .card:nth-child(2)::after {
  content: '';
  background-size: contain;
  background-image: url("../../../assets/images/arrow2.png");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 175px;
  height: 80px;
  z-index: 4;
  bottom: -12px;
  right: -100px;
  transform: scale(1, -1);
}
.cid-rZq2Re8t6T .card .card-wrapper {
  height: 100%;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-img {
  position: relative;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-img:hover img {
  transform: rotateY(180deg);
}
.cid-rZq2Re8t6T .card .card-wrapper .card-img img {
  border-radius: 100%;
  height: 200px;
  width: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  transition: 0.3s all ease-in-out;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box {
  padding-top: 1rem;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box .card-title {
  margin-bottom: 0;
  color: #06182d;
  text-align: center;
  font-weight: 700;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box .mbr-text {
  text-align: center;
  color: #030f1c;
}
.cid-rZq2Re8t6T .card .card-wrapper .card-box .card-title {
  color: #e43f3f;
}
.cid-sCimiiuUWk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-sCimiiuUWk .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #ff513c;
  margin-bottom: 2rem;
}
.cid-sCimiiuUWk .card-wrapper {
  padding: 3rem;
  background: #fafafa;
  border-radius: 4px;
}
@media (max-width: 992px) {
  .cid-sCimiiuUWk .card-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sCimiiuUWk .card-wrapper {
    padding: 3rem 1rem;
  }
}
.cid-sCik3fzN0z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/mbr-400x267.jpg");
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-sBVBQW7ynq.popup-builder {
  background-color: #ffffff;
}
.cid-sBVBQW7ynq.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sBVBQW7ynq.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sBVBQW7ynq .modal-content,
.cid-sBVBQW7ynq .modal-dialog {
  height: auto;
}
.cid-sBVBQW7ynq .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sBVBQW7ynq .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sBVBQW7ynq .form-wrapper .mbr-form .form-group,
  .cid-sBVBQW7ynq .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sBVBQW7ynq .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sBVBQW7ynq .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-sBVBQW7ynq .mbr-text {
  text-align: center;
}
.cid-sBVBQW7ynq .pt-0 {
  padding-top: 0 !important;
}
.cid-sBVBQW7ynq .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sBVBQW7ynq .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sBVBQW7ynq .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sBVBQW7ynq .modal-open {
  overflow: hidden;
}
.cid-sBVBQW7ynq .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sBVBQW7ynq .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sBVBQW7ynq .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sBVBQW7ynq .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-sBVBQW7ynq .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sBVBQW7ynq .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sBVBQW7ynq .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sBVBQW7ynq .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-sBVBQW7ynq .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sBVBQW7ynq .modal-backdrop.fade {
  opacity: 0;
}
.cid-sBVBQW7ynq .modal-backdrop.show {
  opacity: .5;
}
.cid-sBVBQW7ynq .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-sBVBQW7ynq .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sBVBQW7ynq .modal-header .close:hover {
  opacity: 1;
}
.cid-sBVBQW7ynq .modal-header .close:focus {
  outline: none;
}
.cid-sBVBQW7ynq .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sBVBQW7ynq .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sBVBQW7ynq .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-sBVBQW7ynq .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sBVBQW7ynq .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sBVBQW7ynq .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sBVBQW7ynq .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sBVBQW7ynq .modal-sm {
    max-width: 300px;
  }
  .cid-sBVBQW7ynq .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sBVBQW7ynq .modal-lg,
  .cid-sBVBQW7ynq .modal-xl {
    max-width: 800px;
  }
  .cid-sBVBQW7ynq .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sBVBQW7ynq .modal-xl {
    max-width: 1140px;
  }
  .cid-sBVBQW7ynq .container {
    max-width: 1140px;
  }
}
.cid-sBVBQW7ynq .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sBVBQW7ynq .container {
    max-width: 720px;
  }
}
.cid-sBVBQW7ynq .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sBVBQW7ynq .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-sBVBQW7ynq .form-group {
  margin-bottom: 1rem;
}
.cid-sBVBQW7ynq .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sBVBQW7ynq .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sBVBQW7ynq .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-rZq2OOWt7M .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .nav-item,
.cid-rZq2OOWt7M .nav-link,
.cid-rZq2OOWt7M .navbar-caption {
  font-weight: normal;
}
.cid-rZq2OOWt7M .nav-item:focus,
.cid-rZq2OOWt7M .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rZq2OOWt7M .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-rZq2OOWt7M .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rZq2OOWt7M .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rZq2OOWt7M .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-rZq2OOWt7M .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-rZq2OOWt7M .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-rZq2OOWt7M .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-rZq2OOWt7M .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rZq2OOWt7M .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-rZq2OOWt7M .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-rZq2OOWt7M .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rZq2OOWt7M .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-rZq2OOWt7M .navbar.collapsed .icons-menu {
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rZq2OOWt7M .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rZq2OOWt7M .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-rZq2OOWt7M .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-rZq2OOWt7M .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rZq2OOWt7M .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-rZq2OOWt7M .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rZq2OOWt7M .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-rZq2OOWt7M .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rZq2OOWt7M .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-rZq2OOWt7M .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rZq2OOWt7M .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rZq2OOWt7M .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rZq2OOWt7M .dropdown-item.active,
.cid-rZq2OOWt7M .dropdown-item:active {
  background-color: transparent;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rZq2OOWt7M .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-rZq2OOWt7M .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rZq2OOWt7M .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rZq2OOWt7M ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-rZq2OOWt7M .navbar-buttons {
  text-align: center;
}
.cid-rZq2OOWt7M .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
}
.cid-rZq2OOWt7M button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  align-self: center;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #030f1c;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rZq2OOWt7M button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rZq2OOWt7M nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rZq2OOWt7M .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rZq2OOWt7M a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-rZq2OOWt7M .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-rZq2OOWt7M .soc-item {
  margin: .5rem .3rem;
}
.cid-rZq2OOWt7M .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rZq2OOWt7M .navbar {
    height: 77px;
  }
  .cid-rZq2OOWt7M .navbar.opened {
    height: auto;
  }
  .cid-rZq2OOWt7M .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sBVGMojFP3 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1280.jpg");
}
.cid-sBVGMojFP3 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.7;
}
.cid-sBVGMojFP3 form.mbr-form {
  border-radius: 10px;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sBVGMojFP3 form.mbr-form {
    padding: 3rem 2rem;
    width: 70%;
  }
}
@media (max-width: 991px) {
  .cid-sBVGMojFP3 form.mbr-form {
    padding: 1rem;
  }
}
.cid-sBVGMojFP3 form.mbr-form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-sBVGMojFP3 form.mbr-form .mbr-section-btn .btn {
  width: 100%;
}
.cid-sBVGMojFP3 .mbr-section-title {
  color: #e43f3f;
}
.cid-rZq2XSdQ54 {
  padding-top: 45px;
  padding-bottom: 30px;
  background-color: #06182d;
}
.cid-rZq2XSdQ54 .copyright {
  display: flex;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .copyright {
    margin-bottom: 1rem;
  }
}
.cid-rZq2XSdQ54 .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper {
  background: #06182d;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #384657;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover {
  background: #ff4e3c;
  border-color: #ff4e3c;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffde;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffde;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
  height: 2px;
  width: 100%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
  height: 2px;
  width: 100%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #384657;
}
@media (max-width: 992px) {
  .cid-rZq2XSdQ54 .text-wrap .icons-wrap::after {
    display: none;
  }
}
