body {
  font-family: Nunito;
}
.display-1 {
  font-family: 'Oswald', sans-serif;
  font-size: 3.125rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Bebas Neue', display;
  font-size: 2.2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.52rem;
}
.display-4 {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.375rem;
  line-height: 1.1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.2rem;
}
.display-7 {
  font-family: 'Nunito', sans-serif;
  font-size: 1.25rem;
  line-height: 1.4;
}
.display-7 > .mbr-iconfont {
  font-size: 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: 992px) {
  .display-1 {
    font-size: 2.5rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1875rem;
    font-size: calc( 1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.74375rem + (3.125 - 1.74375) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.76rem;
    font-size: calc( 1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.42rem + (2.2 - 1.42) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.1rem;
    font-size: calc( 1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.13125rem + (1.375 - 1.13125) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 1rem 2.6rem;
  border-radius: 8px;
}
.btn-lg {
  padding: 20px 30px;
  border-radius: 8px;
}
.bg-primary {
  background-color: #848abd !important;
}
.bg-success {
  background-color: #9ccd7e !important;
}
.bg-info {
  background-color: #999999 !important;
}
.bg-warning {
  background-color: #5ca7db !important;
}
.bg-danger {
  background-color: #be0411 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #848abd !important;
  border-color: #848abd !important;
  color: #ffffff !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #555d9f !important;
  border-color: #555d9f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #004c81 !important;
  border-color: #004c81 !important;
  color: #ffffff !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #001f35 !important;
  border-color: #001f35 !important;
}
.btn-info,
.btn-info:active {
  background-color: #999999 !important;
  border-color: #999999 !important;
  color: #ffffff !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #737373 !important;
  border-color: #737373 !important;
}
.btn-success,
.btn-success:active {
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
  color: #ffffff !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #72b747 !important;
  border-color: #72b747 !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #5ca7db !important;
  border-color: #5ca7db !important;
  color: #ffffff !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #2a83c0 !important;
  border-color: #2a83c0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #be0411 !important;
  border-color: #be0411 !important;
  color: #ffffff !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #73020a !important;
  border-color: #73020a !important;
}
.btn-white {
  color: #404040 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #848abd;
  color: #848abd;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #848abd;
  border-color: #848abd;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #848abd !important;
  border-color: #848abd !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #004c81;
  color: #004c81;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #004c81;
  border-color: #004c81;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #004c81 !important;
  border-color: #004c81 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #999999;
  color: #999999;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #999999;
  border-color: #999999;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #999999 !important;
  border-color: #999999 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #9ccd7e;
  color: #9ccd7e;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #9ccd7e;
  border-color: #9ccd7e;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #9ccd7e !important;
  border-color: #9ccd7e !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #5ca7db;
  color: #5ca7db;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #5ca7db;
  border-color: #5ca7db;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #5ca7db !important;
  border-color: #5ca7db !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #be0411;
  color: #be0411;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #be0411;
  border-color: #be0411;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #be0411 !important;
  border-color: #be0411 !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,
.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: #848abd !important;
}
.text-secondary {
  color: #004c81 !important;
}
.text-success {
  color: #9ccd7e !important;
}
.text-info {
  color: #999999 !important;
}
.text-warning {
  color: #5ca7db !important;
}
.text-danger {
  color: #be0411 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #c6c9e1 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #0088e7 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d4e9c8 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #b0d4ed !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #fb2d3c !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: #999999;
}
.alert-warning {
  background-color: #5ca7db;
}
.alert-danger {
  background-color: #be0411;
}
.mbr-gallery-filter li.active .btn {
  background-color: #848abd;
  border-color: #848abd;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #848abd;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #d7d9ea;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d9d9d9;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #fb4653;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Nunito', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #848abd;
}
/* Forms */
.mbr-form .btn {
  margin: 0.4rem 0;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #848abd;
  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: #848abd;
  border-bottom-color: #848abd;
}
.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: #848abd !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: #004c81 !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='%23848abd' %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-sajaVzFVc7 .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;
  -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-sajaVzFVc7 .nav-item,
.cid-sajaVzFVc7 .nav-link,
.cid-sajaVzFVc7 .navbar-caption {
  font-weight: normal;
}
.cid-sajaVzFVc7 .nav-item:focus,
.cid-sajaVzFVc7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sajaVzFVc7 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sajaVzFVc7 .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-sajaVzFVc7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sajaVzFVc7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sajaVzFVc7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sajaVzFVc7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sajaVzFVc7 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sajaVzFVc7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sajaVzFVc7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sajaVzFVc7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sajaVzFVc7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sajaVzFVc7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sajaVzFVc7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sajaVzFVc7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sajaVzFVc7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sajaVzFVc7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sajaVzFVc7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sajaVzFVc7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sajaVzFVc7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sajaVzFVc7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sajaVzFVc7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sajaVzFVc7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sajaVzFVc7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sajaVzFVc7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sajaVzFVc7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sajaVzFVc7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sajaVzFVc7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sajaVzFVc7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sajaVzFVc7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sajaVzFVc7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sajaVzFVc7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sajaVzFVc7 .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-sajaVzFVc7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sajaVzFVc7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sajaVzFVc7 .dropdown-item.active,
.cid-sajaVzFVc7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sajaVzFVc7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sajaVzFVc7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sajaVzFVc7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sajaVzFVc7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sajaVzFVc7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sajaVzFVc7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sajaVzFVc7 .navbar-buttons {
  text-align: center;
}
.cid-sajaVzFVc7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1e1e;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sajaVzFVc7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajaVzFVc7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sajaVzFVc7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sajaVzFVc7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajaVzFVc7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sajaVzFVc7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sajaVzFVc7 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sajaVzFVc7 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sajaVzFVc7 .soc-item {
  margin: .5rem .3rem;
}
.cid-sajaVzFVc7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sajaVzFVc7 .navbar {
    height: 77px;
  }
  .cid-sajaVzFVc7 .navbar.opened {
    height: auto;
  }
  .cid-sajaVzFVc7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sbkHYoIPhV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbkHYoIPhV .content-slider {
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-sbkHYoIPhV .modal-body .close {
  background: #1b1b1b;
}
.cid-sbkHYoIPhV .modal-body .close span {
  font-style: normal;
}
@media (min-width: 992px) {
  .cid-sbkHYoIPhV .align-center {
    text-align: left;
    max-width: 850px;
  }
  .cid-sbkHYoIPhV .carousel-caption {
    justify-content: flex-start !important;
    padding-left: 5rem;
  }
}
.cid-sbkHYoIPhV .mbr-slider .carousel-control {
  background: black!important;
  border-radius: 6px;
  height: 1px;
  width: 1px;
}
.cid-sbkHYoIPhV .mbri-right:before {
  content: "\e909";
  color: white;
}
.cid-sbkHYoIPhV .mbri-left:before {
  content: "\e90a";
  color: white;
}
.cid-sbkHYoIPhV .container {
  max-width: 100%;
  padding: 0;
}
.cid-sbkHYoIPhV .content-slider-wrap {
  width: 100%;
}
.cid-sbkHYoIPhV .carousel-inner > .active,
.cid-sbkHYoIPhV .carousel-inner > .next,
.cid-sbkHYoIPhV .carousel-inner > .prev {
  display: -webkit-flex;
}
.cid-sbkHYoIPhV .carousel-control .icon-next,
.cid-sbkHYoIPhV .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-sbkHYoIPhV .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-sbkHYoIPhV .mbr-iconfont {
  color: black;
  font-size: 2rem!important;
  font-family: 'Moririse2' !important;
  font-weight: 600;
}
.cid-sbkHYoIPhV .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-sbkHYoIPhV .boxed-slider > div {
  position: relative;
}
.cid-sbkHYoIPhV .container img {
  width: 100%;
}
.cid-sbkHYoIPhV .container img + .row {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.cid-sbkHYoIPhV .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sbkHYoIPhV .mbr-table-cell {
  padding: 0;
}
.cid-sbkHYoIPhV .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-sbkHYoIPhV .carousel-caption {
  top: auto;
  right: 0;
  bottom: 2rem;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbkHYoIPhV .mbr-overlay {
  z-index: 1;
}
.cid-sbkHYoIPhV .container-slide.container {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sbkHYoIPhV .carousel-item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -o-transition: -o-transform 0.6s ease-in-out;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000px;
  perspective: 1000px;
}
@media (max-width: 576px) {
  .cid-sbkHYoIPhV .carousel-item .container {
    width: 100%;
  }
}
.cid-sbkHYoIPhV .carousel-item-next.carousel-item-left,
.cid-sbkHYoIPhV .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-sbkHYoIPhV .active.carousel-item-right,
.cid-sbkHYoIPhV .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-sbkHYoIPhV .active.carousel-item-left,
.cid-sbkHYoIPhV .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-sbkHYoIPhV .mbr-slider .carousel-control {
  top: 50%;
  margin-top: -1.5rem;
  font-size: 35px;
  transition: all .3s;
}
@media (max-width: 767px) {
  .cid-sbkHYoIPhV .mbr-slider .carousel-control {
    top: 20%;
  }
}
.cid-sbkHYoIPhV .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sbkHYoIPhV .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sbkHYoIPhV .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 1.5rem;
}
.cid-sbkHYoIPhV .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-sbkHYoIPhV .mbr-slider .carousel-indicators li {
  max-width: 15px;
  height: 10px;
  width: 10px;
  max-height: 15px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-sbkHYoIPhV .mbr-slider .carousel-indicators li.active,
.cid-sbkHYoIPhV .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-sbkHYoIPhV .mbr-slider .carousel-indicators li::after,
.cid-sbkHYoIPhV .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-sbkHYoIPhV .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-sbkHYoIPhV .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-sbkHYoIPhV .mbr-slider > .container img {
  width: 100%;
}
.cid-sbkHYoIPhV .mbr-slider > .container img + .row {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cid-sbkHYoIPhV .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-sbkHYoIPhV .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-sbkHYoIPhV .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-sbkHYoIPhV .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-sbkHYoIPhV .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-sbkHYoIPhV .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-sbkHYoIPhV .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-sbkHYoIPhV .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-sbkHYoIPhV .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-sbkHYoIPhV .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-sbkHYoIPhV .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-sbkHYoIPhV .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-sbkHYoIPhV .mbr-slider.slide .container {
  overflow: hidden;
  padding: 0;
}
.cid-sbkHYoIPhV .carousel-inner {
  height: 100%;
}
.cid-sbkHYoIPhV .slider-fullscreen-image {
  height: 100%;
  background: transparent !important;
}
.cid-sbkHYoIPhV .image_wrapper {
  height: 510px;
  width: 100%;
  position: relative;
  display: inline-block;
}
.cid-sbkHYoIPhV .image_wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cid-sbkHYoIPhV .carousel-item .container-slide {
  text-align: center;
}
@media (max-width: 767px) {
  .cid-sbkHYoIPhV .container .carousel-control {
    margin-bottom: 0;
  }
  .cid-sbkHYoIPhV .content-slider-wrap {
    width: 100%!important;
  }
  .cid-sbkHYoIPhV .image_wrapper {
    height: 306px;
  }
}
.cid-saPX9DfeS2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-saPX9DfeS2 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-saPX9DfeS2 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-saPX9DfeS2 .card-img span {
  font-size: 100px;
}
.cid-saPX9DfeS2 .mbr-text,
.cid-saPX9DfeS2 .mbr-section-btn {
  color: #404040;
}
.cid-saGOZeSsIe {
  padding-top: 30px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-saGOZeSsIe .back {
  background: linear-gradient(45deg, #be0411, #102f62);
}
.cid-saGOZeSsIe .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-saGOZeSsIe .plan:first-child {
    padding-top: 0px;
  }
}
.cid-saGOZeSsIe .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-saGOZeSsIe .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-saGOZeSsIe .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-saGOZeSsIe .plan:last-child {
    padding-top: 0px;
  }
}
.cid-saGOZeSsIe .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-saGOZeSsIe .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-saGOZeSsIe .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-saGOZeSsIe .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-saGOZeSsIe .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-saGOZeSsIe .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #be0411;
}
.cid-saGOZeSsIe .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-saGOZeSsIe .main-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-saGOZeSsIe .main-title.display-2 {
  line-height: 1.375;
}
.cid-saGOZeSsIe .main-text {
  color: #ffffff;
}
.cid-saGOZeSsIe .main-text.display-4 {
  line-height: 1.75;
}
.cid-saGOZeSsIe .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-saGOZeSsIe .plan .plan-header,
.cid-saGOZeSsIe .plan .plan-body {
  background-color: #ffffff;
}
.cid-saGOZeSsIe .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-saGOZeSsIe .plan .plan-header .plan-title {
  color: #000000;
}
.cid-saGOZeSsIe .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-saGOZeSsIe .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-saGOZeSsIe .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-saGOZeSsIe .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-saGOZeSsIe .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-saGOZeSsIe .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-saGOZeSsIe .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-saGOZeSsIe .plan .plan-body {
  padding-bottom: 2rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-saGOZeSsIe .plan .plan-body .plan-list .list-group .list-group-item {
  background-color: #ffffff;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-saGOZeSsIe .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-saGOZeSsIe .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-saGOZeSsIe .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-saGOZeSsIe .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-saGOZeSsIe .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-saGOZeSsIe .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-saGOZeSsIe .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-saGOZeSsIe .price-figure {
    font-size: 4.25rem;
  }
}
.cid-saGOZeSsIe .plan .plan-header .plan-title {
  color: #be0411;
}
.cid-saGOZeSsIe .price-figure SPAN {
  color: #004c81;
}
.cid-seIuSrIlWK {
  padding-top: 30px;
  padding-bottom: 45px;
  background: #ffffff;
}
.cid-seIuSrIlWK .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-seIuSrIlWK .plan:first-child {
    padding-top: 0px;
  }
}
.cid-seIuSrIlWK .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-seIuSrIlWK .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-seIuSrIlWK .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-seIuSrIlWK .plan:last-child {
    padding-top: 0px;
  }
}
.cid-seIuSrIlWK .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-seIuSrIlWK .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-seIuSrIlWK .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-seIuSrIlWK .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-seIuSrIlWK .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-seIuSrIlWK .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #f9fafb;
}
.cid-seIuSrIlWK .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-seIuSrIlWK .main-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-seIuSrIlWK .main-title.display-2 {
  line-height: 1.375;
}
.cid-seIuSrIlWK .main-text {
  color: #ffffff;
}
.cid-seIuSrIlWK .main-text.display-4 {
  line-height: 1.75;
}
.cid-seIuSrIlWK .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-seIuSrIlWK .plan .plan-header,
.cid-seIuSrIlWK .plan .plan-body {
  background-color: #ffffff;
}
.cid-seIuSrIlWK .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-seIuSrIlWK .plan .plan-header .plan-title {
  color: #000000;
}
.cid-seIuSrIlWK .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-seIuSrIlWK .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-seIuSrIlWK .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-seIuSrIlWK .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-seIuSrIlWK .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-seIuSrIlWK .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-seIuSrIlWK .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-seIuSrIlWK .plan .plan-body {
  padding-bottom: 2rem;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-seIuSrIlWK .plan .plan-body .plan-list .list-group .list-group-item {
  background-color: #ffffff;
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-seIuSrIlWK .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-seIuSrIlWK .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-seIuSrIlWK .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-seIuSrIlWK .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-seIuSrIlWK .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-seIuSrIlWK .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-seIuSrIlWK .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-seIuSrIlWK .price-figure {
    font-size: 4.25rem;
  }
}
.cid-seIuSrIlWK .plan .plan-header .plan-title {
  color: #be0411;
}
.cid-seIuSrIlWK .price-figure SPAN {
  color: #004c81;
}
.cid-s9ZtdKMJ8T {
  padding-top: 24px;
  padding-bottom: 135px;
  background-color: #f3f4f7;
  overflow: hidden;
}
.cid-s9ZtdKMJ8T svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-s9ZtdKMJ8T #e2_shape {
  fill: #ffffff !important;
}
.cid-s9ZtdKMJ8T .mbr-text.display-5 {
  font-size: 26px;
}
.cid-s9ZtdKMJ8T .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-s9ZtdKMJ8T .mbr-section-title,
.cid-s9ZtdKMJ8T .icon-wrap {
  color: #f5e81c;
}
.cid-s9ZtdKMJ8T .mbr-text,
.cid-s9ZtdKMJ8T .mbr-section-btn {
  color: #606060;
}
.cid-sbwFotbLFN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/quilik1bis.png");
  overflow: hidden;
}
.cid-sbwFotbLFN svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sbwFotbLFN #e2_shape {
  fill: #ffffff !important;
}
.cid-sbwFotbLFN .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sbwFotbLFN .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sbxcb2Wg49 {
  padding-top: 90px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-sbxcb2Wg49 .card {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbxcb2Wg49 .card .card-img {
  width: 20%;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-sbxcb2Wg49 .card .card-box {
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  padding-left: 1rem;
}
.cid-sbxcb2Wg49 .card .card-img span {
  color: #be0411;
  font-size: 60px;
}
.cid-sbxcb2Wg49 .mbr-text {
  color: #767676;
}
@media (max-width: 767px) {
  .cid-sbxcb2Wg49 .card {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sbxcb2Wg49 .card .card-img {
    width: 100%;
    padding-bottom: 1.5rem;
  }
  .cid-sbxcb2Wg49 .card .card-box {
    width: 100%;
    padding-left: 0;
  }
  .cid-sbxcb2Wg49 .card .card-box .card-title,
  .cid-sbxcb2Wg49 .card .card-box .mbr-text,
  .cid-sbxcb2Wg49 .card .card-box .link {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .cid-sbxcb2Wg49 .card {
    padding-right: 2rem;
    padding-left: 2rem;
  }
  .cid-sbxcb2Wg49 .card .card-img {
    text-align: right !important;
  }
}
.cid-sbxcb2Wg49 .card-title,
.cid-sbxcb2Wg49 .card-img {
  color: #be0411;
}
.cid-seIkPEmMfB {
  padding-top: 60px;
  padding-bottom: 15px;
  background: #ffffff;
}
.cid-seIkPEmMfB .image-block {
  margin: auto;
}
.cid-seIkPEmMfB figcaption {
  position: relative;
}
.cid-seIkPEmMfB figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-seIkPEmMfB .image-block {
    width: 100% !important;
  }
}
.cid-seIkR5KHc4 {
  background: #ffffff;
  padding-top: 60px;
  padding-bottom: 60px;
}
.cid-seIkR5KHc4 .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-seIkR5KHc4 .video-block {
    width: 100% !important;
  }
}
.cid-sbCVDapTnM {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sbCVDapTnM .listico {
  padding-right: 1rem;
  font-size: 1.5rem;
}
.cid-sbCVDapTnM .navbar-logo {
  width: 150px;
  margin-bottom: 10px;
  margin: auto;
}
.cid-sbCVDapTnM .btn {
  margin: 0 !important;
  height: 55px;
}
.cid-sbCVDapTnM .form-group {
  padding-right: 0;
}
.cid-sbCVDapTnM .card {
  padding: 3rem 8rem;
}
.cid-sbCVDapTnM .google-map {
  height: 100%;
  min-height: 25rem;
  position: relative;
  width: 100%;
}
.cid-sbCVDapTnM .google-map iframe {
  min-height: 100%;
  width: 100%;
}
.cid-sbCVDapTnM .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-sbCVDapTnM .google-map[data-state] {
  background: #e9e5dc;
}
.cid-sbCVDapTnM .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-sbCVDapTnM .map-placeholder {
  display: none;
}
.cid-sbCVDapTnM .btn-primary {
  border: 1px solid #848abd !important;
}
.cid-sbCVDapTnM .btn-primary:hover {
  border: 1px solid #848abd !important;
}
.cid-sbCVDapTnM .stripe {
  border-bottom: 1px solid #be0411;
  max-width: 100%;
  position: relative;
  margin-bottom: 0.5rem;
}
.cid-sbCVDapTnM .form-control {
  background: transparent;
  padding: 0.5rem 1rem;
  min-height: 55px;
  border-radius: 0px;
}
.cid-sbCVDapTnM .stripe:before {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  border-bottom: 1px solid #e9e9e9;
  width: 85%;
}
.cid-sbCVDapTnM .mbr-text {
  color: #444;
}
.cid-sbCVDapTnM h5 {
  margin-bottom: 0;
}
.cid-sbCVDapTnM .navbar-brand {
  margin: auto;
  width: 100%;
  text-align: center;
}
.cid-sbCVDapTnM .list-item {
  display: -webkit-flex;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sbCVDapTnM .tips {
  height: 90px;
  width: 90px;
  border-radius: 6px;
  margin: 4px;
}
.cid-sbCVDapTnM .socicon {
  font-size: 1.3rem;
  background: #e9e9e9;
  border-radius: 100%;
  width: 38px;
  height: 38px;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sbCVDapTnM .social-list {
  display: flex;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-sbCVDapTnM .social-list .soc-item {
  margin: 0 0.3rem;
}
.cid-sbCVDapTnM .social-list a {
  margin: 0;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-sbCVDapTnM .social-list a:hover {
  opacity: 0.4;
}
.cid-sbCVDapTnM .media-container-row > div {
  padding: 0px;
}
.cid-sbCVDapTnM .text2 {
  color: #004c81;
  text-align: left;
}
.cid-sbCVDapTnM .group-title {
  text-align: left;
  color: #000000;
  padding-bottom: 0.2rem;
}
.cid-sbCVDapTnM .links {
  color: #656565;
  line-height: 1.6;
  text-align: left;
}
@media (max-width: 1200px) {
  .cid-sbCVDapTnM .card {
    padding: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sbCVDapTnM .col-sm-12 {
    margin-bottom: 2rem;
  }
  .cid-sbCVDapTnM h3 {
    margin-bottom: 10px;
  }
}
@media (max-width: 576px) {
  .cid-sbCVDapTnM .form-group {
    max-width: 180px;
  }
  .cid-sbCVDapTnM .card {
    padding: 2rem 1rem;
  }
}
.cid-sbCVDapTnM .links span {
  color: #9e9e9e;
}
.cid-sbCVDapTnM .logo-title,
.cid-sbCVDapTnM .logo-sub-title {
  text-align: center;
}
.cid-sbCVDapTnM .logo-sub-title i {
  color: #9e9e9e;
}
.cid-sfbNthxe2M {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/velocidad2h-1500x500.png");
}
.cid-sfbNthxe2M .mbr-overlay {
  background: linear-gradient(90deg, #0c18bb, #ff1503);
}
.cid-sfbNthxe2M h2,
.cid-sfbNthxe2M h3,
.cid-sfbNthxe2M h4,
.cid-sfbNthxe2M p {
  color: #ffffff;
}
.cid-sfbNthxe2M .mbr-iconfont {
  font-size: 48px;
  padding-right: 1rem;
}
.cid-sfbNthxe2M .text-block {
  border-bottom: 1px solid #767676;
}
.cid-sfbNthxe2M .media-container-row {
  -webkit-align-items: center;
  align-items: center;
}
.cid-sfbNthxe2M .form-control {
  box-shadow: none;
  padding: 1.07em 1.07em;
  background-color: #f5f5f5;
  border: 1px solid #e8e8e8;
  color: #656565;
  line-height: 1.43;
  min-height: 3.5em;
  border-radius: .25rem;
}
.cid-sfbNthxe2M .form-control:focus,
.cid-sfbNthxe2M .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #f5f5f5;
}
.cid-sfbNthxe2M .form-group {
  margin-bottom: 1rem;
}
.cid-sfbNthxe2M input::-webkit-input-placeholder,
.cid-sfbNthxe2M textarea::-webkit-input-placeholder {
  color: #656565;
}
.cid-sfbNthxe2M input:-moz-placeholder,
.cid-sfbNthxe2M textarea:-moz-placeholder {
  color: #656565;
}
.cid-sfbNthxe2M .jq-selectbox li,
.cid-sfbNthxe2M .jq-selectbox li {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sfbNthxe2M .jq-selectbox li:hover,
.cid-sfbNthxe2M .jq-selectbox li.selected {
  background-color: #f5f5f5;
  color: #000000;
}
.cid-sfbNthxe2M .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sfbNthxe2M .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #f5f5f5;
}
.cid-sfbNthxe2M .mbr-text {
  color: #767676;
}
.cid-sfbNthxe2M a:not([href]):not([tabindex]) {
  color: #fff;
}
.cid-sfbNthxe2M .multi-horizontal {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sfbNthxe2M .input-group-btn {
  display: block;
  text-align: center;
}
.cid-sfbNthxe2M textarea.form-control {
  resize: none;
}
@media (max-width: 767px) {
  .cid-sfbNthxe2M h2 {
    padding-top: 2rem;
  }
}
@media (min-width: 768px) {
  .cid-sfbNthxe2M .container > .row > .col-md-6:first-child {
    padding-right: 30px;
  }
  .cid-sfbNthxe2M .container > .row > .col-md-6:last-child {
    padding-left: 30px;
  }
}
@media (max-width: 991px) {
  .cid-sfbNthxe2M .google-map {
    padding-bottom: 2rem;
  }
}
.cid-sfbNthxe2M H2 {
  text-align: center;
}
.cid-rVs1NbaKhm {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #f9fafb;
}
.cid-rVs1NbaKhm img {
  width: 100%;
}
.cid-rVs1NbaKhm .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #848abd;
  background-color: rgba(132, 138, 189, 0.15);
}
.cid-rVs1NbaKhm .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-rVs1NbaKhm .mbr-section-subtitle {
  color: #999999;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-rVs1NbaKhm .mbr-text {
  color: #606060;
}
.cid-rVs1NbaKhm .panel-group {
  margin-top: 36px;
}
.cid-rVs1NbaKhm .card {
  border-radius: 0px;
  margin-bottom: 25px;
  background-color: #ffffff;
  padding: 18px 20px;
}
.cid-rVs1NbaKhm .card .card-header {
  border-radius: 0px;
  border: 0px;
  background: transparent;
  padding: 0;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title {
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  display: block;
  text-decoration: none !important;
  margin-top: -1px;
  line-height: normal;
  transition: all 200ms ease-in-out;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title:focus {
  text-decoration: none !important;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title h4 {
  flex-direction: row;
  display: flex;
  justify-content: start;
  align-items: center;
  color: #848abd;
  transition: all 200ms ease-in-out;
  margin-bottom: 0;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title h4 .sign {
  padding-right: 1rem;
  font-family: FontAwesome !important;
  color: #848abd;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title h4 .sign::before {
  content: "\f077";
}
.cid-rVs1NbaKhm .card .card-header a.panel-title h4:hover {
  color: #848abd;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title h4.display-7 {
  font-size: 19px;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title h4.display-7 .sign {
  font-size: 0.8rem;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title.collapsed {
  transition: all 200ms ease-in-out;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title.collapsed h4 {
  color: #404040;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title.collapsed h4 .sign:before {
  content: "\f054";
}
.cid-rVs1NbaKhm .card .card-header a.panel-title.collapsed h4:hover {
  color: #848abd;
}
.cid-rVs1NbaKhm .card .panel-body {
  color: #767676;
  padding-left: 1.8rem;
  margin-bottom: 20px;
  padding-top: 18px;
}
.cid-rVs1NbaKhm .card .panel-body p {
  font-weight: 400;
}
.cid-rVs1NbaKhm .mbr-section-btn {
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rVs1NbaKhm .card {
    margin-bottom: 2rem !important;
  }
}
@media (max-width: 768px) {
  .cid-rVs1NbaKhm * {
    text-align: left;
  }
}
.cid-rVs1NbaKhm .main-title {
  color: #be0411;
}
.cid-rVs1NbaKhm .card .card-header a.panel-title h4,
.cid-rVs1NbaKhm .sign,
.cid-rVs1NbaKhm .card .card-header a.panel-title.collapsed h4 {
  color: #004c81;
}
.cid-szEZU0aMRw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-szEZU0aMRw .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-szEZU0aMRw .copyright {
    margin-bottom: 1rem;
  }
}
.cid-szEZU0aMRw p {
  color: #ffffff;
}
.cid-szEZU0aMRw .mbr-text {
  text-align: right;
}
.cid-sbUjDxsjMe {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sbUjDxsjMe a:link {
  text-decoration: none;
}
.cid-sbUjDxsjMe .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sbUjDxsjMe .icon-transition span:hover {
  background-color: #004c81;
}
.cid-sbUjDxsjMe .inner-text {
  line-height: 3em;
}
.cid-sbUjDxsjMe .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sbUjDxsjMe .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sbUjDxsjMe .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sbUjDxsjMe .content-text,
.cid-sbUjDxsjMe .inner-text {
  color: #c1c1c1;
}
.cid-sbpQ1OWlLM {
  background-image: url("../../../assets/images/headslideprtada.jpg");
}
.cid-szEZU0aMRw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-szEZU0aMRw .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-szEZU0aMRw .copyright {
    margin-bottom: 1rem;
  }
}
.cid-szEZU0aMRw p {
  color: #ffffff;
}
.cid-szEZU0aMRw .mbr-text {
  text-align: right;
}
.cid-sajaVzFVc7 .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;
  -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-sajaVzFVc7 .nav-item,
.cid-sajaVzFVc7 .nav-link,
.cid-sajaVzFVc7 .navbar-caption {
  font-weight: normal;
}
.cid-sajaVzFVc7 .nav-item:focus,
.cid-sajaVzFVc7 .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sajaVzFVc7 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sajaVzFVc7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sajaVzFVc7 .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-sajaVzFVc7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sajaVzFVc7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sajaVzFVc7 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sajaVzFVc7 .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sajaVzFVc7 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sajaVzFVc7 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sajaVzFVc7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sajaVzFVc7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sajaVzFVc7 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sajaVzFVc7 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sajaVzFVc7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sajaVzFVc7 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sajaVzFVc7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sajaVzFVc7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sajaVzFVc7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sajaVzFVc7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sajaVzFVc7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sajaVzFVc7 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sajaVzFVc7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sajaVzFVc7 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sajaVzFVc7 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sajaVzFVc7 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sajaVzFVc7 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sajaVzFVc7 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sajaVzFVc7 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sajaVzFVc7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sajaVzFVc7 .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sajaVzFVc7 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sajaVzFVc7 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sajaVzFVc7 .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-sajaVzFVc7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sajaVzFVc7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sajaVzFVc7 .dropdown-item.active,
.cid-sajaVzFVc7 .dropdown-item:active {
  background-color: transparent;
}
.cid-sajaVzFVc7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sajaVzFVc7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sajaVzFVc7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sajaVzFVc7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sajaVzFVc7 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sajaVzFVc7 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sajaVzFVc7 .navbar-buttons {
  text-align: center;
}
.cid-sajaVzFVc7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1e1e;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sajaVzFVc7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sajaVzFVc7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajaVzFVc7 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sajaVzFVc7 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sajaVzFVc7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sajaVzFVc7 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sajaVzFVc7 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sajaVzFVc7 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sajaVzFVc7 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sajaVzFVc7 .soc-item {
  margin: .5rem .3rem;
}
.cid-sajaVzFVc7 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sajaVzFVc7 .navbar {
    height: 77px;
  }
  .cid-sajaVzFVc7 .navbar.opened {
    height: auto;
  }
  .cid-sajaVzFVc7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-szEZU0aMRw {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-szEZU0aMRw .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-szEZU0aMRw .copyright {
    margin-bottom: 1rem;
  }
}
.cid-szEZU0aMRw p {
  color: #ffffff;
}
.cid-szEZU0aMRw .mbr-text {
  text-align: right;
}
.cid-szGJXKxDBd {
  padding-top: 90px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.jpg");
}
.cid-szGJXKxDBd .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-szGJXKxDBd .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-szGJXKxDBd .mbr-text,
.cid-szGJXKxDBd .mbr-section-btn {
  text-align: left;
}
.cid-szGJXKxDBd .embed-container {
  position: relative;
  padding-bottom: 100%;
  height: 0;
  overflow: hidden;
}
.cid-szGJXKxDBd .embed-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.cid-szXNODBG8L {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-szXNODBG8L a:link {
  text-decoration: none;
}
.cid-szXNODBG8L .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-szXNODBG8L .icon-transition span:hover {
  background-color: #004c81;
}
.cid-szXNODBG8L .inner-text {
  line-height: 3em;
}
.cid-szXNODBG8L .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-szXNODBG8L .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-szXNODBG8L .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-szXNODBG8L .content-text,
.cid-szXNODBG8L .inner-text {
  color: #c1c1c1;
}
.cid-sIsbcg2wSt .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;
  -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-sIsbcg2wSt .nav-item,
.cid-sIsbcg2wSt .nav-link,
.cid-sIsbcg2wSt .navbar-caption {
  font-weight: normal;
}
.cid-sIsbcg2wSt .nav-item:focus,
.cid-sIsbcg2wSt .nav-link:focus {
  outline: none;
}
@media (min-width: 992px) {
  .cid-sIsbcg2wSt .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sIsbcg2wSt .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  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-sIsbcg2wSt .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sIsbcg2wSt .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sIsbcg2wSt .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sIsbcg2wSt .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sIsbcg2wSt .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-sIsbcg2wSt .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIsbcg2wSt .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIsbcg2wSt .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #ffffff;
}
.cid-sIsbcg2wSt .navbar.opened {
  transition: all .3s;
  background: #ffffff !important;
}
.cid-sIsbcg2wSt .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sIsbcg2wSt .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIsbcg2wSt .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIsbcg2wSt .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIsbcg2wSt .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sIsbcg2wSt .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sIsbcg2wSt .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIsbcg2wSt .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sIsbcg2wSt .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIsbcg2wSt .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIsbcg2wSt .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sIsbcg2wSt .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIsbcg2wSt .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIsbcg2wSt .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sIsbcg2wSt .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIsbcg2wSt .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sIsbcg2wSt .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sIsbcg2wSt .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIsbcg2wSt .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sIsbcg2wSt .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sIsbcg2wSt .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sIsbcg2wSt .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sIsbcg2wSt .navbar.navbar-short {
  background: #ffffff !important;
  min-height: 60px;
}
.cid-sIsbcg2wSt .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sIsbcg2wSt .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sIsbcg2wSt .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-sIsbcg2wSt .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIsbcg2wSt .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIsbcg2wSt .dropdown-item.active,
.cid-sIsbcg2wSt .dropdown-item:active {
  background-color: transparent;
}
.cid-sIsbcg2wSt .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIsbcg2wSt .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIsbcg2wSt .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #ffffff;
}
.cid-sIsbcg2wSt .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIsbcg2wSt .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIsbcg2wSt ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIsbcg2wSt .navbar-buttons {
  text-align: center;
}
.cid-sIsbcg2wSt button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIsbcg2wSt button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e1e1e;
}
.cid-sIsbcg2wSt button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIsbcg2wSt button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIsbcg2wSt button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIsbcg2wSt button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIsbcg2wSt nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIsbcg2wSt nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIsbcg2wSt nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIsbcg2wSt nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIsbcg2wSt .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sIsbcg2wSt a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIsbcg2wSt .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sIsbcg2wSt .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sIsbcg2wSt .soc-item {
  margin: .5rem .3rem;
}
.cid-sIsbcg2wSt .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIsbcg2wSt .navbar {
    height: 77px;
  }
  .cid-sIsbcg2wSt .navbar.opened {
    height: auto;
  }
  .cid-sIsbcg2wSt .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIxImIoiaf {
  padding-top: 195px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/fibrah-2-1500x500.png");
}
.cid-sIxImIoiaf .mbr-iconfont {
  display: block;
  font-size: 6rem;
  color: #848abd;
  margin-bottom: 2rem;
}
.cid-sIxImIoiaf .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sIsdvMAa6D {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-sIsdvMAa6D .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIsdvMAa6D .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-sIsdvMAa6D .mbr-text {
  color: #767676;
}
.cid-sIsbcjvhQ1 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sIsbcjvhQ1 .mbr-section-title {
  letter-spacing: .1em;
}
.cid-sIsbcjvhQ1 .mbr-text {
  letter-spacing: 0.03rem;
}
.cid-sIsbcjvhQ1 .card-img span {
  font-size: 100px;
}
.cid-sIsbcjvhQ1 .mbr-text,
.cid-sIsbcjvhQ1 .mbr-section-btn {
  color: #404040;
}
.cid-sIsbcoV3Of {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/quilik1bis.png");
  overflow: hidden;
}
.cid-sIsbcoV3Of svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-sIsbcoV3Of #e2_shape {
  fill: #ffffff !important;
}
.cid-sIsbcoV3Of .mbr-text.display-5 {
  font-size: 26px;
}
.cid-sIsbcoV3Of .btn.display-4 {
  font-size: 14px;
  line-height: 1;
}
.cid-sIsbcACqbM {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #1e1e1e;
}
@media (min-width: 1500px) {
  .cid-sIsbcACqbM .container {
    max-width: 1400px;
  }
}
@media (max-width: 767px) {
  .cid-sIsbcACqbM .copyright {
    margin-bottom: 1rem;
  }
}
.cid-sIsbcACqbM p {
  color: #ffffff;
}
.cid-sIsbcACqbM .mbr-text {
  text-align: right;
}
.cid-sIsbcBJdkA {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #232323;
}
.cid-sIsbcBJdkA a:link {
  text-decoration: none;
}
.cid-sIsbcBJdkA .icon-transition span {
  color: #ffffff;
  display: block;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  border: 2px solid #ffffff;
  width: 3em;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  font-size: 14px;
}
.cid-sIsbcBJdkA .icon-transition span:hover {
  background-color: #004c81;
}
.cid-sIsbcBJdkA .inner-text {
  line-height: 3em;
}
.cid-sIsbcBJdkA .social-media {
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIsbcBJdkA .social-media ul {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.cid-sIsbcBJdkA .social-media ul li {
  padding: 4px;
  display: inline-block;
}
.cid-sIsbcBJdkA .content-text,
.cid-sIsbcBJdkA .inner-text {
  color: #c1c1c1;
}
