@import url(https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i);





body {
  font-family: IBM Plex Sans;
}
.display-1 {
  font-family: 'Muli', sans-serif;
  font-size: 3.8rem;
}
.display-1 > .mbr-iconfont {
  font-size: 6.08rem;
}
.display-2 {
  font-family: 'Muli', sans-serif;
  font-size: 2.4rem;
}
.display-2 > .mbr-iconfont {
  font-size: 3.84rem;
}
.display-4 {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
.display-5 {
  font-family: 'Muli', sans-serif;
  font-size: 1.5rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Muli', sans-serif;
  font-size: 1.2rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.92rem;
}
/* ---- 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: 3.04rem;
    font-size: calc( 1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.98rem + (3.8 - 1.98) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.92rem;
    font-size: calc( 1.49rem + (2.4 - 1.49) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.49rem + (2.4 - 1.49) * ((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.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #2196f3 !important;
}
.bg-success {
  background-color: #607d8b !important;
}
.bg-info {
  background-color: #232323 !important;
}
.bg-warning {
  background-color: #f5f5f5 !important;
}
.bg-danger {
  background-color: #2196f3 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #0a6ebd !important;
  border-color: #0a6ebd !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #0a6ebd !important;
  border-color: #0a6ebd !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #132c41 !important;
  border-color: #132c41 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #020406 !important;
  border-color: #020406 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #020406 !important;
  border-color: #020406 !important;
}
.btn-info,
.btn-info:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-success,
.btn-success:active {
  background-color: #607d8b !important;
  border-color: #607d8b !important;
  color: #ffffff !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #ffffff !important;
  background-color: #41545e !important;
  border-color: #41545e !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #41545e !important;
  border-color: #41545e !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
  color: #767676 !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #767676 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #767676 !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #0a6ebd !important;
  border-color: #0a6ebd !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #0a6ebd !important;
  border-color: #0a6ebd !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !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:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !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: #0960a5;
  color: #0960a5;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #132c41;
  border-color: #132c41;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #132c41 !important;
  border-color: #132c41 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #232323;
  border-color: #232323;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background: none;
  border-color: #36474f;
  color: #36474f;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #ffffff;
  background-color: #607d8b;
  border-color: #607d8b;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #607d8b !important;
  border-color: #607d8b !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background: none;
  border-color: #c2c2c2;
  color: #c2c2c2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #767676;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #767676 !important;
  background-color: #f5f5f5 !important;
  border-color: #f5f5f5 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background: none;
  border-color: #0960a5;
  color: #0960a5;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #2196f3;
  border-color: #2196f3;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #0f3453!important;
  background-color: #ffffff;
  border-color: #ffffff;
  
}
.text-primary {
  color: #2196f3 !important;
}
.text-secondary {
  color: #132c41 !important;
}
.text-success {
  color: #607d8b !important;
}
.text-info {
  color: #232323 !important;
}
.text-warning {
  color: #f5f5f5 !important;
}
.text-danger {
  color: #2196f3 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #0960a5 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #000000 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #36474f !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #c2c2c2 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #0960a5 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #092031 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #232323;
}
.alert-warning {
  background-color: #f5f5f5;
}
.alert-danger {
  background-color: #2196f3;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none;
}
.mbr-gallery-filter li.active .btn {
  background-color: #2196f3;
  border-color: #2196f3;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #2196f3;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #e3f2fd;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #a8bac3;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #d5d5d5;
}
.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: #e3f2fd;
}
/* Scroll to top button*/
.form-control {
  font-family: 'Muli', sans-serif;
  font-size: 1rem;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
  font-weight: 400;
}
blockquote {
  border-color: #2196f3;
}
.btn-primary {
  margin: 1rem 0.5rem !important;
}
.btn-primary:hover,
.btn-primary:focus {
  box-shadow: 0 6px 16px 0 #2196f3 !important;
  -webkit-box-shadow: 0 6px 16px 0 #2196f3 !important;
  background-color: #2196f3 !important;
  border-color: #2196f3 !important;
}
.btn-secondary {
  margin: 1rem 0.5rem !important;
}
.btn-secondary:hover,
.btn-secondary:focus {
  box-shadow: 0 6px 15px 0 #132c41 !important;
  -webkit-box-shadow: 0 6px 16px 0 #132c41 !important;
  background-color: #132c41 !important;
  border-color: #132c41 !important;
}
.btn-success {
  color: white !important;
  margin: 1rem 0.5rem !important;
}
.btn-success:active {
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  color: white !important;
  box-shadow: 0 6px 15px 0 #607d8b !important;
  -webkit-box-shadow: 0 6px 16px 0 #607d8b !important;
  background-color: #607d8b !important;
  border-color: #607d8b !important;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #2196f3;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-number__spin {
  background-color: #f5f6ff;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #2196f3;
  border-bottom-color: #2196f3;
}
.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: #2196f3 !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: #132c41 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section) {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
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='%232196f3' %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;
}
.cid-rD6aSnReYM .dropdown-item:before {
  content: '';
  position: absolute;
  left: 16px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rD6aSnReYM .dropdown-item:hover:before {
  opacity: 1!important;
}
.cid-rD6aSnReYM .nav-item:focus,
.cid-rD6aSnReYM .nav-link:focus {
  outline: none;
}
.cid-rD6aSnReYM .text-white:hover,
.cid-rD6aSnReYM .text-white:active,
.cid-rD6aSnReYM .text-white:focus {
  color: #96e3fd!important;
}
.cid-rD6aSnReYM .section {
  position: relative;
  overflow: visible!important;
}
.cid-rD6aSnReYM .dropdown-item {
  font-weight: 400!important;
  color: black!important;
}
.cid-rD6aSnReYM .dropdown-item:hover {
  color: black!important;
}
.cid-rD6aSnReYM .dropdown-menu {
  background-color: white!important;
}
.cid-rD6aSnReYM .navbar .dropdown.open > .dropdown-menu {
  border-radius: 10px;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  display: block;
}
.cid-rD6aSnReYM .nav-link:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 52%;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  opacity: 0;
  background-color: #5580ff;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.cid-rD6aSnReYM .nav-item:hover .nav-link:before {
  opacity: 1!important;
}
@media (min-width: 992px) {
  .cid-rD6aSnReYM .nav-item .nav-link {
    position: relative;
  }
}
.cid-rD6aSnReYM .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rD6aSnReYM .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rD6aSnReYM .dropdown .dropdown-menu .dropdown-item:hover {
  padding-left: 2rem;
}
.cid-rD6aSnReYM .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rD6aSnReYM .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-rD6aSnReYM .collapsed {
  flex-direction: row!important;
}
.cid-rD6aSnReYM .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rD6aSnReYM .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rD6aSnReYM .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #2196f3;
  background: none;
}
.cid-rD6aSnReYM .navbar.opened {
  transition: all .3s;
  background: #2196f3 !important;
}
.cid-rD6aSnReYM .navbar .dropdown-item {
  padding: .235rem 1.5rem;
}
.cid-rD6aSnReYM .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-rD6aSnReYM .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-rD6aSnReYM .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-rD6aSnReYM .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-rD6aSnReYM .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-rD6aSnReYM .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-rD6aSnReYM .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-rD6aSnReYM .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-rD6aSnReYM .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
}
.cid-rD6aSnReYM .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-rD6aSnReYM .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-rD6aSnReYM .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-rD6aSnReYM .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-rD6aSnReYM .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-rD6aSnReYM .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-rD6aSnReYM .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-rD6aSnReYM .navbar .navbar-logo img {
    height: 1.8rem !important;
  }
  .cid-rD6aSnReYM .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-rD6aSnReYM .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
  }
  .cid-rD6aSnReYM .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-rD6aSnReYM .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-rD6aSnReYM .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-rD6aSnReYM .navbar.navbar-short {
  background: linear-gradient(90deg, #004c88, #132c41)!important;
  /*background: #132c41 !important;*/
  min-height: 60px;
}
.cid-rD6aSnReYM .navbar.navbar-short .navbar-logo img {
  height: 1.5rem !important;
}
.cid-rD6aSnReYM .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-rD6aSnReYM .navbar-caption {
  font-weight: 600!important;
}
.cid-rD6aSnReYM .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-rD6aSnReYM .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-rD6aSnReYM .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-rD6aSnReYM .dropdown-item.active,
.cid-rD6aSnReYM .dropdown-item:active {
  background-color: transparent;
}
.cid-rD6aSnReYM .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-rD6aSnReYM .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-rD6aSnReYM .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-rD6aSnReYM .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #2196f3;
}
.cid-rD6aSnReYM .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-rD6aSnReYM ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-rD6aSnReYM .navbar-buttons {
  text-align: center;
}
.cid-rD6aSnReYM button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rD6aSnReYM button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rD6aSnReYM button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rD6aSnReYM button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rD6aSnReYM button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rD6aSnReYM button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rD6aSnReYM nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rD6aSnReYM nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rD6aSnReYM nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rD6aSnReYM nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rD6aSnReYM .navbar-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  padding: .5rem 1rem;
  position: fixed;
}
.cid-rD6aSnReYM .nav-link {
  font-weight: 600!important;
}
.cid-rD6aSnReYM a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rD6aSnReYM .mbr-iconfont {
  font-size: 1.5rem;
  padding-right: .5rem;
}
.cid-rD6aSnReYM .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
}
.cid-rD6aSnReYM .icons-menu span {
  font-size: 26px;
  color: #232323;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-rD6aSnReYM .navbar {
    height: 77px;
  }
  .cid-rD6aSnReYM .navbar.opened {
    height: auto;
  }
  .cid-rD6aSnReYM .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-rDceZKuHWP {
  padding-top: 165px;
  padding-bottom: 165px;
  background-image: url("../../../assets/images/bg-2-1920x976.jpg");
}
.cid-rD6dhNAhMZ {
  padding-top: 35px;
  padding-bottom: 10px;
  background-color: #ffffff;
}
.cid-rD6dhNAhMZ .mbr-text {
  color: #132c41;
  text-align: center;
}
.cid-rD6dhNAhMZ h4 {
  text-align: center;
}
.cid-rD6dhNAhMZ p {
  text-align: center;
}
.cid-rD6dhNAhMZ .card-img span {
  font-size: 96px;
  color: #149dcc;
}
.cid-rD6dhNAhMZ .mbr-iconfont {
  transition: all 0.3s;
  color: #2196f3 !important;
  font-size: 4rem !important;
}
.cid-rD6dhNAhMZ .card {
  transition: all 0.3s;
  padding: 2rem!important;
}
.cid-rD6dhNAhMZ .card:hover .card-title {
  color: #132c41 !important;
  cursor: pointer;
}
.cid-rD6dhNAhMZ .card-title {
  transition: color 0.3s;
}
.cid-rD6dhNAhMZ .card-title,
.cid-rD6dhNAhMZ .card-img {
  color: #2196f3;
}
@media (max-width: 576px) {
  .cid-rD6dhNAhMZ .card {
    padding: 2rem 0rem 0rem 0rem!important;
  }
}
.cid-rD6eKv5fV3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rD6eKv5fV3 H1 {
  color: #132c41;
}
.cid-rD6eKv5fV3 .mbr-text,
.cid-rD6eKv5fV3 .mbr-section-btn {
  color: #716c80;
}

.cid-rD6eKv5fV3 .mobile-screen {
  width: 60%;
}

.cid-rD6eKv5fV3 img {
  width: 80%;
  border-radius: 10px;
/*  animation: line 3s ease-in-out infinite;*/
}
.cid-rD6eKv5fV3 img.img2 {
  width: 80%;
  border-radius: 10px;
/*  animation: line 3s ease-in-out infinite;*/
}


@media (max-width: 992px) {
  .cid-rD6eKv5fV3 img {
    width: 100%;
    margin-bottom: 2rem;
  }
}
.cid-rD6eIjXxiq {
  padding-top: 150px;
  padding-bottom: 150px;
  background-color: #ffffff;
}
.cid-rD6eIjXxiq H1 {
  color: #2196f3;
}
.cid-rD6eIjXxiq .mbr-text,
.cid-rD6eIjXxiq .mbr-section-btn {
  color: #716c80;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rD6eIjXxiq .img1 {
  width: 90%;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  border-radius: 10px;
}
.cid-rD6eIjXxiq .relative {
  position: relative;
}
.cid-rD6eIjXxiq .img2 {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
  position: absolute;
  width: 60%;
  top: 4rem;
  left: 1rem;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
@media (max-width: 576px) {
  .cid-rD6eIjXxiq .img1 {
    width: 100%;
  }
}
.cid-rD6eIjXxiq H3 {
  color: #132c41;
}
.cid-rD6vrz5L01 {
  padding-top: 20px;
  padding-bottom: 35px;
  background-color: #ffffff;
}
.cid-rD6vrz5L01 .mbr-text {
  color: #767676;
  text-align: center;
}
.cid-rD6vrz5L01 h4 {
  text-align: center;
}
.cid-rD6vrz5L01 p {
  text-align: center;
}
.cid-rD6vrz5L01 .card .card-img span {
  font-size: 40px;
  padding: 1.5rem;
  background: #2196f3;
  border: 2px solid #2196f3;
  color: #ffffff;
  border-radius: 50%;
  transition: all .3s;
}
.cid-rD6vrz5L01 .card:hover .card-img span {
  background: none;
  color: #2196f3;
}
.cid-rD6vrz5L01 .card-title,
.cid-rD6vrz5L01 .card-img {
  text-align: center;
}
.cid-rD6haIrIXK {
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #ffffff;
}
.cid-rD6haIrIXK .carousel-item {
  justify-content: center;
  -webkit-justify-content: center;
}
.cid-rD6haIrIXK .carousel-item.active,
.cid-rD6haIrIXK .carousel-item-next,
.cid-rD6haIrIXK .carousel-item-prev {
  display: flex;
}
.cid-rD6haIrIXK .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-rD6haIrIXK .mbri-arrow-next:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-rD6haIrIXK .mbri-arrow-prev:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-rD6haIrIXK .carousel-controls a {
  transition: opacity .5s;
  font-size: 2rem;
}
.cid-rD6haIrIXK .carousel-controls a span {
  position: absolute;
  top: 45%;
  padding: 10px;
  border-radius: 50%;
  color: #2196f3;
  opacity: .9;
}
.cid-rD6haIrIXK .carousel-controls a:hover span {
  opacity: 1;
}
.cid-rD6haIrIXK H1 {
  color: #132c41;
}
.cid-rD6haIrIXK .mbr-text,
.cid-rD6haIrIXK .mbr-section-btn {
  color: #132c41;
}
.cid-rD6haIrIXK .author-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rD6haIrIXK .face {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  box-shadow: none;
  margin: 0rem;
  object-fit: cover;
  margin-bottom: 1rem;
}
.cid-rD6haIrIXK .author {
  margin: auto 0;
}
.cid-rD6haIrIXK h3,
.cid-rD6haIrIXK h4 {
  margin: 0;
  padding: 0;
}
.cid-rD6haIrIXK H3 {
  color: #132c41;
}
.cid-rD6haIrIXK H4 {
  color: #132c41;
}
.cid-rD6haIrIXK .box {
  max-width: 800px!important;
  margin: auto!important;
}
@media (max-width: 992px) {
  .cid-rD6haIrIXK .carousel-controls a span {
    top: auto;
    bottom: 30%;
  }
}
@media (max-width: 576px) {
  .cid-rD6haIrIXK .carousel-controls a span {
    top: auto;
    bottom: 15%;
  }
}
.cid-rDbZWesn7j {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/bola-1920x976.png");
}
.cid-rDbZWesn7j .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rDbZWesn7j .list-group-item {
  padding: .5rem 2rem;
}
.cid-rDbZWesn7j .plan {
  background: #ffffff;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-rDbZWesn7j .plan .plan-title {
  margin-left: 3rem;
  margin-right: 3rem;
  padding-top: 1rem;
  /*padding-bottom: 1rem;*/
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  background: #ffffff;
}
.cid-rDbZWesn7j .plan .plan-price {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
.cid-rDbZWesn7j .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rDbZWesn7j .plan .list-group-item:last-child::after {
  display: none;
}
.cid-rDbZWesn7j .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rDbZWesn7j .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-rDbZWesn7j .plan-header {
  padding-bottom: 1rem;
  position: relative;
}
.cid-rDbZWesn7j .plan-title {
  color: #2196f3;
}
.cid-rDbZWesn7j .price-figure,
.cid-rDbZWesn7j .price-term {
  color: #132c41;
}
.cid-rDbZWesn7j .list-group,
.cid-rDbZWesn7j .mbr-section-btn {
  color: #132c41;
}
.cid-rDc2vO4aFw {
  padding-top: 225px;
  padding-bottom: 210px;
  background-image: url("../../../assets/images/mbr-1920x1440.jpg");
}
@media (max-width: 992px) {
  .cid-rDc2vO4aFw {
    padding-top: 150px;
    padding-bottom: 140px;
  }
}
@media (max-width: 576px) {
  .cid-rDc2vO4aFw {
    padding-top: 105px;
    padding-bottom: 98px;
  }
}
.cid-rDc2vO4aFw .icon-wrap {
  background-color: #2196f3 !important;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
.cid-rDc2vO4aFw .icon-wrap:hover {
  transform: scale(1.1);
}
.cid-rDc2vO4aFw .icon-wrap span {
  padding-left: 8px;
}
.cid-rDc2vO4aFw .mbr-media span {
  font-size: 40px;
  cursor: pointer;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #ffffff !important;
}
.cid-rDc2vO4aFw .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-rDc2vO4aFw .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-rDc2vO4aFw .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-rDc2vO4aFw .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-rDc2vO4aFw a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-rDc2vO4aFw a.close:hover {
  color: #ffffff;
}
.cid-rDc3kELtG2 {
  padding-top: 105px;
  padding-bottom: 105px;
  background-color: #ffffff;
}
.cid-rDc3kELtG2 .mbr-overlay {
  background-color: #232323;
  opacity: 0.5;
}
.cid-rDc3kELtG2 input,
.cid-rDc3kELtG2 textarea {
  padding: 0.4rem 1.4rem!important;
  border-radius: 10px;
}
.cid-rDc3kELtG2 .col-auto {
  width: 100%;
  text-align: center;
}
.cid-rDc3kELtG2 img {
  width: 90%;
  border-radius: 8px;
}
.cid-rDc3kELtG2 .btn {
  border-radius: 30px;
  padding: 0.6rem 3rem!important;
}
.cid-rDc3kELtG2 textarea {
  min-height: 160px;
}
.cid-rDc3kELtG2 .form-control,
.cid-rDc3kELtG2 .field-input {
  padding: 0.5rem;
  background-color: #f4f4f4;
  border-color: #f5f6ff;
  color: #2196f3;
  transition: 0.4s;
  box-shadow: none;
  outline: none;
}
.cid-rDc3kELtG2 .form-control:hover,
.cid-rDc3kELtG2 .field-input:hover,
.cid-rDc3kELtG2 .form-control:focus,
.cid-rDc3kELtG2 .field-input:focus {
  background-color: #d1eaff;
  border-color: #f5f6ff;
  color: #000000;
  box-shadow: none;
  outline: none;
}
.cid-rDc3kELtG2 input::-webkit-input-placeholder,
.cid-rDc3kELtG2 textarea::-webkit-input-placeholder {
  color: #132c41;
}
.cid-rDc3kELtG2 input:-moz-placeholder,
.cid-rDc3kELtG2 textarea:-moz-placeholder {
  color: #132c41;
}
.cid-rDc3kELtG2 .jq-selectbox li,
.cid-rDc3kELtG2 .jq-selectbox li {
  background-color: #f4f4f4;
  color: #000000;
}
.cid-rDc3kELtG2 .jq-selectbox li:hover,
.cid-rDc3kELtG2 .jq-selectbox li.selected {
  background-color: #d1eaff;
  color: #000000;
}
.cid-rDc3kELtG2 .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #f4f4f4;
}
.cid-rDc3kELtG2 .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #d1eaff;
}
.cid-rDc3kELtG2 H5 {
  color: #132c41;
  padding-bottom: 2rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-rDc3kELtG2 img {
    width: 100%;
  }
}
.cid-rD6rwnaOf5 {
  padding-top: 150px;
  padding-bottom: 75px;
  background-color: #2196f3;
}
.cid-rD6rwnaOf5 section {
  position: relative;
}
.cid-rD6rwnaOf5 .container {
  max-width: 1400px;
}
.cid-rD6rwnaOf5 .card-img2 span {
  padding-top: 6px;
}
.cid-rD6rwnaOf5 .soc-item a {
  padding-top: 5px;
}
.cid-rD6rwnaOf5 .btn {
  padding: 0.4rem 0.6rem;
  margin: 0.5rem!important;
  border-radius: 10px!important;
  letter-spacing: 0px;
}
.cid-rD6rwnaOf5 .btn .mbr-iconfont {
  margin-top: 0.1rem;
}
@media (max-width: 992px) {
  .cid-rD6rwnaOf5 .content > div:not(:last-child) {
    margin-bottom: 2rem;
  }
}
.cid-rD6rwnaOf5 svg {
  position: absolute;
  top: 2rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6) rotate(180deg);
}
.cid-rD6rwnaOf5 #e2_shape {
  fill: #ffffff !important;
}
.cid-rD6rwnaOf5 .quote {
  background-color: #10314cdb;
  border-radius: 10px;
  padding: 1rem;
  position: relative;
  margin-bottom: 1.8rem;
  color: #ffffff;
}
.cid-rD6rwnaOf5 .quote::after {
  top: 100%;
  left: 36px;
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #10314cdb transparent transparent;
}
.cid-rD6rwnaOf5 .card-img2 {
  width: 45px;
  height: 45px;
  background: #132c41;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-rD6rwnaOf5 .soc-item {
  width: 45px;
  height: 45px;
  background: #132c41;
  margin-bottom: 1rem;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1rem;
}
.cid-rD6rwnaOf5 .soc-item span {
  font-size: 1.4rem;
}
.cid-rD6rwnaOf5 .soc-item:hover span {
  color: #2196f3 !important;
}
.cid-rD6rwnaOf5 .item {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.cid-rD6rwnaOf5 .item h4 {
  padding-left: 10px;
  margin: 0;
}
.cid-rD6rwnaOf5 .media-wrap {
  margin-bottom: 1rem;
}
.cid-rD6rwnaOf5 .mbr-iconfont-logo {
  font-size: 7.5rem;
  color: #f36;
}
.cid-rD6rwnaOf5 img {
  height: 5rem;
}
@media (max-width: 576px) {
  .cid-rD6rwnaOf5 .item {
    justify-content: center;
  }
  .cid-rD6rwnaOf5 .quote::after {
    left: 60px;
  }
}
.cid-rD6rwnaOf5 .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .cid-rD6rwnaOf5 .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-rD6rwnaOf5 .text1 {
  color: #ffffff;
}
.cid-rD6rwnaOf5 .item-title {
  color: #ffffff;
}
.cid-rD6rwnaOf5 H5 {
  color: #ffffff;
}
.cid-rD6rwnaOf5 .theme {
  color: #ffffff;
}
.cid-rD6rwnaOf5 .copyright > p {
  color: #ff3366;
}
.cid-rD6rwnaOf5 .text2 {
  color: #ffffff;
}
.cid-rD6rxhj1A3 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2196f3;
}

.cid-rGdbrqFcjI .modal-body .close {
  background: #1b1b1b;
}
.cid-rGdbrqFcjI .modal-body .close span {
  font-style: normal;
}
.cid-rGdbrqFcjI .carousel-inner > .active,
.cid-rGdbrqFcjI .carousel-inner > .next,
.cid-rGdbrqFcjI .carousel-inner > .prev {
  display: table;
}
.cid-rGdbrqFcjI .mbr-iconfont {
  font-family: 'Moririse2' !important;
}
.cid-rGdbrqFcjI .mbri-right:before {
  content: "\e909";
  font-weight: 900;
  padding-left: 5px;
}
.cid-rGdbrqFcjI .mbri-left:before {
  content: "\e90a";
  font-weight: 900;
  padding-right: 5px;
}
.cid-rGdbrqFcjI .carousel-control,
.cid-rGdbrqFcjI .carousel-indicators li {
  background-color: #2196f3 !important;
  opacity: 0.7!important;
  border: none;
}
.cid-rGdbrqFcjI .carousel-control:hover,
.cid-rGdbrqFcjI .carousel-indicators li:hover {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rGdbrqFcjI .carousel-control .active,
.cid-rGdbrqFcjI .carousel-indicators li .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rGdbrqFcjI .carousel-indicators .active {
  transform: scale(1.1);
  opacity: 1!important;
}
.cid-rGdbrqFcjI .carousel-control .icon-next,
.cid-rGdbrqFcjI .carousel-control .icon-prev {
  margin-top: -18px;
  font-size: 40px;
  line-height: 27px;
}
.cid-rGdbrqFcjI .carousel-control:hover {
  background: #1b1b1b;
  color: #fff;
  opacity: 1;
}
.cid-rGdbrqFcjI .col-10 {
  max-width: 900px;
  margin: auto;
}
@media (max-width: 992px) {
  .cid-rGdbrqFcjI .col-10 {
    max-width: 500px;
  }
}
@media (max-width: 576px) {
  .cid-rGdbrqFcjI .carousel-control {
    width: 40px!important;
    height: 40px!important;
  }
  .cid-rGdbrqFcjI .mbr-iconfont {
    font-size: 1rem!important;
  }
}
@media (max-width: 767px) {
  .cid-rGdbrqFcjI .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rGdbrqFcjI .boxed-slider {
  position: relative;
  padding: 93px 0;
}
.cid-rGdbrqFcjI .boxed-slider > div {
  position: relative;
}
.cid-rGdbrqFcjI .container img {
  width: 100%;
}
.cid-rGdbrqFcjI .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-rGdbrqFcjI .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rGdbrqFcjI .mbr-table-cell {
  padding: 0;
}
.cid-rGdbrqFcjI .container .carousel-indicators {
  margin-bottom: 3px;
}
.cid-rGdbrqFcjI .carousel-caption {
  top: 50%;
  right: 0;
  bottom: auto;
  left: 0;
  display: -webkit-flex;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-align-items: center;
}
.cid-rGdbrqFcjI .mbr-overlay {
  z-index: 1;
}
.cid-rGdbrqFcjI .container-slide.container {
  min-width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rGdbrqFcjI .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-rGdbrqFcjI .carousel-item .container {
    width: 100%;
  }
}
.cid-rGdbrqFcjI .carousel-item-next.carousel-item-left,
.cid-rGdbrqFcjI .carousel-item-prev.carousel-item-right {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.cid-rGdbrqFcjI .active.carousel-item-right,
.cid-rGdbrqFcjI .carousel-item-next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.cid-rGdbrqFcjI .active.carousel-item-left,
.cid-rGdbrqFcjI .carousel-item-prev {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.cid-rGdbrqFcjI .mbr-slider .carousel-control {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 35px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  transition: all .3s;
}
.cid-rGdbrqFcjI .mbr-slider .carousel-control.carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-rGdbrqFcjI .mbr-slider .carousel-control.carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-rGdbrqFcjI .mbr-slider .carousel-control .mbr-iconfont {
  font-size: 2rem;
}
@media (max-width: 767px) {
  .cid-rGdbrqFcjI .mbr-slider .carousel-control {
    top: auto;
    bottom: 1rem;
  }
}
.cid-rGdbrqFcjI .mbr-slider .carousel-indicators {
  position: absolute;
  bottom: 0;
  margin-bottom: 1.5rem !important;
}
.cid-rGdbrqFcjI .mbr-slider .carousel-indicators li {
  max-width: 20px;
  width: 20px;
  height: 20px;
  max-height: 20px;
  margin: 3px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 0px solid #fff;
  border-radius: 50%;
  opacity: .5;
  transition: all .3s;
}
.cid-rGdbrqFcjI .mbr-slider .carousel-indicators li.active,
.cid-rGdbrqFcjI .mbr-slider .carousel-indicators li:hover {
  opacity: .9;
}
.cid-rGdbrqFcjI .mbr-slider .carousel-indicators li::after,
.cid-rGdbrqFcjI .mbr-slider .carousel-indicators li::before {
  content: none;
}
.cid-rGdbrqFcjI .mbr-slider .carousel-indicators.ie-fix {
  left: 50%;
  display: block;
  width: 60%;
  margin-left: -30%;
  text-align: center;
}
@media (max-width: 576px) {
  .cid-rGdbrqFcjI .mbr-slider .carousel-indicators {
    display: none !important;
  }
}
.cid-rGdbrqFcjI .mbr-slider > .container img {
  width: 100%;
}
.cid-rGdbrqFcjI .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-rGdbrqFcjI .mbr-slider > .container .carousel-indicators {
  margin-bottom: 3px;
}
@media (max-width: 576px) {
  .cid-rGdbrqFcjI .mbr-slider > .container .carousel-control {
    margin-bottom: 0;
  }
}
.cid-rGdbrqFcjI .mbr-slider .mbr-section {
  padding: 0;
  background-attachment: scroll;
}
.cid-rGdbrqFcjI .mbr-slider .mbr-table-cell {
  padding: 0;
}
.cid-rGdbrqFcjI .carousel-item .container.container-slide {
  position: initial;
  width: auto;
  min-height: 0;
}
.cid-rGdbrqFcjI .full-screen .slider-fullscreen-image {
  min-height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.cid-rGdbrqFcjI .full-screen .slider-fullscreen-image.active {
  display: -o-flex;
}
.cid-rGdbrqFcjI .full-screen .container {
  width: auto;
  padding-right: 0;
  padding-left: 0;
}
.cid-rGdbrqFcjI .full-screen .carousel-item .container.container-slide {
  width: 100%;
  min-height: 100vh;
  padding: 0;
}
.cid-rGdbrqFcjI .full-screen .carousel-item .container.container-slide img {
  display: none;
}
.cid-rGdbrqFcjI .mbr-background-video-preview {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.cid-rGdbrqFcjI .mbr-overlay ~ .container-slide {
  z-index: auto;
}
.cid-rGdbrqFcjI H2 {
  color: #163854;
}
.cid-rGdbrqFcjI P {
  color: #163854;
}

.cid-rGfHXbhluO {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ffffff;
}
.cid-rGfHXbhluO h3 {
  text-align: center;
}
.cid-rGfHXbhluO .mbr-section-subtitle {
  color: #232323;
  font-weight: 300;
}
.cid-rGfHXbhluO .mbr-content-text {
  color: #232323;
}
.cid-rGfHXbhluO .card {
  word-wrap: break-word;
}
.cid-rGfHXbhluO .mbr-iconfont {
  font-size: 80px;
  color: #149dcc;
}
.cid-rGfHXbhluO H3 {
  color: #2196f3;
}
.cid-rGfHXbhluO H4 {
  color: #2196f3;
  font-weight: 500;
}
.cid-rGfHXbhluO .mbr-section-title {
  color: #2196f3;
}

.cid-rNLgN9bzzP.popup-builder {
  background-color: #ffffff;
}
.cid-rNLgN9bzzP.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-rNLgN9bzzP.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-rNLgN9bzzP .modal-content,
.cid-rNLgN9bzzP .modal-dialog {
  height: auto;
}
.cid-rNLgN9bzzP .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-rNLgN9bzzP .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-rNLgN9bzzP .form-wrapper .mbr-form .form-group,
  .cid-rNLgN9bzzP .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-rNLgN9bzzP .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-rNLgN9bzzP .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rNLgN9bzzP .mbr-text {
  text-align: center;
}
.cid-rNLgN9bzzP .pt-0 {
  padding-top: 0 !important;
}
.cid-rNLgN9bzzP .pb-0 {
  padding-bottom: 0 !important;
}
.cid-rNLgN9bzzP .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-rNLgN9bzzP .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-rNLgN9bzzP .modal-open {
  overflow: hidden;
}
.cid-rNLgN9bzzP .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-rNLgN9bzzP .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-rNLgN9bzzP .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-rNLgN9bzzP .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-rNLgN9bzzP .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-rNLgN9bzzP .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-rNLgN9bzzP .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-rNLgN9bzzP .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-rNLgN9bzzP .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-rNLgN9bzzP .modal-backdrop.fade {
  opacity: 0;
}
.cid-rNLgN9bzzP .modal-backdrop.show {
  opacity: .5;
}
.cid-rNLgN9bzzP .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-rNLgN9bzzP .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-rNLgN9bzzP .modal-header .close:hover {
  opacity: 1;
}
.cid-rNLgN9bzzP .modal-header .close:focus {
  outline: none;
}
.cid-rNLgN9bzzP .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-rNLgN9bzzP .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-rNLgN9bzzP .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-rNLgN9bzzP .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-rNLgN9bzzP .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-rNLgN9bzzP .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-rNLgN9bzzP .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-rNLgN9bzzP .modal-sm {
    max-width: 300px;
  }
  .cid-rNLgN9bzzP .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-rNLgN9bzzP .modal-lg,
  .cid-rNLgN9bzzP .modal-xl {
    max-width: 800px;
  }
  .cid-rNLgN9bzzP .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-rNLgN9bzzP .modal-xl {
    max-width: 1140px;
  }
  .cid-rNLgN9bzzP .container {
    max-width: 1140px;
  }
}
.cid-rNLgN9bzzP .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-rNLgN9bzzP .container {
    max-width: 720px;
  }
}
.cid-rNLgN9bzzP .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-rNLgN9bzzP .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-rNLgN9bzzP .form-group {
  margin-bottom: 1rem;
}
.cid-rNLgN9bzzP .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-rNLgN9bzzP .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-rNLgN9bzzP .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}


.new-cards .card-header {
    background-color: #2196f3!important;
    color: white;
    text-align: center;
    line-height: 1.3;
    display: flex;
    align-items: center;
}

.new-cards .card-footer {
    color: white;
    background-color: rgb(33, 150, 243);
    border-top: 1px solid rgb(33, 150, 243);
    text-align: center;
}