@import url(https://fonts.googleapis.com/css?family=Barlow:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap);
@import url(https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap);





body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Barlow', sans-serif;
  font-size: 5.4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.64rem;
}
.display-2 {
  font-family: 'Barlow', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.2rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.2rem;
}
.display-5 {
  font-family: 'Barlow', sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
.display-5 > .mbr-iconfont {
  font-size: 1.92rem;
}
.display-7 {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.2rem;
}
/* ---- 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: 768px) {
  .display-1 {
    font-size: 4.32rem;
    font-size: calc( 2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1 * (2.54rem + (5.4 - 2.54) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.8 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.28rem;
    font-size: calc( 1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.21rem + (1.6 - 1.21) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn-secondary {
  color: black!important;
}
.btn-secondary:hover,
.btn-secondary:active {
  color: black!important;
  background: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary {
  color: white!important;
}
.btn-primary:hover {
  background: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-info {
  color: white!important;
}
.btn-success:hover {
  background: #29361a !important;
  border-color: #29361a !important;
}
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 6px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 6px;
}
.bg-primary {
  background-color: #ffffff !important;
}
.bg-success {
  background-color: #89b758 !important;
}
.bg-info {
  background-color: #29361a !important;
}
.bg-warning {
  background-color: #808080 !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
  color: #ffffff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-info,
.btn-info:active {
  background-color: #29361a !important;
  border-color: #29361a !important;
  color: #ffffff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success,
.btn-success:active {
  background-color: #89b758 !important;
  border-color: #89b758 !important;
  color: #ffffff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #808080 !important;
  border-color: #808080 !important;
  color: #ffffff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #808080;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #0e0e0e;
  border-color: #0e0e0e;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #0e0e0e !important;
  border-color: #0e0e0e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #29361a;
  border-color: #29361a;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #29361a !important;
  border-color: #29361a !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #567633;
  color: #567633;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #89b758;
  border-color: #89b758;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #89b758 !important;
  border-color: #89b758 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #4d4d4d;
  color: #4d4d4d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #808080;
  border-color: #808080;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #808080 !important;
  border-color: #808080 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.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 {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ffffff !important;
}
.text-secondary {
  color: #0e0e0e !important;
}
.text-success {
  color: #89b758 !important;
}
.text-info {
  color: #29361a !important;
}
.text-warning {
  color: #808080 !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #ffffff !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #414141 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #bbd69f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #5d7b3b !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b3b3b3 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #d6ceb5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #ffffff !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #29361a;
}
.alert-warning {
  background-color: #808080;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #8c8c8c;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ffffff;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c8ddb1;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #9dbe78;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #c0c0c0;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #dfd9c6;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Barlow', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.2rem;
}
blockquote {
  border-color: #ffffff;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.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: #ffffff;
  color: #000000;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: gray !important;
  border-bottom-color: gray !important;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #ffffff !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #0e0e0e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23ffffff' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.cid-sdi9PfcAX4 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdi9PfcAX4 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdi9PfcAX4 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sdi9PfcAX4 .dropdown-item {
  color: #000000 !important;
}
.cid-sdi9PfcAX4 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdi9PfcAX4 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdi9PfcAX4 .nav-link:hover {
  color: #e7272d !important;
}
.cid-sdi9PfcAX4 .nav-link:hover:before {
  opacity: 1;
}
.cid-sdi9PfcAX4 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #e7272d;
}
.cid-sdi9PfcAX4 .btn-white {
  color: #ffffff !important;
}
.cid-sdi9PfcAX4 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdi9PfcAX4 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdi9PfcAX4 .container {
  display: flex;
  margin: auto;
}
.cid-sdi9PfcAX4 .navbar-caption {
  padding-right: 3rem;
}
.cid-sdi9PfcAX4 .navbar.opened {
  background: #ffffff !important;
}
.cid-sdi9PfcAX4 .nav-item:focus,
.cid-sdi9PfcAX4 .nav-link:focus {
  outline: none;
}
.cid-sdi9PfcAX4 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdi9PfcAX4 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdi9PfcAX4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdi9PfcAX4 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdi9PfcAX4 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdi9PfcAX4 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdi9PfcAX4 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sdi9PfcAX4 .navbar.opened {
  transition: all .3s;
}
.cid-sdi9PfcAX4 .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdi9PfcAX4 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdi9PfcAX4 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdi9PfcAX4 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdi9PfcAX4 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sdi9PfcAX4 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdi9PfcAX4 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdi9PfcAX4 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdi9PfcAX4 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdi9PfcAX4 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdi9PfcAX4 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdi9PfcAX4 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdi9PfcAX4 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdi9PfcAX4 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdi9PfcAX4 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdi9PfcAX4 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdi9PfcAX4 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdi9PfcAX4 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdi9PfcAX4 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdi9PfcAX4 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdi9PfcAX4 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdi9PfcAX4 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdi9PfcAX4 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sdi9PfcAX4 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdi9PfcAX4 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdi9PfcAX4 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdi9PfcAX4 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdi9PfcAX4 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdi9PfcAX4 .dropdown-item.active,
.cid-sdi9PfcAX4 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdi9PfcAX4 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdi9PfcAX4 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdi9PfcAX4 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdi9PfcAX4 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdi9PfcAX4 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdi9PfcAX4 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdi9PfcAX4 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdi9PfcAX4 .navbar-buttons {
  text-align: center;
}
.cid-sdi9PfcAX4 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdi9PfcAX4 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sdi9PfcAX4 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdi9PfcAX4 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdi9PfcAX4 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdi9PfcAX4 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdi9PfcAX4 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdi9PfcAX4 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdi9PfcAX4 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdi9PfcAX4 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdi9PfcAX4 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdi9PfcAX4 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdi9PfcAX4 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdi9PfcAX4 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sdi9PfcAX4 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdi9PfcAX4 .navbar {
    height: 77px;
  }
  .cid-sdi9PfcAX4 .navbar.opened {
    height: auto;
  }
  .cid-sdi9PfcAX4 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdiNbtNVBE {
  padding-top: 165px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1318.jpg");
}
.cid-sdiNbtNVBE H2 {
  color: #ffffff;
}
.cid-sdiNbtNVBE .mbr-text,
.cid-sdiNbtNVBE .mbr-section-btn {
  color: #ffffff;
}
.cid-sdiNbtNVBE img {
  max-width: 1000px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-sdiNbtNVBE img {
    max-width: 500px;
    margin: auto;
  }
}
.cid-sdiNbtNVBE H1 {
  color: #ffffff;
}
.cid-sdiOteOw3i {
  padding-top: 45px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdiOteOw3i h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sdiOteOw3i .mbr-section-subtitle {
  color: #767676;
}
.cid-sdiOteOw3i .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sdiOteOw3i .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sdiOteOw3i .mbr-text-right {
  color: #767676;
}
.cid-sdiOteOw3i .mbr-text-left {
  color: #808080;
}
.cid-sDdKt6MRXO {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDdKt6MRXO .mbr-section-title,
.cid-sDdKt6MRXO .mbr-section-subtitle {
  color: #000000;
}
.cid-sDdKt6MRXO .mbr-section-text {
  color: #232323;
}
.cid-sDdKt6MRXO .mbr-text,
.cid-sDdKt6MRXO .typed-text,
.cid-sDdKt6MRXO .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sDdKt6MRXO .btn {
  margin-left: 4px !important;
}
.cid-sDdKt6MRXO .animated-element {
  color: #e7272d;
}
.cid-sDdKt6MRXO .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sDdKt6MRXO .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sDdKt6MRXO .typed-text,
  .cid-sDdKt6MRXO .mbr-section-subtitle,
  .cid-sDdKt6MRXO .mbr-section-text,
  .cid-sDdKt6MRXO .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sDdJW0LGeK {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDdJW0LGeK .mbr-section-title,
.cid-sDdJW0LGeK .mbr-section-subtitle {
  color: #000000;
}
.cid-sDdJW0LGeK .mbr-section-text {
  color: #232323;
}
.cid-sDdJW0LGeK .mbr-text,
.cid-sDdJW0LGeK .typed-text,
.cid-sDdJW0LGeK .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sDdJW0LGeK .btn {
  margin-left: 4px !important;
}
.cid-sDdJW0LGeK .animated-element {
  color: #e7272d;
}
.cid-sDdJW0LGeK .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sDdJW0LGeK .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sDdJW0LGeK .typed-text,
  .cid-sDdJW0LGeK .mbr-section-subtitle,
  .cid-sDdJW0LGeK .mbr-section-text,
  .cid-sDdJW0LGeK .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdiKxQIedW {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdiKxQIedW .mbr-section-title,
.cid-sdiKxQIedW .mbr-section-subtitle {
  color: #000000;
}
.cid-sdiKxQIedW .mbr-section-text {
  color: #232323;
}
.cid-sdiKxQIedW .mbr-text,
.cid-sdiKxQIedW .typed-text,
.cid-sdiKxQIedW .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdiKxQIedW .btn {
  margin-left: 4px !important;
}
.cid-sdiKxQIedW .animated-element {
  color: #e7272d;
}
.cid-sdiKxQIedW .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdiKxQIedW .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdiKxQIedW .typed-text,
  .cid-sdiKxQIedW .mbr-section-subtitle,
  .cid-sdiKxQIedW .mbr-section-text,
  .cid-sdiKxQIedW .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdiMi5GsRY {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdiMi5GsRY .mbr-section-title,
.cid-sdiMi5GsRY .mbr-section-subtitle {
  color: #000000;
}
.cid-sdiMi5GsRY .mbr-section-text {
  color: #232323;
}
.cid-sdiMi5GsRY .mbr-text,
.cid-sdiMi5GsRY .typed-text,
.cid-sdiMi5GsRY .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdiMi5GsRY .btn {
  margin-left: 4px !important;
}
.cid-sdiMi5GsRY .animated-element {
  color: #e7272d;
}
.cid-sdiMi5GsRY .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdiMi5GsRY .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdiMi5GsRY .typed-text,
  .cid-sdiMi5GsRY .mbr-section-subtitle,
  .cid-sdiMi5GsRY .mbr-section-text,
  .cid-sdiMi5GsRY .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdiML1R0ET {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdiML1R0ET .mbr-section-title,
.cid-sdiML1R0ET .mbr-section-subtitle {
  color: #000000;
}
.cid-sdiML1R0ET .mbr-section-text {
  color: #232323;
}
.cid-sdiML1R0ET .mbr-text,
.cid-sdiML1R0ET .typed-text,
.cid-sdiML1R0ET .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdiML1R0ET .btn {
  margin-left: 4px !important;
}
.cid-sdiML1R0ET .animated-element {
  color: #e7272d;
}
.cid-sdiML1R0ET .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdiML1R0ET .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdiML1R0ET .typed-text,
  .cid-sdiML1R0ET .mbr-section-subtitle,
  .cid-sdiML1R0ET .mbr-section-text,
  .cid-sdiML1R0ET .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdiMY6mRTE {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdiMY6mRTE .mbr-section-title,
.cid-sdiMY6mRTE .mbr-section-subtitle {
  color: #000000;
}
.cid-sdiMY6mRTE .mbr-section-text {
  color: #232323;
}
.cid-sdiMY6mRTE .mbr-text,
.cid-sdiMY6mRTE .typed-text,
.cid-sdiMY6mRTE .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdiMY6mRTE .btn {
  margin-left: 4px !important;
}
.cid-sdiMY6mRTE .animated-element {
  color: #e7272d;
}
.cid-sdiMY6mRTE .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdiMY6mRTE .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdiMY6mRTE .typed-text,
  .cid-sdiMY6mRTE .mbr-section-subtitle,
  .cid-sdiMY6mRTE .mbr-section-text,
  .cid-sdiMY6mRTE .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdjhMeS0dk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdjhMeS0dk .mbr-section-title,
.cid-sdjhMeS0dk .mbr-section-subtitle {
  color: #000000;
}
.cid-sdjhMeS0dk .mbr-section-text {
  color: #232323;
}
.cid-sdjhMeS0dk .mbr-text,
.cid-sdjhMeS0dk .typed-text,
.cid-sdjhMeS0dk .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdjhMeS0dk .btn {
  margin-left: 4px !important;
}
.cid-sdjhMeS0dk .animated-element {
  color: #e7272d;
}
.cid-sdjhMeS0dk .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdjhMeS0dk .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdjhMeS0dk .typed-text,
  .cid-sdjhMeS0dk .mbr-section-subtitle,
  .cid-sdjhMeS0dk .mbr-section-text,
  .cid-sdjhMeS0dk .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdiSONEsL1 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdiSONEsL1 .mbr-section-title,
.cid-sdiSONEsL1 .mbr-section-subtitle {
  color: #000000;
}
.cid-sdiSONEsL1 .mbr-section-text {
  color: #232323;
}
.cid-sdiSONEsL1 .mbr-text,
.cid-sdiSONEsL1 .typed-text,
.cid-sdiSONEsL1 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdiSONEsL1 .btn {
  margin-left: 4px !important;
}
.cid-sdiSONEsL1 .animated-element {
  color: #e7272d;
}
.cid-sdiSONEsL1 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdiSONEsL1 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdiSONEsL1 .typed-text,
  .cid-sdiSONEsL1 .mbr-section-subtitle,
  .cid-sdiSONEsL1 .mbr-section-text,
  .cid-sdiSONEsL1 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdiSTv4Sd8 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdiSTv4Sd8 .mbr-section-title,
.cid-sdiSTv4Sd8 .mbr-section-subtitle {
  color: #000000;
}
.cid-sdiSTv4Sd8 .mbr-section-text {
  color: #232323;
}
.cid-sdiSTv4Sd8 .mbr-text,
.cid-sdiSTv4Sd8 .typed-text,
.cid-sdiSTv4Sd8 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdiSTv4Sd8 .btn {
  margin-left: 4px !important;
}
.cid-sdiSTv4Sd8 .animated-element {
  color: #e7272d;
}
.cid-sdiSTv4Sd8 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdiSTv4Sd8 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdiSTv4Sd8 .typed-text,
  .cid-sdiSTv4Sd8 .mbr-section-subtitle,
  .cid-sdiSTv4Sd8 .mbr-section-text,
  .cid-sdiSTv4Sd8 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdiSYlRElN {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdiSYlRElN .mbr-section-title,
.cid-sdiSYlRElN .mbr-section-subtitle {
  color: #000000;
}
.cid-sdiSYlRElN .mbr-section-text {
  color: #232323;
}
.cid-sdiSYlRElN .mbr-text,
.cid-sdiSYlRElN .typed-text,
.cid-sdiSYlRElN .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdiSYlRElN .btn {
  margin-left: 4px !important;
}
.cid-sdiSYlRElN .animated-element {
  color: #e7272d;
}
.cid-sdiSYlRElN .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdiSYlRElN .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdiSYlRElN .typed-text,
  .cid-sdiSYlRElN .mbr-section-subtitle,
  .cid-sdiSYlRElN .mbr-section-text,
  .cid-sdiSYlRElN .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdjfMFj6LD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sdjfMFj6LD .col + .mbr-section-btn .btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col,
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col-auto,
  .cid-sdjfMFj6LD .col + .mbr-section-btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sdjfMFj6LD .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sdjfMFj6LD .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sdjfMFj6LD .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sdjfMFj6LD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdjfMFj6LD .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sdjfMFj6LD .subtext-1,
.cid-sdjfMFj6LD .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sdjfMFj6LD .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdjfMFj6LD .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-sdjfMFj6LD .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sdjfMFj6LD .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sdjfMFj6LD .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sdjfMFj6LD .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sdjfMFj6LD .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .form-group {
  max-width: 400px;
}
.cid-sdjfMFj6LD .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sdjfMFj6LD .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sdjfMFj6LD .form-row {
    justify-content: center;
  }
  .cid-sdjfMFj6LD .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .subtext-1,
  .cid-sdjfMFj6LD .subtext-2,
  .cid-sdjfMFj6LD .card-support {
    text-align: center;
  }
  .cid-sdjfMFj6LD .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sdjfMFj6LD .form-text {
    text-align: center;
  }
  .cid-sdjfMFj6LD .follow-section {
    margin: 0;
  }
  .cid-sdjfMFj6LD .mbr-form {
    text-align: center;
  }
  .cid-sdjfMFj6LD .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sdjfMFj6LD .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .firstColumn,
  .cid-sdjfMFj6LD .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sdjfMFj6LD .form-row {
    flex-direction: column;
  }
}
.cid-sdjfMFj6LD img {
  width: auto;
}
.cid-sdj1MdoazK .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj1MdoazK .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdj1MdoazK .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sdj1MdoazK .dropdown-item {
  color: #000000 !important;
}
.cid-sdj1MdoazK .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdj1MdoazK .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdj1MdoazK .nav-link:hover {
  color: #e7272d !important;
}
.cid-sdj1MdoazK .nav-link:hover:before {
  opacity: 1;
}
.cid-sdj1MdoazK .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #e7272d;
}
.cid-sdj1MdoazK .btn-white {
  color: #ffffff !important;
}
.cid-sdj1MdoazK .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdj1MdoazK .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdj1MdoazK .container {
  display: flex;
  margin: auto;
}
.cid-sdj1MdoazK .navbar-caption {
  padding-right: 3rem;
}
.cid-sdj1MdoazK .navbar.opened {
  background: #ffffff !important;
}
.cid-sdj1MdoazK .nav-item:focus,
.cid-sdj1MdoazK .nav-link:focus {
  outline: none;
}
.cid-sdj1MdoazK .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj1MdoazK .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdj1MdoazK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdj1MdoazK .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj1MdoazK .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdj1MdoazK .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdj1MdoazK .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sdj1MdoazK .navbar.opened {
  transition: all .3s;
}
.cid-sdj1MdoazK .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdj1MdoazK .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdj1MdoazK .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdj1MdoazK .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdj1MdoazK .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sdj1MdoazK .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdj1MdoazK .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdj1MdoazK .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdj1MdoazK .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdj1MdoazK .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdj1MdoazK .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdj1MdoazK .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdj1MdoazK .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdj1MdoazK .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdj1MdoazK .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdj1MdoazK .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdj1MdoazK .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdj1MdoazK .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdj1MdoazK .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdj1MdoazK .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdj1MdoazK .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdj1MdoazK .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdj1MdoazK .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sdj1MdoazK .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdj1MdoazK .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdj1MdoazK .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdj1MdoazK .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdj1MdoazK .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdj1MdoazK .dropdown-item.active,
.cid-sdj1MdoazK .dropdown-item:active {
  background-color: transparent;
}
.cid-sdj1MdoazK .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdj1MdoazK .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdj1MdoazK .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdj1MdoazK .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdj1MdoazK .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdj1MdoazK .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdj1MdoazK ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdj1MdoazK .navbar-buttons {
  text-align: center;
}
.cid-sdj1MdoazK button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdj1MdoazK button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sdj1MdoazK button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdj1MdoazK button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj1MdoazK button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj1MdoazK button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdj1MdoazK nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj1MdoazK nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdj1MdoazK nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdj1MdoazK nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj1MdoazK .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdj1MdoazK a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdj1MdoazK .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdj1MdoazK .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sdj1MdoazK .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdj1MdoazK .navbar {
    height: 77px;
  }
  .cid-sdj1MdoazK .navbar.opened {
    height: auto;
  }
  .cid-sdj1MdoazK .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdj20WjJfD {
  overflow-x: hidden !important;
}
.cid-sdj20WjJfD,
.cid-sdj20WjJfD .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-sdj20WjJfD .mbr-section-title {
  color: #ffffff;
}
.cid-sdj20WjJfD .mbr-section-title span {
  color: #ffffff;
}
.cid-sdj20WjJfD .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdj20WjJfD .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1281.jpg");
}
.cid-sdj20WjJfD .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdj20WjJfD .mbr-overlay {
  z-index: 1;
}
.cid-sdj20WjJfD .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sDdLb5keHU {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDdLb5keHU .mbr-section-title,
.cid-sDdLb5keHU .mbr-section-subtitle {
  color: #000000;
}
.cid-sDdLb5keHU .mbr-section-text {
  color: #232323;
}
.cid-sDdLb5keHU .mbr-text,
.cid-sDdLb5keHU .typed-text,
.cid-sDdLb5keHU .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sDdLb5keHU .btn {
  margin-left: 4px !important;
}
.cid-sDdLb5keHU .animated-element {
  color: #e7272d;
}
.cid-sDdLb5keHU .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sDdLb5keHU .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sDdLb5keHU .typed-text,
  .cid-sDdLb5keHU .mbr-section-subtitle,
  .cid-sDdLb5keHU .mbr-section-text,
  .cid-sDdLb5keHU .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sDdLapMPyT {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sDdLapMPyT .mbr-section-title,
.cid-sDdLapMPyT .mbr-section-subtitle {
  color: #000000;
}
.cid-sDdLapMPyT .mbr-section-text {
  color: #232323;
}
.cid-sDdLapMPyT .mbr-text,
.cid-sDdLapMPyT .typed-text,
.cid-sDdLapMPyT .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sDdLapMPyT .btn {
  margin-left: 4px !important;
}
.cid-sDdLapMPyT .animated-element {
  color: #e7272d;
}
.cid-sDdLapMPyT .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sDdLapMPyT .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sDdLapMPyT .typed-text,
  .cid-sDdLapMPyT .mbr-section-subtitle,
  .cid-sDdLapMPyT .mbr-section-text,
  .cid-sDdLapMPyT .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdj1Mf6aoz {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdj1Mf6aoz .mbr-section-title,
.cid-sdj1Mf6aoz .mbr-section-subtitle {
  color: #000000;
}
.cid-sdj1Mf6aoz .mbr-section-text {
  color: #232323;
}
.cid-sdj1Mf6aoz .mbr-text,
.cid-sdj1Mf6aoz .typed-text,
.cid-sdj1Mf6aoz .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdj1Mf6aoz .btn {
  margin-left: 4px !important;
}
.cid-sdj1Mf6aoz .animated-element {
  color: #e7272d;
}
.cid-sdj1Mf6aoz .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdj1Mf6aoz .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdj1Mf6aoz .typed-text,
  .cid-sdj1Mf6aoz .mbr-section-subtitle,
  .cid-sdj1Mf6aoz .mbr-section-text,
  .cid-sdj1Mf6aoz .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdj1MfyMoa {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdj1MfyMoa .mbr-section-title,
.cid-sdj1MfyMoa .mbr-section-subtitle {
  color: #000000;
}
.cid-sdj1MfyMoa .mbr-section-text {
  color: #232323;
}
.cid-sdj1MfyMoa .mbr-text,
.cid-sdj1MfyMoa .typed-text,
.cid-sdj1MfyMoa .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdj1MfyMoa .btn {
  margin-left: 4px !important;
}
.cid-sdj1MfyMoa .animated-element {
  color: #e7272d;
}
.cid-sdj1MfyMoa .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdj1MfyMoa .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdj1MfyMoa .typed-text,
  .cid-sdj1MfyMoa .mbr-section-subtitle,
  .cid-sdj1MfyMoa .mbr-section-text,
  .cid-sdj1MfyMoa .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdj1Mg03SG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdj1Mg03SG .mbr-section-title,
.cid-sdj1Mg03SG .mbr-section-subtitle {
  color: #000000;
}
.cid-sdj1Mg03SG .mbr-section-text {
  color: #232323;
}
.cid-sdj1Mg03SG .mbr-text,
.cid-sdj1Mg03SG .typed-text,
.cid-sdj1Mg03SG .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdj1Mg03SG .btn {
  margin-left: 4px !important;
}
.cid-sdj1Mg03SG .animated-element {
  color: #e7272d;
}
.cid-sdj1Mg03SG .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdj1Mg03SG .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdj1Mg03SG .typed-text,
  .cid-sdj1Mg03SG .mbr-section-subtitle,
  .cid-sdj1Mg03SG .mbr-section-text,
  .cid-sdj1Mg03SG .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdj1Mgqu5Q {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdj1Mgqu5Q .mbr-section-title,
.cid-sdj1Mgqu5Q .mbr-section-subtitle {
  color: #000000;
}
.cid-sdj1Mgqu5Q .mbr-section-text {
  color: #232323;
}
.cid-sdj1Mgqu5Q .mbr-text,
.cid-sdj1Mgqu5Q .typed-text,
.cid-sdj1Mgqu5Q .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdj1Mgqu5Q .btn {
  margin-left: 4px !important;
}
.cid-sdj1Mgqu5Q .animated-element {
  color: #e7272d;
}
.cid-sdj1Mgqu5Q .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdj1Mgqu5Q .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdj1Mgqu5Q .typed-text,
  .cid-sdj1Mgqu5Q .mbr-section-subtitle,
  .cid-sdj1Mgqu5Q .mbr-section-text,
  .cid-sdj1Mgqu5Q .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdjfsXHf6x {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdjfsXHf6x .mbr-section-title,
.cid-sdjfsXHf6x .mbr-section-subtitle {
  color: #000000;
}
.cid-sdjfsXHf6x .mbr-section-text {
  color: #232323;
}
.cid-sdjfsXHf6x .mbr-text,
.cid-sdjfsXHf6x .typed-text,
.cid-sdjfsXHf6x .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdjfsXHf6x .btn {
  margin-left: 4px !important;
}
.cid-sdjfsXHf6x .animated-element {
  color: #e7272d;
}
.cid-sdjfsXHf6x .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdjfsXHf6x .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdjfsXHf6x .typed-text,
  .cid-sdjfsXHf6x .mbr-section-subtitle,
  .cid-sdjfsXHf6x .mbr-section-text,
  .cid-sdjfsXHf6x .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdj1MhgPHG {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdj1MhgPHG .mbr-section-title,
.cid-sdj1MhgPHG .mbr-section-subtitle {
  color: #000000;
}
.cid-sdj1MhgPHG .mbr-section-text {
  color: #232323;
}
.cid-sdj1MhgPHG .mbr-text,
.cid-sdj1MhgPHG .typed-text,
.cid-sdj1MhgPHG .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdj1MhgPHG .btn {
  margin-left: 4px !important;
}
.cid-sdj1MhgPHG .animated-element {
  color: #e7272d;
}
.cid-sdj1MhgPHG .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdj1MhgPHG .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdj1MhgPHG .typed-text,
  .cid-sdj1MhgPHG .mbr-section-subtitle,
  .cid-sdj1MhgPHG .mbr-section-text,
  .cid-sdj1MhgPHG .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdj1MhFbSP {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sdj1MhFbSP .mbr-section-title,
.cid-sdj1MhFbSP .mbr-section-subtitle {
  color: #000000;
}
.cid-sdj1MhFbSP .mbr-section-text {
  color: #232323;
}
.cid-sdj1MhFbSP .mbr-text,
.cid-sdj1MhFbSP .typed-text,
.cid-sdj1MhFbSP .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdj1MhFbSP .btn {
  margin-left: 4px !important;
}
.cid-sdj1MhFbSP .animated-element {
  color: #e7272d;
}
.cid-sdj1MhFbSP .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdj1MhFbSP .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdj1MhFbSP .typed-text,
  .cid-sdj1MhFbSP .mbr-section-subtitle,
  .cid-sdj1MhFbSP .mbr-section-text,
  .cid-sdj1MhFbSP .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdj1Mi1kbj {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdj1Mi1kbj .mbr-section-title,
.cid-sdj1Mi1kbj .mbr-section-subtitle {
  color: #000000;
}
.cid-sdj1Mi1kbj .mbr-section-text {
  color: #232323;
}
.cid-sdj1Mi1kbj .mbr-text,
.cid-sdj1Mi1kbj .typed-text,
.cid-sdj1Mi1kbj .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sdj1Mi1kbj .btn {
  margin-left: 4px !important;
}
.cid-sdj1Mi1kbj .animated-element {
  color: #e7272d;
}
.cid-sdj1Mi1kbj .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #e7272d;
}
.cid-sdj1Mi1kbj .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sdj1Mi1kbj .typed-text,
  .cid-sdj1Mi1kbj .mbr-section-subtitle,
  .cid-sdj1Mi1kbj .mbr-section-text,
  .cid-sdj1Mi1kbj .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sdjfMFj6LD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sdjfMFj6LD .col + .mbr-section-btn .btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col,
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col-auto,
  .cid-sdjfMFj6LD .col + .mbr-section-btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sdjfMFj6LD .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sdjfMFj6LD .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sdjfMFj6LD .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sdjfMFj6LD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdjfMFj6LD .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sdjfMFj6LD .subtext-1,
.cid-sdjfMFj6LD .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sdjfMFj6LD .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdjfMFj6LD .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-sdjfMFj6LD .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sdjfMFj6LD .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sdjfMFj6LD .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sdjfMFj6LD .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sdjfMFj6LD .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .form-group {
  max-width: 400px;
}
.cid-sdjfMFj6LD .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sdjfMFj6LD .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sdjfMFj6LD .form-row {
    justify-content: center;
  }
  .cid-sdjfMFj6LD .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .subtext-1,
  .cid-sdjfMFj6LD .subtext-2,
  .cid-sdjfMFj6LD .card-support {
    text-align: center;
  }
  .cid-sdjfMFj6LD .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sdjfMFj6LD .form-text {
    text-align: center;
  }
  .cid-sdjfMFj6LD .follow-section {
    margin: 0;
  }
  .cid-sdjfMFj6LD .mbr-form {
    text-align: center;
  }
  .cid-sdjfMFj6LD .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sdjfMFj6LD .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .firstColumn,
  .cid-sdjfMFj6LD .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sdjfMFj6LD .form-row {
    flex-direction: column;
  }
}
.cid-sdjfMFj6LD img {
  width: auto;
}
.cid-sdj2eig4Zu .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj2eig4Zu .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdj2eig4Zu .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sdj2eig4Zu .dropdown-item {
  color: #000000 !important;
}
.cid-sdj2eig4Zu .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdj2eig4Zu .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdj2eig4Zu .nav-link:hover {
  color: #e7272d !important;
}
.cid-sdj2eig4Zu .nav-link:hover:before {
  opacity: 1;
}
.cid-sdj2eig4Zu .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #e7272d;
}
.cid-sdj2eig4Zu .btn-white {
  color: #ffffff !important;
}
.cid-sdj2eig4Zu .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdj2eig4Zu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdj2eig4Zu .container {
  display: flex;
  margin: auto;
}
.cid-sdj2eig4Zu .navbar-caption {
  padding-right: 3rem;
}
.cid-sdj2eig4Zu .navbar.opened {
  background: #ffffff !important;
}
.cid-sdj2eig4Zu .nav-item:focus,
.cid-sdj2eig4Zu .nav-link:focus {
  outline: none;
}
.cid-sdj2eig4Zu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj2eig4Zu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdj2eig4Zu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdj2eig4Zu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj2eig4Zu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdj2eig4Zu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdj2eig4Zu .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sdj2eig4Zu .navbar.opened {
  transition: all .3s;
}
.cid-sdj2eig4Zu .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdj2eig4Zu .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdj2eig4Zu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdj2eig4Zu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdj2eig4Zu .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sdj2eig4Zu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdj2eig4Zu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdj2eig4Zu .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdj2eig4Zu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdj2eig4Zu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdj2eig4Zu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdj2eig4Zu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdj2eig4Zu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdj2eig4Zu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdj2eig4Zu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdj2eig4Zu .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdj2eig4Zu .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdj2eig4Zu .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdj2eig4Zu .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdj2eig4Zu .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdj2eig4Zu .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdj2eig4Zu .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdj2eig4Zu .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sdj2eig4Zu .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdj2eig4Zu .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdj2eig4Zu .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdj2eig4Zu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdj2eig4Zu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdj2eig4Zu .dropdown-item.active,
.cid-sdj2eig4Zu .dropdown-item:active {
  background-color: transparent;
}
.cid-sdj2eig4Zu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdj2eig4Zu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdj2eig4Zu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdj2eig4Zu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdj2eig4Zu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdj2eig4Zu .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdj2eig4Zu ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdj2eig4Zu .navbar-buttons {
  text-align: center;
}
.cid-sdj2eig4Zu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdj2eig4Zu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sdj2eig4Zu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdj2eig4Zu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj2eig4Zu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj2eig4Zu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdj2eig4Zu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj2eig4Zu nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdj2eig4Zu nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdj2eig4Zu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj2eig4Zu .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdj2eig4Zu a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdj2eig4Zu .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdj2eig4Zu .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sdj2eig4Zu .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdj2eig4Zu .navbar {
    height: 77px;
  }
  .cid-sdj2eig4Zu .navbar.opened {
    height: auto;
  }
  .cid-sdj2eig4Zu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdj2ej3wPg {
  overflow-x: hidden !important;
}
.cid-sdj2ej3wPg,
.cid-sdj2ej3wPg .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-sdj2ej3wPg .mbr-section-title {
  color: #ffffff;
}
.cid-sdj2ej3wPg .mbr-section-title span {
  color: #ffffff;
}
.cid-sdj2ej3wPg .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdj2ej3wPg .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-sdj2ej3wPg .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdj2ej3wPg .mbr-overlay {
  z-index: 1;
}
.cid-sdj2ej3wPg .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdj3d7JUau {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sdj2zJUImM {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sdj2zJUImM h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-sdj2zJUImM .mbr-section-subtitle {
  color: #767676;
}
.cid-sdj2zJUImM .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .cid-sdj2zJUImM .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-sdj2zJUImM .mbr-text-right {
  color: #767676;
}
.cid-sdj2zJUImM .mbr-text-left {
  color: #808080;
}
.cid-sdjfMFj6LD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sdjfMFj6LD .col + .mbr-section-btn .btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col,
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col-auto,
  .cid-sdjfMFj6LD .col + .mbr-section-btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sdjfMFj6LD .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sdjfMFj6LD .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sdjfMFj6LD .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sdjfMFj6LD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdjfMFj6LD .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sdjfMFj6LD .subtext-1,
.cid-sdjfMFj6LD .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sdjfMFj6LD .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdjfMFj6LD .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-sdjfMFj6LD .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sdjfMFj6LD .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sdjfMFj6LD .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sdjfMFj6LD .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sdjfMFj6LD .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .form-group {
  max-width: 400px;
}
.cid-sdjfMFj6LD .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sdjfMFj6LD .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sdjfMFj6LD .form-row {
    justify-content: center;
  }
  .cid-sdjfMFj6LD .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .subtext-1,
  .cid-sdjfMFj6LD .subtext-2,
  .cid-sdjfMFj6LD .card-support {
    text-align: center;
  }
  .cid-sdjfMFj6LD .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sdjfMFj6LD .form-text {
    text-align: center;
  }
  .cid-sdjfMFj6LD .follow-section {
    margin: 0;
  }
  .cid-sdjfMFj6LD .mbr-form {
    text-align: center;
  }
  .cid-sdjfMFj6LD .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sdjfMFj6LD .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .firstColumn,
  .cid-sdjfMFj6LD .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sdjfMFj6LD .form-row {
    flex-direction: column;
  }
}
.cid-sdjfMFj6LD img {
  width: auto;
}
.cid-sdj3A6BcyI .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj3A6BcyI .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdj3A6BcyI .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sdj3A6BcyI .dropdown-item {
  color: #000000 !important;
}
.cid-sdj3A6BcyI .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdj3A6BcyI .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdj3A6BcyI .nav-link:hover {
  color: #e7272d !important;
}
.cid-sdj3A6BcyI .nav-link:hover:before {
  opacity: 1;
}
.cid-sdj3A6BcyI .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #e7272d;
}
.cid-sdj3A6BcyI .btn-white {
  color: #ffffff !important;
}
.cid-sdj3A6BcyI .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdj3A6BcyI .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdj3A6BcyI .container {
  display: flex;
  margin: auto;
}
.cid-sdj3A6BcyI .navbar-caption {
  padding-right: 3rem;
}
.cid-sdj3A6BcyI .navbar.opened {
  background: #ffffff !important;
}
.cid-sdj3A6BcyI .nav-item:focus,
.cid-sdj3A6BcyI .nav-link:focus {
  outline: none;
}
.cid-sdj3A6BcyI .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj3A6BcyI .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdj3A6BcyI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdj3A6BcyI .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj3A6BcyI .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdj3A6BcyI .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdj3A6BcyI .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sdj3A6BcyI .navbar.opened {
  transition: all .3s;
}
.cid-sdj3A6BcyI .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdj3A6BcyI .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdj3A6BcyI .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdj3A6BcyI .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdj3A6BcyI .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sdj3A6BcyI .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdj3A6BcyI .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdj3A6BcyI .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdj3A6BcyI .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdj3A6BcyI .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdj3A6BcyI .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdj3A6BcyI .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdj3A6BcyI .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdj3A6BcyI .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdj3A6BcyI .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdj3A6BcyI .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdj3A6BcyI .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdj3A6BcyI .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdj3A6BcyI .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdj3A6BcyI .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdj3A6BcyI .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdj3A6BcyI .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdj3A6BcyI .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sdj3A6BcyI .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdj3A6BcyI .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdj3A6BcyI .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdj3A6BcyI .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdj3A6BcyI .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdj3A6BcyI .dropdown-item.active,
.cid-sdj3A6BcyI .dropdown-item:active {
  background-color: transparent;
}
.cid-sdj3A6BcyI .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdj3A6BcyI .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdj3A6BcyI .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdj3A6BcyI .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdj3A6BcyI .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdj3A6BcyI .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdj3A6BcyI ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdj3A6BcyI .navbar-buttons {
  text-align: center;
}
.cid-sdj3A6BcyI button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdj3A6BcyI button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sdj3A6BcyI button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdj3A6BcyI button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj3A6BcyI button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj3A6BcyI button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdj3A6BcyI nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj3A6BcyI nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdj3A6BcyI nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdj3A6BcyI nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj3A6BcyI .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdj3A6BcyI a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdj3A6BcyI .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdj3A6BcyI .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sdj3A6BcyI .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdj3A6BcyI .navbar {
    height: 77px;
  }
  .cid-sdj3A6BcyI .navbar.opened {
    height: auto;
  }
  .cid-sdj3A6BcyI .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdj3A7OdTa {
  overflow-x: hidden !important;
}
.cid-sdj3A7OdTa,
.cid-sdj3A7OdTa .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-sdj3A7OdTa .mbr-section-title {
  color: #ffffff;
}
.cid-sdj3A7OdTa .mbr-section-title span {
  color: #ffffff;
}
.cid-sdj3A7OdTa .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdj3A7OdTa .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-sdj3A7OdTa .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdj3A7OdTa .mbr-overlay {
  z-index: 1;
}
.cid-sdj3A7OdTa .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdj3W7zF9b {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sdj3W7zF9b .container-fluid {
  padding: 0 3rem;
}
.cid-sdj3W7zF9b .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ffffff 50%, #0e0e0e 120%);
  display: inline-block;
}
.cid-sdj3W7zF9b .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sdj3W7zF9b .header-text {
  padding: 2rem 1rem !important;
}
.cid-sdj3W7zF9b .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sdj3W7zF9b .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sdj3W7zF9b .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sdj3W7zF9b .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdj3W7zF9b .card .card-header a.panel-title:hover .sign {
  background-color: #232323 !important;
}
.cid-sdj3W7zF9b .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #e7272d;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sdj3W7zF9b .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sdj3W7zF9b .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sdj3W7zF9b .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sdj3W7zF9b .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdj3W7zF9b .header-text {
    padding: 1rem !important;
  }
  .cid-sdj3W7zF9b .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sdj3W7zF9b .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sdj3W7zF9b .panel-group {
    padding: 0;
  }
}
.cid-sdj3W7zF9b .header-text,
.cid-sdj3W7zF9b .sign {
  color: #232323;
}
.cid-sdj6mwPWyQ {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdj6mwPWyQ .container-fluid {
  padding: 0 3rem;
}
.cid-sdj6mwPWyQ .underline .line {
  width: 5rem;
  height: 3px;
  background: linear-gradient(to right, #ffffff 50%, #0e0e0e 120%);
  display: inline-block;
}
.cid-sdj6mwPWyQ .panel-group {
  width: 100%;
  margin: 2rem auto;
  margin-top: 0;
}
.cid-sdj6mwPWyQ .header-text {
  padding: 2rem 1rem !important;
}
.cid-sdj6mwPWyQ .card {
  border-radius: 25px !important;
  background: #ffffff;
  margin-bottom: 1rem;
  box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 7px 20px 0px rgba(0, 0, 0, 0.1);
}
.cid-sdj6mwPWyQ .card .card-header {
  border-radius: 25px;
  border: 0px;
  padding: 0;
  background-color: transparent !important;
}
.cid-sdj6mwPWyQ .card .card-header a.panel-title {
  transition: all .3s;
  border-radius: 25px 25px 0 0;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  padding-right: 2rem;
}
.cid-sdj6mwPWyQ .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-sdj6mwPWyQ .card .card-header a.panel-title:hover .sign {
  background-color: #232323 !important;
}
.cid-sdj6mwPWyQ .card .card-header a.panel-title .sign {
  position: absolute;
  right: 0;
  top: -1px;
  bottom: 0;
  border-radius: 0 25px 25px 0;
  background-color: #e7272d;
  padding: 2rem;
  padding-top: 36px;
  color: #ffffff;
}
.cid-sdj6mwPWyQ .card .card-header a.panel-title h4 {
  padding: 1rem 1rem;
  margin-bottom: 0;
}
.cid-sdj6mwPWyQ .card .card-header a.collapsed {
  border-radius: 25px;
}
.cid-sdj6mwPWyQ .card .panel-body {
  width: calc(100% - 80px);
  border-radius: 0 0 0 25px;
}
@media (max-width: 767px) {
  .cid-sdj6mwPWyQ .container-fluid {
    padding: 0 1rem;
  }
  .cid-sdj6mwPWyQ .header-text {
    padding: 1rem !important;
  }
  .cid-sdj6mwPWyQ .sign {
    padding: 16px !important;
    padding-top: 22px !important;
  }
  .cid-sdj6mwPWyQ .panel-body {
    width: calc(100% - 48px);
  }
  .cid-sdj6mwPWyQ .panel-group {
    padding: 0;
  }
}
.cid-sdj6mwPWyQ .header-text,
.cid-sdj6mwPWyQ .sign {
  color: #232323;
}
.cid-sdjfMFj6LD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sdjfMFj6LD .col + .mbr-section-btn .btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col,
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col-auto,
  .cid-sdjfMFj6LD .col + .mbr-section-btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sdjfMFj6LD .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sdjfMFj6LD .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sdjfMFj6LD .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sdjfMFj6LD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdjfMFj6LD .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sdjfMFj6LD .subtext-1,
.cid-sdjfMFj6LD .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sdjfMFj6LD .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdjfMFj6LD .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-sdjfMFj6LD .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sdjfMFj6LD .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sdjfMFj6LD .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sdjfMFj6LD .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sdjfMFj6LD .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .form-group {
  max-width: 400px;
}
.cid-sdjfMFj6LD .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sdjfMFj6LD .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sdjfMFj6LD .form-row {
    justify-content: center;
  }
  .cid-sdjfMFj6LD .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .subtext-1,
  .cid-sdjfMFj6LD .subtext-2,
  .cid-sdjfMFj6LD .card-support {
    text-align: center;
  }
  .cid-sdjfMFj6LD .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sdjfMFj6LD .form-text {
    text-align: center;
  }
  .cid-sdjfMFj6LD .follow-section {
    margin: 0;
  }
  .cid-sdjfMFj6LD .mbr-form {
    text-align: center;
  }
  .cid-sdjfMFj6LD .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sdjfMFj6LD .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .firstColumn,
  .cid-sdjfMFj6LD .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sdjfMFj6LD .form-row {
    flex-direction: column;
  }
}
.cid-sdjfMFj6LD img {
  width: auto;
}
.cid-sdj7fHdXJJ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj7fHdXJJ .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdj7fHdXJJ .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sdj7fHdXJJ .dropdown-item {
  color: #000000 !important;
}
.cid-sdj7fHdXJJ .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdj7fHdXJJ .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdj7fHdXJJ .nav-link:hover {
  color: #e7272d !important;
}
.cid-sdj7fHdXJJ .nav-link:hover:before {
  opacity: 1;
}
.cid-sdj7fHdXJJ .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #e7272d;
}
.cid-sdj7fHdXJJ .btn-white {
  color: #ffffff !important;
}
.cid-sdj7fHdXJJ .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdj7fHdXJJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdj7fHdXJJ .container {
  display: flex;
  margin: auto;
}
.cid-sdj7fHdXJJ .navbar-caption {
  padding-right: 3rem;
}
.cid-sdj7fHdXJJ .navbar.opened {
  background: #ffffff !important;
}
.cid-sdj7fHdXJJ .nav-item:focus,
.cid-sdj7fHdXJJ .nav-link:focus {
  outline: none;
}
.cid-sdj7fHdXJJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj7fHdXJJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdj7fHdXJJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdj7fHdXJJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj7fHdXJJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdj7fHdXJJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdj7fHdXJJ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sdj7fHdXJJ .navbar.opened {
  transition: all .3s;
}
.cid-sdj7fHdXJJ .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdj7fHdXJJ .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdj7fHdXJJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdj7fHdXJJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdj7fHdXJJ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sdj7fHdXJJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdj7fHdXJJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdj7fHdXJJ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdj7fHdXJJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdj7fHdXJJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdj7fHdXJJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdj7fHdXJJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdj7fHdXJJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdj7fHdXJJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdj7fHdXJJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdj7fHdXJJ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdj7fHdXJJ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdj7fHdXJJ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdj7fHdXJJ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdj7fHdXJJ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdj7fHdXJJ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdj7fHdXJJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdj7fHdXJJ .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sdj7fHdXJJ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdj7fHdXJJ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdj7fHdXJJ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdj7fHdXJJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdj7fHdXJJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdj7fHdXJJ .dropdown-item.active,
.cid-sdj7fHdXJJ .dropdown-item:active {
  background-color: transparent;
}
.cid-sdj7fHdXJJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdj7fHdXJJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdj7fHdXJJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdj7fHdXJJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdj7fHdXJJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdj7fHdXJJ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdj7fHdXJJ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdj7fHdXJJ .navbar-buttons {
  text-align: center;
}
.cid-sdj7fHdXJJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdj7fHdXJJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sdj7fHdXJJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdj7fHdXJJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj7fHdXJJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj7fHdXJJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdj7fHdXJJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj7fHdXJJ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdj7fHdXJJ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdj7fHdXJJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj7fHdXJJ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdj7fHdXJJ a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdj7fHdXJJ .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdj7fHdXJJ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sdj7fHdXJJ .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdj7fHdXJJ .navbar {
    height: 77px;
  }
  .cid-sdj7fHdXJJ .navbar.opened {
    height: auto;
  }
  .cid-sdj7fHdXJJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdj7fI0iZY {
  overflow-x: hidden !important;
}
.cid-sdj7fI0iZY,
.cid-sdj7fI0iZY .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-sdj7fI0iZY .mbr-section-title {
  color: #ffffff;
}
.cid-sdj7fI0iZY .mbr-section-title span {
  color: #ffffff;
}
.cid-sdj7fI0iZY .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdj7fI0iZY .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-sdj7fI0iZY .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdj7fI0iZY .mbr-overlay {
  z-index: 1;
}
.cid-sdj7fI0iZY .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdj7vCUBQY {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sdj7vCUBQY *:focus {
  outline: none;
}
.cid-sdj7vCUBQY .form-group {
  margin-bottom: 2rem;
}
.cid-sdj7vCUBQY .form-control {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 2px solid #000000;
  color: #000000;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 1px;
  min-height: 35px;
}
.cid-sdj7vCUBQY .form-control:focus {
  outline: none;
  box-shadow: none;
}
.cid-sdj7vCUBQY .form-control::-webkit-input-placeholder {
  color: #000000;
}
.cid-sdj7vCUBQY .form-control::-moz-placeholder {
  color: #000000;
}
.cid-sdj7vCUBQY .form-control:-ms-input-placeholder {
  color: #000000;
}
.cid-sdj7vCUBQY .form-control:-moz-placeholder {
  color: #000000;
}
.cid-sdj7vCUBQY input.form-control {
  padding: 1px 0;
}
.cid-sdj7vCUBQY .soc-item {
  display: inline-block;
  margin: 0 .2rem;
}
.cid-sdj7vCUBQY .soc-item .socicon {
  font-size: 1.5rem;
  color: #767676;
  opacity: 1;
}
.cid-sdj7vCUBQY .soc-item .socicon:hover {
  opacity: .5;
}
.cid-sdj7vCUBQY .input-group-btn {
  display: block;
}
@media (max-width: 767px) {
  .cid-sdj7vCUBQY .first-column,
  .cid-sdj7vCUBQY .form-1 {
    text-align: center;
  }
}
.cid-sdj8ptM39N .google-map {
  height: 30rem;
  position: relative;
}
.cid-sdj8ptM39N .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-sdj8ptM39N .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-sdj8ptM39N .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sdj8ptM39N .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sdjfMFj6LD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sdjfMFj6LD .col + .mbr-section-btn .btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col,
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col-auto,
  .cid-sdjfMFj6LD .col + .mbr-section-btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sdjfMFj6LD .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sdjfMFj6LD .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sdjfMFj6LD .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sdjfMFj6LD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdjfMFj6LD .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sdjfMFj6LD .subtext-1,
.cid-sdjfMFj6LD .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sdjfMFj6LD .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdjfMFj6LD .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-sdjfMFj6LD .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sdjfMFj6LD .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sdjfMFj6LD .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sdjfMFj6LD .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sdjfMFj6LD .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .form-group {
  max-width: 400px;
}
.cid-sdjfMFj6LD .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sdjfMFj6LD .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sdjfMFj6LD .form-row {
    justify-content: center;
  }
  .cid-sdjfMFj6LD .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .subtext-1,
  .cid-sdjfMFj6LD .subtext-2,
  .cid-sdjfMFj6LD .card-support {
    text-align: center;
  }
  .cid-sdjfMFj6LD .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sdjfMFj6LD .form-text {
    text-align: center;
  }
  .cid-sdjfMFj6LD .follow-section {
    margin: 0;
  }
  .cid-sdjfMFj6LD .mbr-form {
    text-align: center;
  }
  .cid-sdjfMFj6LD .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sdjfMFj6LD .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .firstColumn,
  .cid-sdjfMFj6LD .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sdjfMFj6LD .form-row {
    flex-direction: column;
  }
}
.cid-sdjfMFj6LD img {
  width: auto;
}
.cid-sdj9NOba98 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj9NOba98 .dropdown-item:not(:last-child) {
  border-bottom: 1px solid lightgray;
}
.cid-sdj9NOba98 .dropdown-menu {
  padding: 0;
  background: #ffffff !important;
}
.cid-sdj9NOba98 .dropdown-item {
  color: #000000 !important;
}
.cid-sdj9NOba98 .dropdown-item:hover {
  color: #000000 !important;
}
.cid-sdj9NOba98 .nav-link {
  position: relative;
  font-weight: 600;
}
.cid-sdj9NOba98 .nav-link:hover {
  color: #e7272d !important;
}
.cid-sdj9NOba98 .nav-link:hover:before {
  opacity: 1;
}
.cid-sdj9NOba98 .nav-link:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  height: 2px;
  width: 12px;
  transition: all 0.3s;
  opacity: 0;
  background: #e7272d;
}
.cid-sdj9NOba98 .btn-white {
  color: #ffffff !important;
}
.cid-sdj9NOba98 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: .667em 1em !important;
}
.cid-sdj9NOba98 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-sdj9NOba98 .container {
  display: flex;
  margin: auto;
}
.cid-sdj9NOba98 .navbar-caption {
  padding-right: 3rem;
}
.cid-sdj9NOba98 .navbar.opened {
  background: #ffffff !important;
}
.cid-sdj9NOba98 .nav-item:focus,
.cid-sdj9NOba98 .nav-link:focus {
  outline: none;
}
.cid-sdj9NOba98 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj9NOba98 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-sdj9NOba98 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sdj9NOba98 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sdj9NOba98 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sdj9NOba98 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.5em 1.5em 0.5em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sdj9NOba98 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sdj9NOba98 .navbar.opened {
  transition: all .3s;
}
.cid-sdj9NOba98 .navbar .dropdown-item {
  padding: .5rem 1.5rem;
}
.cid-sdj9NOba98 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sdj9NOba98 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sdj9NOba98 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sdj9NOba98 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.8rem);
  }
}
.cid-sdj9NOba98 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sdj9NOba98 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-sdj9NOba98 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sdj9NOba98 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sdj9NOba98 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-sdj9NOba98 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sdj9NOba98 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sdj9NOba98 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sdj9NOba98 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sdj9NOba98 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-sdj9NOba98 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sdj9NOba98 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sdj9NOba98 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sdj9NOba98 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-sdj9NOba98 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-sdj9NOba98 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sdj9NOba98 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sdj9NOba98 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sdj9NOba98 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sdj9NOba98 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sdj9NOba98 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sdj9NOba98 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sdj9NOba98 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sdj9NOba98 .dropdown-item.active,
.cid-sdj9NOba98 .dropdown-item:active {
  background-color: transparent;
}
.cid-sdj9NOba98 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-sdj9NOba98 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sdj9NOba98 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sdj9NOba98 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sdj9NOba98 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sdj9NOba98 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sdj9NOba98 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sdj9NOba98 .navbar-buttons {
  text-align: center;
}
.cid-sdj9NOba98 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sdj9NOba98 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-sdj9NOba98 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sdj9NOba98 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj9NOba98 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sdj9NOba98 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sdj9NOba98 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj9NOba98 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sdj9NOba98 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sdj9NOba98 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sdj9NOba98 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sdj9NOba98 a.nav-link {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sdj9NOba98 .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-sdj9NOba98 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
.cid-sdj9NOba98 .icons-menu span {
  font-size: 20px;
  color: #ffffff;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sdj9NOba98 .navbar {
    height: 77px;
  }
  .cid-sdj9NOba98 .navbar.opened {
    height: auto;
  }
  .cid-sdj9NOba98 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sdj9NOVIcs {
  overflow-x: hidden !important;
}
.cid-sdj9NOVIcs,
.cid-sdj9NOVIcs .scroll-wrapper {
  padding-top: 180px;
  padding-bottom: 105px;
}
.cid-sdj9NOVIcs .mbr-section-title {
  color: #ffffff;
}
.cid-sdj9NOVIcs .mbr-section-title span {
  color: #ffffff;
}
.cid-sdj9NOVIcs .mbr-text {
  color: #efefef;
  letter-spacing: 5px;
  font-weight: 100;
}
.cid-sdj9NOVIcs .scroll-wrapper {
  top: 0;
  width: 100%;
  height: 100%;
  background-position: 50% 50%;
  background-size: cover;
  position: absolute;
  background-repeat: repeat;
  z-index: 0;
  -webkit-animation-duration: 30s !important;
  animation-duration: 30s;
  background-image: url("../../../assets/images/mbr-1920x1281.jpeg");
}
.cid-sdj9NOVIcs .scroll-wrapper.second {
  left: calc(100% - 1px);
}
.cid-sdj9NOVIcs .mbr-overlay {
  z-index: 1;
}
.cid-sdj9NOVIcs .block-content {
  z-index: 2;
}
@keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-o-keyframes scroll-wrapper {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.cid-sdjaCShFy5 {
  padding-top: 75px;
  padding-bottom: 75px;
  background-color: #ffffff;
}
.cid-sdjaCShFy5 .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-sdjfMFj6LD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #232323;
}
@media (min-width: 501px) {
  .cid-sdjfMFj6LD .col + .mbr-section-btn .btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn .btn {
    height: 100%;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0 !important;
  }
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col,
  .cid-sdjfMFj6LD .dragArea > *:nth-last-child(2).col-auto,
  .cid-sdjfMFj6LD .col + .mbr-section-btn,
  .cid-sdjfMFj6LD .col-auto + .mbr-section-btn {
    margin: 0;
  }
}
.cid-sdjfMFj6LD .follow-heading {
  padding-right: 4rem;
  color: #ffffff;
}
.cid-sdjfMFj6LD .input-form {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.cid-sdjfMFj6LD .social-media {
  margin-top: 1.5rem;
  -webkit-align-items: center;
  align-items: center;
  padding-right: 4rem;
}
.cid-sdjfMFj6LD .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sdjfMFj6LD .social-media ul li {
  margin-right: 0.5rem;
  display: inline-block;
  margin-bottom: 0.5rem;
}
.cid-sdjfMFj6LD .subtext-1,
.cid-sdjfMFj6LD .subtext-2 {
  margin-bottom: 0.6rem;
}
.cid-sdjfMFj6LD .icon-transition span {
  color: #ffffff;
  display: flex;
  padding: 1rem;
  border-radius: 50%;
  background-color: #fe525b;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sdjfMFj6LD .icon-transition span:hover {
  background-color: #bf5e63;
}
.cid-sdjfMFj6LD .card-support {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .card-support li {
  margin-right: 0.4rem;
  margin-bottom: 0.4rem;
  display: inline-block;
}
.cid-sdjfMFj6LD .mbr-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.cid-sdjfMFj6LD .mbr-list li {
  margin-bottom: 0.25rem;
  margin-right: 1rem;
  padding-bottom: 1rem;
}
.cid-sdjfMFj6LD .mbr-form {
  margin-top: 0.5rem;
  clear: both;
  text-align: left;
}
.cid-sdjfMFj6LD .form-control {
  font-size: 0.9rem;
  height: 3.5rem;
  border: 0px solid;
  border-radius: 5px;
  margin-right: 0.6rem;
  padding: 0.5rem 1rem;
  background-color: #efefef;
}
.cid-sdjfMFj6LD .form-text {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-1 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .subtext-2 {
  color: #ffffff;
  text-align: left;
}
.cid-sdjfMFj6LD .form-group {
  max-width: 400px;
}
.cid-sdjfMFj6LD .column-menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  word-break: break-word;
}
.cid-sdjfMFj6LD .column-menu ul li {
  padding: 0.2rem 0;
}
@media (max-width: 991px) {
  .cid-sdjfMFj6LD .form-row {
    justify-content: center;
  }
  .cid-sdjfMFj6LD .social-media {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .subtext-1,
  .cid-sdjfMFj6LD .subtext-2,
  .cid-sdjfMFj6LD .card-support {
    text-align: center;
  }
  .cid-sdjfMFj6LD .mbr-list {
    margin-top: 2rem;
    text-align: center;
  }
  .cid-sdjfMFj6LD .form-text {
    text-align: center;
  }
  .cid-sdjfMFj6LD .follow-section {
    margin: 0;
  }
  .cid-sdjfMFj6LD .mbr-form {
    text-align: center;
  }
  .cid-sdjfMFj6LD .social-media ul li {
    margin-right: 0.1rem;
  }
  .cid-sdjfMFj6LD .follow-heading {
    padding: 0;
    text-align: center;
  }
  .cid-sdjfMFj6LD .firstColumn,
  .cid-sdjfMFj6LD .secondColumn {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cid-sdjfMFj6LD .form-row {
    flex-direction: column;
  }
}
.cid-sdjfMFj6LD img {
  width: auto;
}
