body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 3rem;
  line-height: 1.5;
}
.display-1 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.5rem;
  line-height: 1.3;
}
.display-2 > .mbr-iconfont {
  font-size: 4rem;
}
.display-4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Montserrat', sans-serif;
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-5 > .mbr-iconfont {
  font-size: 2.56rem;
}
.display-7 {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  line-height: 2;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- 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: 2.1rem;
    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-2 {
    font-size: 2rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.9rem !important;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.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 {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.4rem 1rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 8px;
}
.bg-primary {
  background-color: #262324 !important;
}
.bg-success {
  background-color: #3ba900 !important;
}
.bg-info {
  background-color: #00beff !important;
}
.bg-warning {
  background-color: #f2e621 !important;
}
.bg-danger {
  background-color: #e6fa2c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #262324 !important;
  border-color: #262324 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary:hover {
  background-color: #262324 !important;
  border-color: #262324 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #a99108 !important;
  border-color: #a99108 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #605205 !important;
  border-color: #605205 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #605205 !important;
  border-color: #605205 !important;
}
.btn-secondary:hover {
  background-color: #262324 !important;
  border-color: #262324 !important;
}
.btn-info,
.btn-info:active {
  background-color: #00beff !important;
  border-color: #00beff !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #0085b3 !important;
  border-color: #0085b3 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0085b3 !important;
  border-color: #0085b3 !important;
}
.btn-info:hover {
  background-color: #262324 !important;
  border-color: #262324 !important;
}
.btn-success,
.btn-success:active {
  background-color: #3ba900 !important;
  border-color: #3ba900 !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #205d00 !important;
  border-color: #205d00 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #205d00 !important;
  border-color: #205d00 !important;
}
.btn-success:hover {
  background-color: #262324 !important;
  border-color: #262324 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f2e621 !important;
  border-color: #f2e621 !important;
  color: #131201 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #131201 !important;
  background-color: #bcb10b !important;
  border-color: #bcb10b !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #131201 !important;
  background-color: #bcb10b !important;
  border-color: #bcb10b !important;
}
.btn-warning:hover {
  background-color: #262324 !important;
  border-color: #262324 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #e6fa2c !important;
  border-color: #e6fa2c !important;
  color: #222601 !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #222601 !important;
  background-color: #c0d405 !important;
  border-color: #c0d405 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #222601 !important;
  background-color: #c0d405 !important;
  border-color: #c0d405 !important;
}
.btn-danger:hover {
  background-color: #262324 !important;
  border-color: #262324 !important;
}
.btn-white,
.btn-white:active {
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
  color: #737373 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #737373 !important;
  background-color: #cdcdcd !important;
  border-color: #cdcdcd !important;
}
.btn-white:hover {
  background-color: #262324 !important;
  border-color: #262324 !important;
}
.btn-white:hover {
  color: white!important;
}
.btn-black,
.btn-black:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black:hover {
  background-color: #262324 !important;
  border-color: #262324 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #262324;
  color: #262324;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #262324;
  border-color: #262324;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #262324 !important;
  border-color: #262324 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #a99108;
  color: #a99108;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #a99108;
  border-color: #a99108;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #a99108 !important;
  border-color: #a99108 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #00beff;
  color: #00beff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #00beff;
  border-color: #00beff;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #00beff !important;
  border-color: #00beff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #3ba900;
  color: #3ba900;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #3ba900;
  border-color: #3ba900;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3ba900 !important;
  border-color: #3ba900 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #f2e621;
  color: #f2e621;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #131201;
  background-color: #f2e621;
  border-color: #f2e621;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #131201 !important;
  background-color: #f2e621 !important;
  border-color: #f2e621 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #e6fa2c;
  color: #e6fa2c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #222601;
  background-color: #e6fa2c;
  border-color: #e6fa2c;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #222601 !important;
  background-color: #e6fa2c !important;
  border-color: #e6fa2c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #333333;
  color: #333333;
}
.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 {
  background: none;
  border-color: #f3f3f3;
  color: #f3f3f3;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #737373;
  background-color: #f3f3f3;
  border-color: #f3f3f3;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #737373 !important;
  background-color: #f3f3f3 !important;
  border-color: #f3f3f3 !important;
}
.text-primary {
  color: #262324 !important;
}
.text-secondary {
  color: #a99108 !important;
}
.text-success {
  color: #3ba900 !important;
}
.text-info {
  color: #00beff !important;
}
.text-warning {
  color: #f2e621 !important;
}
.text-danger {
  color: #e6fa2c !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #5b5456 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #f5d522 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #63ff10 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #66d8ff !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #f8f181 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #f2fc90 !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: #00beff;
}
.alert-warning {
  background-color: #f2e621;
}
.alert-danger {
  background-color: #e6fa2c;
}
.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: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #262324;
  border-color: #262324;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #262324;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d9d5d6;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #74ff29;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ccf2ff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #fdfce2;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fefff3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #262324;
}
/* 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: #262324;
  color: #ffffff;
}
.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: #262324;
  border-bottom-color: #262324;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #262324 !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: #a99108 !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='%23262324' %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-sg7MeI5rE1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg7MeI5rE1 .nav-item,
.cid-sg7MeI5rE1 .nav-link,
.cid-sg7MeI5rE1 .navbar-caption {
  font-weight: normal;
}
.cid-sg7MeI5rE1 .nav-item:focus,
.cid-sg7MeI5rE1 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sg7MeI5rE1 .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-sg7MeI5rE1 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-sg7MeI5rE1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sg7MeI5rE1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-sg7MeI5rE1 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sg7MeI5rE1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sg7MeI5rE1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-sg7MeI5rE1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sg7MeI5rE1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sg7MeI5rE1 .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-sg7MeI5rE1 .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-sg7MeI5rE1 .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-sg7MeI5rE1 .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-sg7MeI5rE1 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-sg7MeI5rE1 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sg7MeI5rE1 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sg7MeI5rE1 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sg7MeI5rE1 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sg7MeI5rE1 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sg7MeI5rE1 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sg7MeI5rE1 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sg7MeI5rE1 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-sg7MeI5rE1 .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-sg7MeI5rE1 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sg7MeI5rE1 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sg7MeI5rE1 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sg7MeI5rE1 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sg7MeI5rE1 .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sg7MeI5rE1 .navbar .navbar-logo img {
    height: 3.2rem !important;
  }
  .cid-sg7MeI5rE1 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sg7MeI5rE1 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-sg7MeI5rE1 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sg7MeI5rE1 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-sg7MeI5rE1 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-sg7MeI5rE1 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sg7MeI5rE1 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sg7MeI5rE1 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sg7MeI5rE1 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sg7MeI5rE1 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sg7MeI5rE1 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sg7MeI5rE1 .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-sg7MeI5rE1 .dropdown-item.active,
.cid-sg7MeI5rE1 .dropdown-item:active {
  background-color: transparent;
}
.cid-sg7MeI5rE1 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sg7MeI5rE1 .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sg7MeI5rE1 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sg7MeI5rE1 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sg7MeI5rE1 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sg7MeI5rE1 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-sg7MeI5rE1 .navbar-buttons {
  text-align: center;
}
.cid-sg7MeI5rE1 .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
  transform: skew(-20deg);
}
.cid-sg7MeI5rE1 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-sg7MeI5rE1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-sg7MeI5rE1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-sg7MeI5rE1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg7MeI5rE1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-sg7MeI5rE1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-sg7MeI5rE1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg7MeI5rE1 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-sg7MeI5rE1 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-sg7MeI5rE1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-sg7MeI5rE1 .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-sg7MeI5rE1 a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-sg7MeI5rE1 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sg7MeI5rE1 .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-sg7MeI5rE1 .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sg7MeI5rE1 .navbar {
    height: 77px;
  }
  .cid-sg7MeI5rE1 .navbar.opened {
    height: auto;
  }
  .cid-sg7MeI5rE1 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sgriGcL0hZ {
  padding-top: 225px;
  padding-bottom: 180px;
  background-image: url("../../../assets/images/banner-principal-carzine.jpg");
}
.cid-sgriGcL0hZ .link-align {
  width: 100%;
}
.cid-sgriGcL0hZ .link-wrap {
  display: inline-block;
}
.cid-sgriGcL0hZ .link {
  position: relative;
  cursor: pointer;
  width: fit-content;
  letter-spacing: 1px;
  margin-left: 80px;
  color: #ff4e3c;
  text-align: left;
}
.cid-sgriGcL0hZ .wrap {
  transform: matrix3d(0.99863, -0.052336, 0, 0, 0.052336, 0.99863, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
.cid-sgriGcL0hZ .wrap .mask {
  background: #fff000;
  background: linear-gradient(#fff000 0%, #c5a90c 69%, #957f06 100%);
  display: flex;
  z-index: 8;
  visibility: inherit;
  transition: none 0s ease 0s;
  text-align: inherit;
  line-height: 1.05;
  border-width: 0px;
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
  font-weight: 400;
  font-size: 17px;
  min-height: 88px;
  width: 100%;
  opacity: 1;
  transform: matrix3d(1, 0, 0, 0, -0.275637, 0.961262, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  transform-origin: 50% 50% 0px;
}
@media (max-width: 992px) {
  .cid-sgriGcL0hZ .wrap .mask {
    min-height: auto;
  }
}
.cid-sgriGcL0hZ .wrap .mbr-section-subtitle {
  line-height: 1;
}
.cid-sgriGcL0hZ .wrap .price {
  color: #3ba900;
  margin: 0;
  padding: 0 !important;
}
@media (min-width: 992px) {
  .cid-sgriGcL0hZ .wrap .mbr-section-title.display-1 {
    font-size: 86px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .cid-sgriGcL0hZ .wrap .mbr-section-subtitle {
    margin-bottom: 2rem;
  }
  .cid-sgriGcL0hZ .wrap .mask {
    margin-bottom: 2rem;
  }
  .cid-sgriGcL0hZ .mbr-text {
    text-align: right;
  }
}
.cid-sgriGcL0hZ .wrap .mask .wrap-text .price {
  text-align: center;
  color: #181818;
}
.cid-sgriGcL0hZ .btn-secondary,
.cid-sgriGcL0hZ .btn-secondary:active {
  transform: skew(-15deg);
  background-color: #bf1f26 !important;
  border-color: #bf1f26 !important;
}
.cid-sgriGcL0hZ .btn-md {
  border-radius: 0px;
  padding: 0.4rem 1.2rem;
}
.cid-uLolBGK7EJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uLolBGK7EJ img {
  width: 100%;
  border-radius: 50px;
  margin-bottom: 20px;
  max-height: ;
}
.cid-uLolBGK7EJ .card {
  margin-bottom: 130px !important;
}
.cid-uLolBGK7EJ .card .img-wrapper {
  overflow: hidden;
}
.cid-uLolBGK7EJ .card:hover {
  cursor: pointer;
}
.cid-uLolBGK7EJ .card:hover img {
  transform: scale(1.05);
}
.cid-uLolBGK7EJ .card:hover .img-wrapper {
  box-shadow: 0 30px 30px -20px rgba(50, 50, 50, 0.3);
}
@media (max-width: 1200px) {
  .cid-uLolBGK7EJ .card {
    margin-bottom: 50px !important;
  }
}
.cid-uLolBGK7EJ .card .card-wrapper {
  text-align: left;
}
.cid-uLolBGK7EJ .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #ff513c;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
  margin-right: 14px;
}
.cid-uLolBGK7EJ .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #06182d;
}
.cid-uLolBGK7EJ .card .card-wrapper .card-box .card-title.display-7 {
  line-height: 1.2;
}
.cid-uLolBGK7EJ .card .card-wrapper .card-box .card-text {
  color: #00beff;
}
@media (min-width: 1400px) {
  .cid-uLolBGK7EJ .card.left-box {
    right: 105px !important;
  }
  .cid-uLolBGK7EJ .card.right-box {
    left: 97px !important;
  }
}
.cid-uLolBGK7EJ .mbr-section-title {
  color: #06182d;
}
.cid-uLolBGK7EJ .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #ff5e3a;
  background: linear-gradient(#ff5e3a 0%, #ff653c 69%, #ff4e3c 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-uLolBGK7EJ .mbr-section-subtitle {
  color: #06182d;
}
.cid-uLolBGK7EJ .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uLolBGK7EJ .mbr-section-text {
  color: #999999;
}
.cid-uLolBGK7EJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLolBGK7EJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLolBGK7EJ .card .card-wrapper .card-box .card-text {
  color: #c5a90c;
}
.cid-sg8f9B2bcX {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #efefef;
}
.cid-sg8f9B2bcX .mbr-section-subtitle {
  color: #000000;
  text-align: center;
}
.cid-sg8f9B2bcX .mbr-section-title {
  text-align: center;
  color: #bf1f26;
}
.cid-sg8f9B2bcX .card .card-wrapper {
  overflow: hidden;
  height: 100%;
  color: #ffffff;
  padding: 0;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-img {
  position: relative;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-img .price-label {
  padding: 11px;
  left: auto;
  top: auto;
  bottom: -20px;
  background-color: #94161b;
  z-index: 100;
  position: absolute;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-img .price-label .price-text {
  padding: 0;
  margin: 0;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-img .price-label .price-text.display-4 {
  line-height: 1.5;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-box {
  padding: 0rem;
  background-color: #ffffff;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-box .card-title {
  color: #ffffff;
  margin: 0;
  line-height: 1.3;
  padding-bottom: 1rem;
  text-align: left;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-box .card-text {
  color: #ffffff;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-box .date {
  color: #a1a1a1;
  margin-bottom: 0;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-box .link.display-4 .mbr-iconfont {
  font-size: 0.9rem;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-box .link .mbr-iconfont {
  align-self: center;
  color: #e6fa2c;
  margin-left: 0.5rem;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-box .card-title,
.cid-sg8f9B2bcX .link {
  color: #94161b;
}
.cid-sg8f9B2bcX .card .card-wrapper .card-box .date,
.cid-sg8f9B2bcX .link {
  color: #333333;
}
.cid-sg8h4v4Huq {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sg8h4v4Huq .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sg8h4v4Huq .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sg8h4v4Huq .card-img span {
  font-size: 100px;
}
.cid-sg8h4v4Huq .mbr-text,
.cid-sg8h4v4Huq .mbr-section-btn {
  color: #efefef;
  transform: skew(-20deg);
}
.cid-sg8odr0rDm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sg8odr0rDm .mail {
  position: relative;
  cursor: pointer;
  letter-spacing: 1px;
  width: fit-content;
  display: inline-block;
  color: #ffffff;
  text-align: right;
}
.cid-sg8odr0rDm .mail:after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background: currentColor;
  bottom: -6px;
  opacity: 0.1;
  left: 0;
}
.cid-sg8odr0rDm .mail:before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0;
  transition: all 0.4s ease-in-out;
  background: currentColor;
  bottom: -6px;
  left: auto;
  right: 0;
}
.cid-sg8odr0rDm .mail:hover:before {
  width: 100%;
  right: auto;
  left: 0;
}
.cid-sg8odr0rDm .mbr-text,
.cid-sg8odr0rDm .mbr-section-btn {
  color: #ffffff;
}
.cid-sg8odr0rDm .mbr-section-subtitle {
  color: #bf1f26;
}
.cid-sg8odr0rDm .card .card-wrapper {
  text-align: center;
}
.cid-sg8odr0rDm .card .card-wrapper .mbr-iconfont {
  font-size: 41px;
  color: #94161b;
  width: 100%;
  min-width: 100px;
  display: block;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
  padding-bottom: 14px;
}
.cid-sg8odr0rDm .card .card-wrapper .card-box .card-title {
  cursor: pointer;
  color: #ffffff;
}
.cid-sg8odr0rDm .card .card-wrapper .card-box .card-text {
  color: #ffffff;
  font-size: 1.3rem;
}
.cid-sg8odr0rDm .card .card-wrapper img {
  margin-bottom: 20px;
}
.cid-sg8odr0rDm .buttons-wrap {
  text-align: center;
}
.cid-sg8odr0rDm .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-sg8odr0rDm .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-sg8odr0rDm .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-sg8odr0rDm .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-sg8odr0rDm .buttons-wrap .or {
  text-align: center;
  display: inline-block;
  margin-left: 25px;
  margin-right: 25px;
  vertical-align: sub;
}
@media (max-width: 768px) {
  .cid-sg8odr0rDm .buttons-wrap .or {
    display: none;
  }
}
.cid-sg8odr0rDm .mbr-text,
.cid-sg8odr0rDm .col {
  color: #000000;
}
.cid-sg8odr0rDm .mbr-section-title,
.cid-sg8odr0rDm .col {
  color: #000000;
}
.cid-sg8odr0rDm .card .card-wrapper .card-box .card-text {
  color: #000000;
}
.cid-rZqakYmFVv {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #040404;
}
.cid-rZqakYmFVv .img-wrap img {
  width: 100%;
}
.cid-rZqakYmFVv .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqakYmFVv .card .wrapper {
  overflow: hidden;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title span {
  line-height: 1;
  color: #ffffff;
  padding: 0 6px 1px 5px;
  transform: skew(-14deg);
  background: #bf1f26;
  background: linear-gradient(#bf1f26 0%, #bf1f26 69%, #bf1f26 100%);
  display: inline-block;
  font-weight: 500;
  letter-spacing: 0;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle {
  color: #06182d;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqakYmFVv .card .wrapper .mbr-text {
  color: #00beff;
  font-weight: 300;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::before {
  right: 65.8%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap img {
  width: 140px;
}
.cid-rZqakYmFVv .card .wrapper .sign-wrap::after {
  left: 65.9%;
  height: 2px;
  transform: translateY(-50%);
  width: 250px;
  top: 50%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #dfe3e8;
}
@media (max-width: 992px) {
  .cid-rZqakYmFVv .card {
    padding: 3rem 0 0 !important;
  }
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-title {
  text-align: left;
  color: #ffffff;
}
.cid-rZqakYmFVv .card .wrapper .mbr-text {
  color: #ffffff;
}
.cid-rZqakYmFVv .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqalT6jOx {
  padding-top: 60px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rZqalT6jOx .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 7px 39px;
  line-height: 1.5;
  letter-spacing: 0;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline {
  color: #ffffff;
}
.cid-rZqalT6jOx .card .wrapper .buttons-wrap .mbr-section-btn .btn.btn-success-outline:hover {
  color: #000000;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-title,
.cid-rZqalT6jOx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rZqalT6jOx .card .wrapper .mbr-text,
.cid-rZqalT6jOx .mbr-section-btn {
  text-align: center;
  color: #000000;
}
.cid-rZqalT6jOx .card .wrapper .mbr-section-subtitle,
.cid-rZqalT6jOx .mbr-section-btn {
  color: #bf1f26;
  text-align: center;
}
.cid-sgibBf9pRj {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-sgibBf9pRj .underline .line {
  width: 2rem;
  height: 1px;
  background: #ffffff;
  display: inline-block;
}
.cid-sgibBf9pRj .card .card-block {
  background: #ffffff;
  padding: 2rem;
  position: relative;
}
.cid-sgibBf9pRj .card .card-block:before {
  position: absolute;
  left: calc(50% - 7px);
  bottom: -7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #ffffff;
  content: "";
  display: block;
}
.cid-sgibBf9pRj .card .mbr-author {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding-top: 0;
  border-top: none;
  padding: 1.25rem;
  background: transparent;
}
.cid-sgibBf9pRj .card .mbr-author .mbr-author-img {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 50%;
}
.cid-sgibBf9pRj .card .mbr-author .mbr-author-img.img-margin {
  margin-right: 1.25rem;
}
.cid-sgibBf9pRj .card .mbr-author .mbr-author-img img {
  width: 100%;
  min-width: 100%;
  min-height: 100%;
}
.cid-sgibBf9pRj .card .mbr-author .name-wrap {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sgibBf9pRj .card .mbr-author .name-wrap .mbr-author-name p {
  margin-bottom: 0px;
}
.cid-sgibBf9pRj .card .mbr-author .name-wrap .mbr-author-desc p {
  margin-bottom: 0px;
}
@media (max-width: 991px) {
  .cid-sgibBf9pRj .card:not(.last-card) {
    margin-bottom: 2rem;
  }
}
.cid-sgibBf9pRj .mbr-section-subtitle,
.cid-sgibBf9pRj .underline {
  color: #000000;
}
.cid-sgibBf9pRj .main-title {
  color: #bf1f26;
}
.cid-sgibBf9pRj .mbr-author-name P {
  color: #000000;
  text-align: center;
}
.cid-sgibBf9pRj .card-block P {
  text-align: center;
}
.cid-sg8CIsdMDy {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/banner-principal-carzine.jpg");
}
.cid-sg8CIsdMDy .card {
  border-radius: 0;
  margin: auto 0;
}
.cid-sg8CIsdMDy .card .wrapper .mbr-section-title {
  color: #ffffff;
  font-weight: 700;
}
.cid-sg8CIsdMDy .card .wrapper .mbr-section-subtitle {
  color: #ffffff;
}
.cid-sg8CIsdMDy .card .wrapper .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-sg8CIsdMDy .card .wrapper .mbr-text {
  color: #ffffff;
  font-weight: 300;
}
.cid-sg8CIsdMDy .card .wrapper .mbr-list {
  margin-top: 20px;
  color: #ffffff;
}
.cid-sg8CIsdMDy .card .wrapper .mbr-list .list {
  list-style-type: none;
  padding-left: 0;
}
.cid-sg8CIsdMDy .card .wrapper .mbr-list .list li {
  line-height: 1.75;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sg8CIsdMDy .card .wrapper .mbr-list .list li:before {
  font-weight: 900;
  color: #ff4e3c;
  display: inline-block;
  content: "\e97c";
  font-family: "Moririse2" !important;
  text-align: center;
  line-height: 1.5em;
  transition: all 0.3s;
  width: 25px;
  height: 25px;
  margin-right: 15px;
}
.cid-sg8CIsdMDy .card .wrapper .buttons-wrap .mbr-section-btn .btn.display-4 {
  padding: 12px 35px;
  line-height: 1.0625;
  transform: skew(-20deg);
}
.cid-sg8CIsdMDy .card .wrapper .mbr-section-title,
.cid-sg8CIsdMDy .mbr-section-btn,
.cid-sg8CIsdMDy .mbr-list .list {
  text-align: center;
  color: #ffffff;
}
.cid-sg8CIsdMDy .card .wrapper .mbr-section-subtitle,
.cid-sg8CIsdMDy .mbr-section-btn,
.cid-sg8CIsdMDy .mbr-list .list {
  text-align: center;
  color: #ffffff;
}
.cid-sg8L51DpFu {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #040404;
}
.cid-sg8L51DpFu .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sg8L51DpFu .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sg8L51DpFu .card-img span {
  font-size: 100px;
}
.cid-sg8L51DpFu .mbr-text,
.cid-sg8L51DpFu .mbr-section-btn {
  color: #efefef;
}
.cid-sg8LzS647E {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #040404;
}
.cid-uLEBh92i0N .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEBh92i0N .nav-item,
.cid-uLEBh92i0N .nav-link,
.cid-uLEBh92i0N .navbar-caption {
  font-weight: normal;
}
.cid-uLEBh92i0N .nav-item:focus,
.cid-uLEBh92i0N .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-uLEBh92i0N .dropdown-item:hover:before {
    transform: scale(1, 1);
  }
}
.cid-uLEBh92i0N .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uLEBh92i0N .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uLEBh92i0N .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-uLEBh92i0N .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uLEBh92i0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uLEBh92i0N .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uLEBh92i0N .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uLEBh92i0N .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uLEBh92i0N .collapsed .icons-menu {
  padding-left: 16px;
}
.cid-uLEBh92i0N .navbar {
  min-height: 77px;
  transition: all 0.3s;
  background: #ffffff;
}
.cid-uLEBh92i0N .navbar.opened {
  transition: all 0.3s;
  background: #ffffff !important;
}
.cid-uLEBh92i0N .navbar .dropdown-item {
  padding: 0.235rem 2.5rem 0.235rem 1.5rem;
}
.cid-uLEBh92i0N .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-uLEBh92i0N .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uLEBh92i0N .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uLEBh92i0N .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uLEBh92i0N .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uLEBh92i0N .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uLEBh92i0N .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
  margin-left: 0.25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uLEBh92i0N .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uLEBh92i0N .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
  justify-content: center;
}
.cid-uLEBh92i0N .navbar.collapsed .icons-menu {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-uLEBh92i0N .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uLEBh92i0N .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uLEBh92i0N .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uLEBh92i0N .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uLEBh92i0N .navbar .dropdown-menu .dropdown-toggle[data-toggle='dropdown-submenu']:after {
    margin-left: 0.25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uLEBh92i0N .navbar .navbar-logo img {
    height: 3.2rem !important;
  }
  .cid-uLEBh92i0N .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uLEBh92i0N .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
    justify-content: center;
  }
  .cid-uLEBh92i0N .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uLEBh92i0N .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uLEBh92i0N .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uLEBh92i0N .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-uLEBh92i0N .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uLEBh92i0N .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uLEBh92i0N .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uLEBh92i0N .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uLEBh92i0N .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uLEBh92i0N .navbar-brand .navbar-logo a img {
  width: auto;
}
.cid-uLEBh92i0N .dropdown-item.active,
.cid-uLEBh92i0N .dropdown-item:active {
  background-color: transparent;
}
.cid-uLEBh92i0N .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uLEBh92i0N .nav-dropdown .link.dropdown-toggle[aria-expanded='true'] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uLEBh92i0N .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-uLEBh92i0N .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uLEBh92i0N .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uLEBh92i0N ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uLEBh92i0N .navbar-buttons {
  text-align: center;
}
.cid-uLEBh92i0N .navbar-buttons .btn.btn-sm {
  padding: 6px 24px !important;
  min-width: 140px;
  line-height: 1.5;
  transform: skew(-20deg);
}
.cid-uLEBh92i0N button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uLEBh92i0N button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-uLEBh92i0N button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uLEBh92i0N button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEBh92i0N button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uLEBh92i0N button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uLEBh92i0N nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEBh92i0N nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uLEBh92i0N nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uLEBh92i0N nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uLEBh92i0N .navbar-dropdown {
  padding: 0.5rem 1rem;
  position: fixed;
}
.cid-uLEBh92i0N a.nav-link {
  justify-content: center;
  display: flex;
  align-items: center;
}
.cid-uLEBh92i0N .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uLEBh92i0N .soc-item {
  margin: 0.5rem 0.3rem;
}
.cid-uLEBh92i0N .icons-menu {
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
  padding-right: 1rem;
  text-align: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uLEBh92i0N .navbar {
    height: 77px;
  }
  .cid-uLEBh92i0N .navbar.opened {
    height: auto;
  }
  .cid-uLEBh92i0N .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uLEBOnDcgS {
  padding-top: 180px;
  padding-bottom: 75px;
  background-color: #0e2640;
}
.cid-uLEBOnDcgS .mbr-section-title.mbr-bold {
  font-weight: 700;
}
.cid-uLEBOnDcgS .mbr-section-subtitle {
  color: #ff4e3c;
}
.cid-uLEBOnDcgS .mbr-section-subtitle.mbr-bold {
  font-weight: 700;
}
.cid-uLEBOnDcgS .mbr-section-subtitle.display-7 {
  letter-spacing: 0;
}
.cid-uLEBOnDcgS .mbr-text {
  color: #ffffff;
}
.cid-uLEBOnDcgS .text-wrap {
  transition: all 0.3s;
  padding: 23px;
  bottom: 0;
  z-index: 2;
  height: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.cid-uLEBOnDcgS .text-wrap .icons-wrap .icon-wrapper {
  background: transparent;
  display: flex;
  width: 31px;
  height: 31px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 2px solid #61728a;
  transition: all 0.3s;
  z-index: 4;
  cursor: pointer;
  margin: 0 0.2rem;
}
.cid-uLEBOnDcgS .text-wrap .icons-wrap .icon-wrapper:hover {
  background-color: #55acee;
  border-color: #55acee;
}
.cid-uLEBOnDcgS .text-wrap .icons-wrap .icon-wrapper:hover .link-icon {
  color: #ffffff;
}
.cid-uLEBOnDcgS .text-wrap .icons-wrap .icon-wrapper .link-icon {
  display: inline-block;
  color: #ffffff;
  transition: all 0.3s;
  font-size: 14px;
  justify-content: center;
}
.cid-uLEBOnDcgS .text-wrap .icons-wrap::before {
  height: 2px;
  width: 30%;
  top: 50%;
  right: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-uLEBOnDcgS .text-wrap .icons-wrap::before {
    display: none;
  }
}
.cid-uLEBOnDcgS .text-wrap .icons-wrap::after {
  height: 2px;
  width: 30%;
  top: 50%;
  left: 58%;
  position: absolute;
  display: inline-block;
  content: "";
  background-color: #61728a;
}
@media (max-width: 992px) {
  .cid-uLEBOnDcgS .text-wrap .icons-wrap::after {
    display: none;
  }
}
.cid-uLEBOnDcgS .buttons-wrap {
  text-align: center;
}
.cid-uLEBOnDcgS .buttons-wrap .mbr-section-btn {
  display: inline-block;
}
.cid-uLEBOnDcgS .buttons-wrap .mbr-section-btn .btn {
  padding-left: 39px;
  padding-right: 39px;
}
.cid-uLEBOnDcgS .buttons-wrap .mbr-section-btn .btn-success-outline {
  color: #ffffff;
}
.cid-uLEBOnDcgS .buttons-wrap .mbr-section-btn .btn-success-outline:hover {
  color: #000000;
}
.cid-uLEBOnDcgS .buttons-wrap .or {
  text-align: center;
  display: inline;
  margin-left: 25px;
  margin-right: 25px;
}
.cid-uLEBOnDcgS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uLEBOnDcgS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uLEBhc1NSO {
  padding-top: 60px;
  padding-bottom: 0px;
  background-color: #040404;
}
.cid-uLEBhc1NSO .mbr-section-title {
  letter-spacing: .1em;
}
.cid-uLEBhc1NSO .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-uLEBhc1NSO .card-img span {
  font-size: 100px;
}
.cid-uLEBhc1NSO .mbr-text,
.cid-uLEBhc1NSO .mbr-section-btn {
  color: #efefef;
}
.cid-uLEBhceq0c {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #040404;
}
