body {
  font-family: Poppins;
}
.display-1 {
  font-family: 'Poppins', sans-serif;
  font-size: 4.25rem;
}
.display-2 {
  font-family: 'Poppins', sans-serif;
  font-size: 3rem;
}
.display-4 {
  font-family: 'Poppins', sans-serif;
  font-size: 0.875rem;
}
.display-5 {
  font-family: 'Poppins', sans-serif;
  font-size: 1.5rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.06rem;
}
/* ---- 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.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.7rem;
    font-size: calc( 0.95625rem + (0.875 - 0.95625) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (0.95625rem + (0.875 - 0.95625) * ((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: #000d79 !important;
}
.bg-success {
  background-color: #ffffff !important;
}
.bg-info {
  background-color: #c1c1c1 !important;
}
.bg-warning {
  background-color: #000d79 !important;
}
.bg-danger {
  background-color: #000000 !important;
}
.btn-primary,
.btn-primary:active,
.btn-primary.active {
  background-color: #000d79 !important;
  border-color: #000d79 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus {
  color: #ffffff !important;
  background-color: #000d79 !important;
  border-color: #000d79 !important;
}
.btn-primary:before {
  background-color: #00052d !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00052d !important;
  border-color: #00052d !important;
}
.btn-secondary,
.btn-secondary:active,
.btn-secondary.active {
  background-color: #e00030 !important;
  border-color: #e00030 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus {
  color: #ffffff !important;
  background-color: #e00030 !important;
  border-color: #e00030 !important;
}
.btn-secondary:before {
  background-color: #930020 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #930020 !important;
  border-color: #930020 !important;
}
.btn-info,
.btn-info:active,
.btn-info.active {
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-info:before {
  background-color: #9b9b9b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #9b9b9b !important;
  border-color: #9b9b9b !important;
}
.btn-success,
.btn-success:active,
.btn-success.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success:before {
  background-color: #d9d9d9 !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-warning,
.btn-warning:active,
.btn-warning.active {
  background-color: #000d79 !important;
  border-color: #000d79 !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus {
  color: #ffffff !important;
  background-color: #000d79 !important;
  border-color: #000d79 !important;
}
.btn-warning:before {
  background-color: #00052d !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00052d !important;
  border-color: #00052d !important;
}
.btn-danger,
.btn-danger:active,
.btn-danger.active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-danger:before {
  background-color: #000000 !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active,
.btn-white.active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-white:before {
  background-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,
.btn-black.active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-black:before {
  background-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,
.btn-primary-outline.active {
  background: none;
  border-color: #000213;
  color: #000213;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus {
  color: #ffffff;
  border-color: #000d79;
}
.btn-primary-outline:before {
  background-color: #000d79;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #000d79 !important;
  border-color: #000d79 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active,
.btn-secondary-outline.active {
  background: none;
  border-color: #7a001a;
  color: #7a001a;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus {
  color: #ffffff;
  border-color: #e00030;
}
.btn-secondary-outline:before {
  background-color: #e00030;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #e00030 !important;
  border-color: #e00030 !important;
}
.btn-info-outline,
.btn-info-outline:active,
.btn-info-outline.active {
  background: none;
  border-color: #8e8e8e;
  color: #8e8e8e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus {
  color: #ffffff;
  border-color: #c1c1c1;
}
.btn-info-outline:before {
  background-color: #c1c1c1;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #c1c1c1 !important;
  border-color: #c1c1c1 !important;
}
.btn-success-outline,
.btn-success-outline:active,
.btn-success-outline.active {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus {
  color: #808080;
  border-color: #ffffff;
}
.btn-success-outline:before {
  background-color: #ffffff;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-warning-outline,
.btn-warning-outline:active,
.btn-warning-outline.active {
  background: none;
  border-color: #000213;
  color: #000213;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus {
  color: #ffffff;
  border-color: #000d79;
}
.btn-warning-outline:before {
  background-color: #000d79;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #000d79 !important;
  border-color: #000d79 !important;
}
.btn-danger-outline,
.btn-danger-outline:active,
.btn-danger-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus {
  color: #ffffff;
  border-color: #000000;
}
.btn-danger-outline:before {
  background-color: #000000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-black-outline,
.btn-black-outline:active,
.btn-black-outline.active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus {
  color: #ffffff;
  border-color: #333333;
}
.btn-black-outline:before {
  background-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;
  border-color: #ffffff;
}
.btn-white-outline:before {
  background-color: #ffffff;
}
.btn-bgr {
  position: relative;
  transition: border 0.3s ease-in-out, color 0.5s;
  -webkit-mask-image: -webkit-radial-gradient(circle, white, black);
}
.btn-bgr span {
  position: relative;
  z-index: 12;
}
.btn-bgr:before {
  content: ' ';
  position: absolute;
  top: -2px;
  left: -2px;
  right: 105%;
  bottom: -2px;
  transition: right 0.3s ease-in-out;
  z-index: -1;
  border-radius: 100px;
}
.btn-bgr:hover:before {
  right: -2px;
}
.btn-underline {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: color 0.2s ease-out;
}
.btn-underline:before {
  content: '';
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #000d79;
  -webkit-transition: width 0.2s ease-out;
  -moz-transition: width 0.2s ease-out;
  transition: width 0.2s ease-out;
}
.btn-underline:hover:before {
  width: 100%;
}
.text-primary {
  color: #000d79 !important;
}
.text-secondary {
  color: #e00030 !important;
}
.text-success {
  color: #ffffff !important;
}
.text-info {
  color: #c1c1c1 !important;
}
.text-warning {
  color: #000d79 !important;
}
.text-danger {
  color: #000000 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #000213 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #7a001a !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #cccccc !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #8e8e8e !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #000213 !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #000000 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #c1c1c1;
}
.alert-warning {
  background-color: #000d79;
}
.alert-danger {
  background-color: #000000;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #000d79;
  border-color: #000d79;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #000d79;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #001bf9;
}
.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: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #001bf9;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #b3b3b3;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
blockquote {
  border-color: #000d79;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.form2 .form-control {
  border-top-left-radius: 100px;
  border-bottom-left-radius: 100px;
}
.form2 .input-group-btn a.btn {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form2 .input-group-btn button[type="submit"] {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}
.form3 input[type="email"] {
  border-radius: 100px !important;
}
@media (max-width: 349px) {
  .form2 input[type="email"] {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn a.btn {
    border-radius: 100px !important;
  }
  .form2 .input-group-btn button[type="submit"] {
    border-radius: 100px !important;
  }
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #000d79;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #000d79;
}
/*Menu*/
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 > .mbr-iconfont {
  font-size: 1.4rem;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 > .mbr-iconfont {
  font-size: 1.696rem;
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #000d79;
  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-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #000d79;
  border-bottom-color: #000d79;
}
.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: #000d79 !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: #e00030 !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%;
}
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='%23000d79' %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-rWPRNEtCMz .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 77px;
}
@media (min-width: 992px) {
  .cid-rWPRNEtCMz .navbar .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 2.5385em 0.235em 3.5385em !important;
    margin: 0 !important;
  }
}
.cid-rWPRNEtCMz .menu-logo {
  display: flex;
  position: relative;
  -webkit-align-items: center;
  align-items: center;
  margin-right: auto;
}
.cid-rWPRNEtCMz .menu-logo .navbar-brand {
  display: flex;
  margin-left: 5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWPRNEtCMz .menu-logo .navbar-brand .navbar-caption-wrap {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rWPRNEtCMz .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rWPRNEtCMz .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rWPRNEtCMz .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rWPRNEtCMz .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rWPRNEtCMz .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-rWPRNEtCMz a {
  font-style: normal;
}
.cid-rWPRNEtCMz .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: middle;
  position: relative;
  text-decoration: none;
}
.cid-rWPRNEtCMz .nav-item a {
  padding: 0.4rem 0 !important;
}
.cid-rWPRNEtCMz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWPRNEtCMz .dropdown-item:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  width: 16px;
}
.cid-rWPRNEtCMz .content-text {
  margin-bottom: 0;
}
.cid-rWPRNEtCMz .navbar-nav {
  position: relative;
  min-height: 60px;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rWPRNEtCMz .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rWPRNEtCMz .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
  .cid-rWPRNEtCMz .navbar-nav .nav-item a {
    margin: 0 1.3rem !important;
  }
}
@media (max-width: 991px) {
  .cid-rWPRNEtCMz .navbar-nav .nav-item a {
    margin: 0 !important;
  }
}
.cid-rWPRNEtCMz .navbar-nav .nav-item span {
  padding-right: 0.1rem;
}
.cid-rWPRNEtCMz .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rWPRNEtCMz .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rWPRNEtCMz .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rWPRNEtCMz .navbar-buttons.mbr-section-btn {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-rWPRNEtCMz .nav-dropdown .link {
  font-weight: 400;
}
.cid-rWPRNEtCMz .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rWPRNEtCMz .content-right-side {
  text-align: center;
}
@media (max-width: 575px) {
  .cid-rWPRNEtCMz .content-right-side {
    display: flex;
    flex-direction: column;
    padding: 0.5rem 0;
  }
  .cid-rWPRNEtCMz .content-right-side .content-link {
    font-size: 0.8rem;
    margin: 0;
    padding-bottom: 1rem;
    display: flex;
    justify-content: space-between;
  }
}
.cid-rWPRNEtCMz .menu-content-top {
  display: none;
  padding: 1rem 0;
  transition: height 0.3s ease-in-out;
}
.cid-rWPRNEtCMz .menu-content-top.show {
  display: block;
}
.cid-rWPRNEtCMz .content-right-side .content-link {
  margin-left: 1rem;
}
.cid-rWPRNEtCMz .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
@media (max-width: 991px) {
  .cid-rWPRNEtCMz .content-left-side {
    text-align: center;
    padding-bottom: 1rem;
  }
  .cid-rWPRNEtCMz .dropdown-item {
    padding: 0.235em 0 !important;
    margin: 0 !important;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
  }
  .cid-rWPRNEtCMz .dropdown-item:before {
    display: none;
  }
  .cid-rWPRNEtCMz .menu-logo {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .cid-rWPRNEtCMz .menu-bottom {
    width: 100%;
    padding: 0 1rem;
    display: block;
  }
  .cid-rWPRNEtCMz img {
    height: 3.8rem !important;
  }
  .cid-rWPRNEtCMz .btn {
    display: flex;
  }
  .cid-rWPRNEtCMz button.navbar-toggler {
    display: block;
  }
  .cid-rWPRNEtCMz .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rWPRNEtCMz .navbar-toggleable-sm {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-rWPRNEtCMz .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rWPRNEtCMz .navbar-collapse.collapsing,
  .cid-rWPRNEtCMz .navbar-collapse.show {
    display: block !important;
  }
  .cid-rWPRNEtCMz .navbar-collapse.collapsing .navbar-nav,
  .cid-rWPRNEtCMz .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rWPRNEtCMz .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rWPRNEtCMz .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
    padding: 0.5rem 0;
  }
  .cid-rWPRNEtCMz .navbar-collapse.collapsing .navbar-buttons,
  .cid-rWPRNEtCMz .navbar-collapse.show .navbar-buttons {
    text-align: center;
  }
  .cid-rWPRNEtCMz .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rWPRNEtCMz .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rWPRNEtCMz .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity, padding, height;
  }
  .cid-rWPRNEtCMz .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rWPRNEtCMz .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rWPRNEtCMz .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
}
@media (min-width: 992px) {
  .cid-rWPRNEtCMz .navbar .menu-content-top {
    display: block;
  }
  .cid-rWPRNEtCMz .menu-content-top .row {
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .cid-rWPRNEtCMz .content-right-side {
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-basis: 70%;
    flex-basis: 70%;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: right;
  }
  .cid-rWPRNEtCMz .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-rWPRNEtCMz .menu-bottom {
    display: flex;
  }
  .cid-rWPRNEtCMz .navbar {
    display: block;
    padding: 0;
  }
  .cid-rWPRNEtCMz .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-rWPRNEtCMz .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: auto;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    z-index: 101;
    min-height: 76px;
  }
  .cid-rWPRNEtCMz .navbar-toggler {
    display: none;
  }
}
.cid-rWPRNEtCMz .navbar-short .menu-content-top {
  border: none;
}
.cid-rWPRNEtCMz .btn {
  padding: 0.7rem 1.5rem;
  display: inline-flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWPRNEtCMz .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rWPRNEtCMz .navbar-toggleable-sm .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  padding-right: 5rem;
  width: 100%;
}
.cid-rWPRNEtCMz .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
}
.cid-rWPRNEtCMz .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWPRNEtCMz .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rWPRNEtCMz .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
@media (max-width: 991px) {
  .cid-rWPRNEtCMz .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rWPRNEtCMz .dropdown .dropdown-menu .dropdown-item {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWPRNEtCMz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-rWPRNEtCMz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-rWPRNEtCMz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWPRNEtCMz .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-rWPRNEtCMz .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rWPRNEtCMz .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWPRNEtCMz .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  z-index: 1000;
}
.cid-rWPRNEtCMz .navbar.navbar-short {
  min-height: 60px;
  transition: all .2s;
}
.cid-rWPRNEtCMz .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rWPRNEtCMz .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rWPRNEtCMz .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rWPRNEtCMz .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rWPRNEtCMz button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
}
.cid-rWPRNEtCMz button.navbar-toggler:focus {
  outline: none;
}
.cid-rWPRNEtCMz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-rWPRNEtCMz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWPRNEtCMz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWPRNEtCMz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWPRNEtCMz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWPRNEtCMz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWPRNEtCMz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWPRNEtCMz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWPRNEtCMz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWPRNEtCMz .collapsed.navbar {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rWPRNEtCMz .collapsed .menu-bottom {
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
.cid-rWPRNEtCMz .collapsed .menu-logo {
  margin-right: 0;
}
.cid-rWPRNEtCMz .collapsed .btn {
  display: flex;
}
.cid-rWPRNEtCMz .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rWPRNEtCMz .collapsed .navbar-collapse.collapsing,
.cid-rWPRNEtCMz .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rWPRNEtCMz .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rWPRNEtCMz .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rWPRNEtCMz .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rWPRNEtCMz .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rWPRNEtCMz .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rWPRNEtCMz .collapsed .navbar-collapse.show .navbar-buttons {
  text-align: center;
}
.cid-rWPRNEtCMz .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rWPRNEtCMz .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-rWPRNEtCMz .collapsed:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem  - 1rem);
  }
  .cid-rWPRNEtCMz .collapsed .dropdown .dropdown-menu {
    overflow: hidden;
  }
}
.cid-rWPRNEtCMz .collapsed button.navbar-toggler {
  display: block;
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWPRNEtCMz .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rWPRNEtCMz .collapsed .navbar-toggleable-sm {
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rWPRNEtCMz .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .25s;
  transition-property: opacity, padding, height;
}
.cid-rWPRNEtCMz .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rWPRNEtCMz .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rWPRNEtCMz .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rWPRNEtCMz .collapsed .dropdown-item:before {
  display: none;
}
.cid-rWPRNEtCMz .navbar-dropdown {
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.cid-rWPRNEtCMz .navbar-collapse {
  -ms-flex-preferred-size: auto;
  -webkit-flex-basis: auto;
  flex-basis: auto;
}
.cid-rWPRNEtCMz .nav-link:focus {
  outline: none;
}
.cid-rWPRNEtCMz .navbar-toggler {
  position: relative;
}
.cid-rWPRNEtCMz .dropdown-item.active,
.cid-rWPRNEtCMz .dropdown-item:active {
  background-color: #000d79;
  color: auto;
}
.cid-rWPRNEtCMz .nav-link:hover,
.cid-rWPRNEtCMz .dropdown-item:hover {
  color: #0c57bf;
}
.cid-tNdTObYm8c {
  background-image: url("../../../assets/images/home-page.png");
}
.cid-tNdTObYm8c .media-content .btn-bgr {
  z-index: 0;
}
.cid-tNdTObYm8c .mbr-overlay {
  background: linear-gradient(90deg, #000d79, #000000);
}
@media (min-width: 992px) {
  .cid-tNdTObYm8c .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-tNdTObYm8c {
    text-align: center !important;
  }
  .cid-tNdTObYm8c .mbr-text {
    text-align: center;
  }
}
.cid-tNdTObYm8c .media-container-row {
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-uP3Ma7p9ef {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP3Ma7p9ef .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3Ma7p9ef .item-wrapper {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .cid-uP3Ma7p9ef .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uP3Ma7p9ef .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3Ma7p9ef .mbr-iconfont {
  display: inline-flex;
  font-size: 2rem;
  color: #ffffff;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #000d79;
  height: 80px;
  border-radius: 50%;
}
.cid-uP3Ma7p9ef .card-title,
.cid-uP3Ma7p9ef .iconfont-wrapper,
.cid-uP3Ma7p9ef .card-text {
  color: #000000;
  text-align: center;
}
.cid-uP3Ma7p9ef .content-head {
  max-width: 800px;
}
.cid-uP3Ma7p9ef .mbr-section-title {
  color: #000d79;
}
.cid-uP3Ma7p9ef .mbr-section-btn {
  text-align: center;
}
.cid-uP3Ma7p9ef .mbr-section-subtitle {
  color: #232323;
}
.cid-uP3Ma7p9ef .card-title,
.cid-uP3Ma7p9ef .iconfont-wrapper {
  color: #000d79;
}
.cid-tNdW6X2feH {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #000000;
}
.cid-tNdW6X2feH H1 {
  color: #ffffff;
}
.cid-tNdW6X2feH .mbr-text {
  color: #ffffff;
}
.cid-tNdVWkYu5D {
  padding-top: 30px;
  padding-bottom: 90px;
  background-color: #000000;
}
.cid-tNdVWkYu5D h4,
.cid-tNdVWkYu5D h5 {
  text-align: center;
}
.cid-tNdVWkYu5D h5 {
  font-weight: 400;
}
.cid-tNdVWkYu5D p {
  text-align: center;
}
.cid-tNdVWkYu5D .img-icon {
  height: 150px;
  width: 150px;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
.cid-tNdVWkYu5D .card-box {
  text-align: center;
}
.cid-tNdVWkYu5D .card-box:after {
  content: "";
  display: inline-block;
  width: 150px;
  height: 3px;
  background-color: #000d79;
}
@media (min-width: 992px) {
  .cid-tNdVWkYu5D .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-tNdVWkYu5D .card-title {
  color: #ffffff;
}
.cid-tNdVWkYu5D P {
  color: #ffffff;
}
.cid-tNdVWkYu5D H5 {
  color: #ffffff;
}
.cid-tNe0rS6jTz {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/home-page-2.png");
}
.cid-tNe0rS6jTz .mbr-section-subtitle {
  color: #767676;
  text-align: left;
  line-height: 1.6;
}
.cid-tNe0rS6jTz .col-lg-3,
.cid-tNe0rS6jTz .col-lg-6 {
  padding: 0 !important;
}
.cid-tNe0rS6jTz .btn {
  border-radius: 30px;
}
.cid-tNe0rS6jTz .card-wrapper {
  min-height: 700px;
  border-right: 1px solid white;
}
.cid-tNe0rS6jTz .image-element {
  position: relative;
  z-index: 0;
  overflow: hidden;
}
.cid-tNe0rS6jTz .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-tNe0rS6jTz .wrapper {
  padding: 2rem;
}
@media (min-width: 992px) {
  .cid-tNe0rS6jTz .image-element:hover .wrapper {
    padding-top: 0;
  }
  .cid-tNe0rS6jTz .image-element:hover .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.9s;
    opacity: 1;
    max-height: 999px;
  }
  .cid-tNe0rS6jTz .wrapper {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 2rem;
    background: transparent;
  }
  .cid-tNe0rS6jTz .wrapper .collapsed-content {
    transition: opacity 0.3s, max-height 0.3s;
    opacity: 0;
    max-height: 0px;
    overflow: hidden;
  }
}
@media (max-width: 992px) {
  .cid-tNe0rS6jTz .card-title,
  .cid-tNe0rS6jTz .underline,
  .cid-tNe0rS6jTz .mbr-text,
  .cid-tNe0rS6jTz .mbr-section-btn,
  .cid-tNe0rS6jTz .mbr-section-subtitle,
  .cid-tNe0rS6jTz .mbr-section-title {
    text-align: center !important;
  }
  .cid-tNe0rS6jTz .card-wrapper {
    align-items: center;
    display: flex;
    min-height: 500px;
    border-bottom: 1px solid white;
  }
}
.cid-tNe0rS6jTz .mbr-section-title {
  text-align: left;
}
.cid-tNe0rS6jTz .mbr-section-title,
.cid-tNe0rS6jTz .underline {
  text-align: center;
}
.cid-tNe0rS6jTz H4 {
  color: #e1201d;
}
.cid-tNe0K5MOHt {
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-uINEuXvPr5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINEuXvPr5 p {
  text-align: center;
}
.cid-uINEuXvPr5 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINEuXvPr5 .btn-underline:hover {
  color: #505050;
}
.cid-uINEuXvPr5 .btn-underline:before {
  background-color: #505050;
}
.cid-uINEuXvPr5 .social-list a:focus {
  text-decoration: none;
}
.cid-uINEuXvPr5 .text-copyright {
  width: 100%;
}
.cid-uINEuXvPr5 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINEuXvPr5 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINEuXvPr5 .logo-footer {
  line-height: normal;
}
.cid-uINEuXvPr5 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINEuXvPr5 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINEuXvPr5 .mbr-section-btn {
  font-size: 16px;
}
.cid-uINEuXvPr5 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qBsxmAOUSV .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-qBsxmAOUSV .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-qBsxmAOUSV a {
  font-style: normal;
}
.cid-qBsxmAOUSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qBsxmAOUSV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qBsxmAOUSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-qBsxmAOUSV .content-text {
  margin-bottom: 0;
}
.cid-qBsxmAOUSV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qBsxmAOUSV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qBsxmAOUSV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qBsxmAOUSV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-qBsxmAOUSV .nav-dropdown .link {
  font-weight: 400;
}
.cid-qBsxmAOUSV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qBsxmAOUSV .content-right-side {
  text-align: center;
}
.cid-qBsxmAOUSV .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qBsxmAOUSV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qBsxmAOUSV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qBsxmAOUSV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qBsxmAOUSV .menu-content-right {
  display: flex;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qBsxmAOUSV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qBsxmAOUSV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qBsxmAOUSV .widget-content .widget-text {
  margin-top: 7px;
}
.cid-qBsxmAOUSV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qBsxmAOUSV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-qBsxmAOUSV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qBsxmAOUSV .navbar {
    display: block;
    padding: 0;
  }
  .cid-qBsxmAOUSV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qBsxmAOUSV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-qBsxmAOUSV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qBsxmAOUSV .navbar-toggler {
    display: none;
  }
}
.cid-qBsxmAOUSV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qBsxmAOUSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBsxmAOUSV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qBsxmAOUSV .menu-logo {
  margin-right: auto;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBsxmAOUSV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBsxmAOUSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qBsxmAOUSV button.navbar-toggler:focus {
  outline: none;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .btn {
  display: flex;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBsxmAOUSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBsxmAOUSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qBsxmAOUSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBsxmAOUSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qBsxmAOUSV .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qBsxmAOUSV .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qBsxmAOUSV img {
    height: 3.8rem !important;
  }
  .cid-qBsxmAOUSV .btn {
    display: flex;
  }
  .cid-qBsxmAOUSV button.navbar-toggler {
    display: block;
  }
  .cid-qBsxmAOUSV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qBsxmAOUSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBsxmAOUSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing,
  .cid-qBsxmAOUSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qBsxmAOUSV .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qBsxmAOUSV .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-qBsxmAOUSV .nav-link:focus {
  outline: none;
}
.cid-qBsxmAOUSV .navbar-toggler {
  position: relative;
}
.cid-qBsxmAOUSV .dropdown-item.active,
.cid-qBsxmAOUSV .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-qBsxmAOUSV .widget-title,
.cid-qBsxmAOUSV .widget-icon {
  color: #ffffff;
}
.cid-qBsxmAOUSV .widget-text {
  color: #eaeaea;
}
.cid-uP3RbOOuRT {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background1.jpg");
}
.cid-uP3RbOOuRT .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP3RbOOuRT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP3RbOOuRT .item-wrapper {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
}
.cid-uP3RbOOuRT .icon-box {
  background: #ffffff;
  width: 60px;
  min-width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uP3RbOOuRT .mbr-iconfont {
  font-size: 2rem;
  color: #808080;
}
@media (max-width: 991px) {
  .cid-uP3RbOOuRT .card {
    margin-bottom: 2rem;
  }
  .cid-uP3RbOOuRT .card-wrapper {
    margin-bottom: 2rem;
  }
  .cid-uP3RbOOuRT .item-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-uP3RbOOuRT .card-title,
.cid-uP3RbOOuRT .card-box {
  color: #ffffff;
}
.cid-uP3RbOOuRT .icon-text {
  color: #ffffff;
}
.cid-uP3RbOOuRT .icon-title {
  color: #ffffff;
}
.cid-uP3SfnX8e2 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-uP3SfnX8e2 .counter-container ul {
  margin: 0;
  list-style: none;
  padding-left: 2.5rem;
}
.cid-uP3SfnX8e2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
  padding-left: 1rem;
}
.cid-uP3SfnX8e2 .counter-container ul li:before {
  position: absolute;
  left: -40px;
  content: "";
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  background-color: #e00030;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-top: 5px;
  content: "✓";
}
.cid-uP3SfnX8e2 .mbr-section-title {
  color: #000d79;
}
.cid-uP3SfnX8e2 .mbr-text {
  color: #000000;
}
.cid-uP3Tf3hGqX {
  padding-top: 120px;
  padding-bottom: 90px;
}
.cid-uINExr0rmd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000000;
}
.cid-uINExr0rmd p {
  text-align: center;
}
.cid-uINExr0rmd .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINExr0rmd .btn-underline:hover {
  color: #505050;
}
.cid-uINExr0rmd .btn-underline:before {
  background-color: #505050;
}
.cid-uINExr0rmd .social-list a:focus {
  text-decoration: none;
}
.cid-uINExr0rmd .text-copyright {
  width: 100%;
}
.cid-uINExr0rmd .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINExr0rmd .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINExr0rmd .logo-footer {
  line-height: normal;
}
.cid-uINExr0rmd .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINExr0rmd .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINExr0rmd .mbr-section-btn {
  font-size: 16px;
}
.cid-uINExr0rmd .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qBsxmAOUSV .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-qBsxmAOUSV .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-qBsxmAOUSV a {
  font-style: normal;
}
.cid-qBsxmAOUSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qBsxmAOUSV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qBsxmAOUSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-qBsxmAOUSV .content-text {
  margin-bottom: 0;
}
.cid-qBsxmAOUSV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qBsxmAOUSV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qBsxmAOUSV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qBsxmAOUSV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-qBsxmAOUSV .nav-dropdown .link {
  font-weight: 400;
}
.cid-qBsxmAOUSV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qBsxmAOUSV .content-right-side {
  text-align: center;
}
.cid-qBsxmAOUSV .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qBsxmAOUSV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qBsxmAOUSV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qBsxmAOUSV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qBsxmAOUSV .menu-content-right {
  display: flex;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qBsxmAOUSV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qBsxmAOUSV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qBsxmAOUSV .widget-content .widget-text {
  margin-top: 7px;
}
.cid-qBsxmAOUSV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qBsxmAOUSV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-qBsxmAOUSV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qBsxmAOUSV .navbar {
    display: block;
    padding: 0;
  }
  .cid-qBsxmAOUSV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qBsxmAOUSV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-qBsxmAOUSV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qBsxmAOUSV .navbar-toggler {
    display: none;
  }
}
.cid-qBsxmAOUSV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qBsxmAOUSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBsxmAOUSV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qBsxmAOUSV .menu-logo {
  margin-right: auto;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBsxmAOUSV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBsxmAOUSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qBsxmAOUSV button.navbar-toggler:focus {
  outline: none;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .btn {
  display: flex;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBsxmAOUSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBsxmAOUSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qBsxmAOUSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBsxmAOUSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qBsxmAOUSV .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qBsxmAOUSV .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qBsxmAOUSV img {
    height: 3.8rem !important;
  }
  .cid-qBsxmAOUSV .btn {
    display: flex;
  }
  .cid-qBsxmAOUSV button.navbar-toggler {
    display: block;
  }
  .cid-qBsxmAOUSV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qBsxmAOUSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBsxmAOUSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing,
  .cid-qBsxmAOUSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qBsxmAOUSV .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qBsxmAOUSV .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-qBsxmAOUSV .nav-link:focus {
  outline: none;
}
.cid-qBsxmAOUSV .navbar-toggler {
  position: relative;
}
.cid-qBsxmAOUSV .dropdown-item.active,
.cid-qBsxmAOUSV .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-qBsxmAOUSV .widget-title,
.cid-qBsxmAOUSV .widget-icon {
  color: #ffffff;
}
.cid-qBsxmAOUSV .widget-text {
  color: #eaeaea;
}
.cid-uP3UCCCvH6 {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/services-meta.png");
}
.cid-uP3UCCCvH6 .mbr-overlay {
  background: #000d79;
  opacity: 0.6;
}
.cid-uP3UCCCvH6 img,
.cid-uP3UCCCvH6 .item-img {
  width: 100%;
}
.cid-uP3UCCCvH6 .item:focus,
.cid-uP3UCCCvH6 span:focus {
  outline: none;
}
.cid-uP3UCCCvH6 .item-wrapper {
  position: relative;
}
.cid-uP3UCCCvH6 .slide-content {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  overflow: hidden;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uP3UCCCvH6 .slide-content .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uP3UCCCvH6 .slide-content .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uP3UCCCvH6 .slide-content .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uP3UCCCvH6 .slide-content .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uP3UCCCvH6 .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uP3UCCCvH6 .mbr-section-title {
  color: #ffffff;
}
.cid-uP3UCCCvH6 .mbr-text,
.cid-uP3UCCCvH6 .mbr-section-btn {
  text-align: center;
}
.cid-uP3UCCCvH6 .item-title {
  text-align: center;
}
.cid-uP3UCCCvH6 .item-subtitle {
  text-align: center;
}
.cid-uP3UCCCvH6 .embla__slide {
  display: flex;
  justify-content: center;
  position: relative;
  min-width: 410px;
  max-width: 410px;
}
@media (max-width: 768px) {
  .cid-uP3UCCCvH6 .embla__slide {
    min-width: 70%;
    max-width: initial;
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
}
.cid-uP3UCCCvH6 .embla__button--next,
.cid-uP3UCCCvH6 .embla__button--prev {
  display: flex;
}
.cid-uP3UCCCvH6 .embla__button {
  top: 50%;
  width: 60px;
  height: 60px;
  margin-top: -1.5rem;
  font-size: 22px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cid-uP3UCCCvH6 .embla__button:disabled {
  cursor: default;
  display: none;
}
.cid-uP3UCCCvH6 .embla__button:hover {
  background: #000;
  color: rgba(255, 255, 255, 0.5);
}
.cid-uP3UCCCvH6 .embla__button.embla__button--prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-uP3UCCCvH6 .embla__button.embla__button--next {
  right: 0;
  margin-right: 2.5rem;
}
@media (max-width: 767px) {
  .cid-uP3UCCCvH6 .embla__button {
    top: auto;
  }
}
.cid-uP3UCCCvH6 .embla {
  position: relative;
  width: 100%;
}
.cid-uP3UCCCvH6 .embla__viewport {
  overflow: hidden;
  width: 100%;
}
.cid-uP3UCCCvH6 .embla__viewport.is-draggable {
  cursor: grab;
}
.cid-uP3UCCCvH6 .embla__viewport.is-dragging {
  cursor: grabbing;
}
.cid-uP3UCCCvH6 .embla__container {
  display: flex;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
.cid-uP3UCCCvH6 .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uINELVO3u2 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINELVO3u2 p {
  text-align: center;
}
.cid-uINELVO3u2 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINELVO3u2 .btn-underline:hover {
  color: #505050;
}
.cid-uINELVO3u2 .btn-underline:before {
  background-color: #505050;
}
.cid-uINELVO3u2 .social-list a:focus {
  text-decoration: none;
}
.cid-uINELVO3u2 .text-copyright {
  width: 100%;
}
.cid-uINELVO3u2 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINELVO3u2 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINELVO3u2 .logo-footer {
  line-height: normal;
}
.cid-uINELVO3u2 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINELVO3u2 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINELVO3u2 .mbr-section-btn {
  font-size: 16px;
}
.cid-uINELVO3u2 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qBsxmAOUSV .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-qBsxmAOUSV .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-qBsxmAOUSV a {
  font-style: normal;
}
.cid-qBsxmAOUSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qBsxmAOUSV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qBsxmAOUSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-qBsxmAOUSV .content-text {
  margin-bottom: 0;
}
.cid-qBsxmAOUSV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qBsxmAOUSV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qBsxmAOUSV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qBsxmAOUSV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-qBsxmAOUSV .nav-dropdown .link {
  font-weight: 400;
}
.cid-qBsxmAOUSV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qBsxmAOUSV .content-right-side {
  text-align: center;
}
.cid-qBsxmAOUSV .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qBsxmAOUSV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qBsxmAOUSV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qBsxmAOUSV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qBsxmAOUSV .menu-content-right {
  display: flex;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qBsxmAOUSV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qBsxmAOUSV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qBsxmAOUSV .widget-content .widget-text {
  margin-top: 7px;
}
.cid-qBsxmAOUSV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qBsxmAOUSV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-qBsxmAOUSV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qBsxmAOUSV .navbar {
    display: block;
    padding: 0;
  }
  .cid-qBsxmAOUSV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qBsxmAOUSV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-qBsxmAOUSV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qBsxmAOUSV .navbar-toggler {
    display: none;
  }
}
.cid-qBsxmAOUSV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qBsxmAOUSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBsxmAOUSV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qBsxmAOUSV .menu-logo {
  margin-right: auto;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBsxmAOUSV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBsxmAOUSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qBsxmAOUSV button.navbar-toggler:focus {
  outline: none;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .btn {
  display: flex;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBsxmAOUSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBsxmAOUSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qBsxmAOUSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBsxmAOUSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qBsxmAOUSV .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qBsxmAOUSV .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qBsxmAOUSV img {
    height: 3.8rem !important;
  }
  .cid-qBsxmAOUSV .btn {
    display: flex;
  }
  .cid-qBsxmAOUSV button.navbar-toggler {
    display: block;
  }
  .cid-qBsxmAOUSV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qBsxmAOUSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBsxmAOUSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing,
  .cid-qBsxmAOUSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qBsxmAOUSV .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qBsxmAOUSV .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-qBsxmAOUSV .nav-link:focus {
  outline: none;
}
.cid-qBsxmAOUSV .navbar-toggler {
  position: relative;
}
.cid-qBsxmAOUSV .dropdown-item.active,
.cid-qBsxmAOUSV .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-qBsxmAOUSV .widget-title,
.cid-qBsxmAOUSV .widget-icon {
  color: #ffffff;
}
.cid-qBsxmAOUSV .widget-text {
  color: #eaeaea;
}
.cid-rWVDtVVxRE {
  padding-top: 135px;
  padding-bottom: 150px;
  background-color: #000d79;
}
.cid-rWVDtVVxRE .google-map {
  height: 25rem;
  position: relative;
}
.cid-rWVDtVVxRE .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-rWVDtVVxRE .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-rWVDtVVxRE .google-map[data-state] {
  background: #e9e5dc;
}
.cid-rWVDtVVxRE .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-rWVDtVVxRE .wrapper {
  margin-top: -10rem;
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  border-radius: .25rem;
}
.cid-rWVDtVVxRE .form-container {
  padding: 3rem;
}
.cid-rWVDtVVxRE .row {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.cid-rWVDtVVxRE .content-panel {
  padding: 2rem;
  background: linear-gradient(45deg, #0011a2, #000d79);
  height: 100%;
  border-top-right-radius: .25rem;
  border-bottom-right-radius: .25rem;
  overflow: hidden;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.cid-rWVDtVVxRE .mbr-text {
  color: #efefef;
}
@media (min-width: 992px) {
  .cid-rWVDtVVxRE .form-group,
  .cid-rWVDtVVxRE .input-group-btn {
    padding-left: .5rem;
    padding-right: .5rem;
  }
}
.cid-rWVDtVVxRE .form-control {
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  min-height: 40px;
  padding: .5rem 1rem;
  background-color: #ffffff;
  border: 1px solid #efefef;
  color: #565656;
  border-radius: .25rem;
  font-size: 1rem;
  line-height: 1.43;
}
.cid-rWVDtVVxRE .form-control:focus,
.cid-rWVDtVVxRE .form-control:hover {
  border: 1px solid #e8e8e8;
  background-color: #ffffff;
}
.cid-rWVDtVVxRE textarea.form-control {
  min-height: 170px;
}
.cid-rWVDtVVxRE .form-group {
  margin-bottom: 1rem;
}
.cid-rWVDtVVxRE input::-webkit-input-placeholder,
.cid-rWVDtVVxRE textarea::-webkit-input-placeholder {
  color: #565656;
}
.cid-rWVDtVVxRE input:-moz-placeholder,
.cid-rWVDtVVxRE textarea:-moz-placeholder {
  color: #565656;
}
.cid-rWVDtVVxRE .jq-selectbox li,
.cid-rWVDtVVxRE .jq-selectbox li {
  background-color: #ffffff;
  color: #000000;
}
.cid-rWVDtVVxRE .jq-selectbox li:hover,
.cid-rWVDtVVxRE .jq-selectbox li.selected {
  background-color: #ffffff;
  color: #000000;
}
.cid-rWVDtVVxRE .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
.cid-rWVDtVVxRE .jq-selectbox .jq-selectbox__trigger-arrow {
  border-top-color: #ffffff;
}
@media (max-width: 767px) {
  .cid-rWVDtVVxRE .main-row {
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .cid-rWVDtVVxRE .text-block {
    margin-bottom: 2rem;
  }
  .cid-rWVDtVVxRE .wrapper {
    margin-top: 0;
  }
}
.cid-rWVDtVVxRE .social-list {
  margin-top: auto;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-rWVDtVVxRE .social-list .mbr-iconfont-social {
  font-size: 1.2rem;
  color: #fff;
}
.cid-rWVDtVVxRE .social-list .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-rWVDtVVxRE .social-list .soc-item {
  margin: 15px 3px 0px 3px;
}
.cid-rWVDtVVxRE .social-list a {
  margin: 0;
  opacity: .7;
  -webkit-transition: .2s linear;
  transition: .2s linear;
}
.cid-rWVDtVVxRE .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-rWVDtVVxRE .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-uINEZQ4jXV {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINEZQ4jXV p {
  text-align: center;
}
.cid-uINEZQ4jXV .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINEZQ4jXV .btn-underline:hover {
  color: #505050;
}
.cid-uINEZQ4jXV .btn-underline:before {
  background-color: #505050;
}
.cid-uINEZQ4jXV .social-list a:focus {
  text-decoration: none;
}
.cid-uINEZQ4jXV .text-copyright {
  width: 100%;
}
.cid-uINEZQ4jXV .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINEZQ4jXV .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINEZQ4jXV .logo-footer {
  line-height: normal;
}
.cid-uINEZQ4jXV .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINEZQ4jXV .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINEZQ4jXV .mbr-section-btn {
  font-size: 16px;
}
.cid-uINEZQ4jXV .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qBsxmAOUSV .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-qBsxmAOUSV .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-qBsxmAOUSV a {
  font-style: normal;
}
.cid-qBsxmAOUSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qBsxmAOUSV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qBsxmAOUSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-qBsxmAOUSV .content-text {
  margin-bottom: 0;
}
.cid-qBsxmAOUSV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qBsxmAOUSV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qBsxmAOUSV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qBsxmAOUSV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-qBsxmAOUSV .nav-dropdown .link {
  font-weight: 400;
}
.cid-qBsxmAOUSV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qBsxmAOUSV .content-right-side {
  text-align: center;
}
.cid-qBsxmAOUSV .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qBsxmAOUSV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qBsxmAOUSV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qBsxmAOUSV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qBsxmAOUSV .menu-content-right {
  display: flex;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qBsxmAOUSV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qBsxmAOUSV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qBsxmAOUSV .widget-content .widget-text {
  margin-top: 7px;
}
.cid-qBsxmAOUSV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qBsxmAOUSV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-qBsxmAOUSV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qBsxmAOUSV .navbar {
    display: block;
    padding: 0;
  }
  .cid-qBsxmAOUSV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qBsxmAOUSV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-qBsxmAOUSV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qBsxmAOUSV .navbar-toggler {
    display: none;
  }
}
.cid-qBsxmAOUSV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qBsxmAOUSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBsxmAOUSV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qBsxmAOUSV .menu-logo {
  margin-right: auto;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBsxmAOUSV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBsxmAOUSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qBsxmAOUSV button.navbar-toggler:focus {
  outline: none;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .btn {
  display: flex;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBsxmAOUSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBsxmAOUSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qBsxmAOUSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBsxmAOUSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qBsxmAOUSV .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qBsxmAOUSV .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qBsxmAOUSV img {
    height: 3.8rem !important;
  }
  .cid-qBsxmAOUSV .btn {
    display: flex;
  }
  .cid-qBsxmAOUSV button.navbar-toggler {
    display: block;
  }
  .cid-qBsxmAOUSV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qBsxmAOUSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBsxmAOUSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing,
  .cid-qBsxmAOUSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qBsxmAOUSV .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qBsxmAOUSV .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-qBsxmAOUSV .nav-link:focus {
  outline: none;
}
.cid-qBsxmAOUSV .navbar-toggler {
  position: relative;
}
.cid-qBsxmAOUSV .dropdown-item.active,
.cid-qBsxmAOUSV .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-qBsxmAOUSV .widget-title,
.cid-qBsxmAOUSV .widget-icon {
  color: #ffffff;
}
.cid-qBsxmAOUSV .widget-text {
  color: #eaeaea;
}
.cid-rWQrA0PiBT {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/web-design.png");
}
.cid-rWQrA0PiBT H1 {
  color: #ffffff;
}
.cid-rWQrA0PiBT .mbr-text {
  color: #ffffff;
}
.cid-uP4obYjNo4 {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uP4obYjNo4 .list-group-item {
  padding: 0.5rem 3.25rem;
}
.cid-uP4obYjNo4 h4 {
  margin: 0;
}
.cid-uP4obYjNo4 .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-uP4obYjNo4 .plan-body {
  padding-bottom: 2rem;
}
.cid-uP4obYjNo4 .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uP4obYjNo4 .nav-tabs {
  border: none !important;
}
.cid-uP4obYjNo4 .nav-tabs .nav-item {
  margin: 0;
}
.cid-uP4obYjNo4 .nav-tabs .btn {
  transition: all 0.5s;
  border: none !important;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: transparent !important;
}
.cid-uP4obYjNo4 .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000d79 !important;
}
.cid-uP4obYjNo4 .nav-tabs .btn:after {
  display: none;
}
.cid-uP4obYjNo4 .nav-tabs .btn.active,
.cid-uP4obYjNo4 .nav-tabs .btn:hover {
  background: #e00030 !important;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .cid-uP4obYjNo4 .nav-tabs .btn {
    margin: 0px !important;
  }
  .cid-uP4obYjNo4 .nav-tabs .nav-item:first-child .btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-uP4obYjNo4 .nav-tabs .nav-item:last-child .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.cid-uP4obYjNo4 .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e00030;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-uP4obYjNo4 .line2 {
  background: #e00030;
}
.cid-uP4obYjNo4 .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-uP4obYjNo4 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uP4obYjNo4 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-uP4obYjNo4 .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uP4obYjNo4 .plan-header,
.cid-uP4obYjNo4 .plan-body {
  background-color: #fff;
}
.cid-uP4obYjNo4 .price-figure {
  font-weight: 700;
}
.cid-uP4obYjNo4 .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-uP4obYjNo4 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uP4obYjNo4 .color1 {
  color: #e00030;
}
.cid-uP4obYjNo4 .color2 {
  color: #000d79;
}
.cid-uP4obYjNo4 LI {
  color: #767676;
}
.cid-uP4obYjNo4 .price-term {
  color: #767676;
}
.cid-qBsWslHyTQ {
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-qBsWslHyTQ h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-qBsWslHyTQ .mbr-section-subtitle {
  color: #767676;
}
.cid-qBsWslHyTQ .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .cid-qBsWslHyTQ .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-qBsWslHyTQ B {
  color: #4284df;
}
.cid-qBsWslHyTQ .article-counter-left {
  color: #efefef;
}
.cid-qBsWslHyTQ .article-counter-right {
  color: #efefef;
}
.cid-qBsWslHyTQ H2 {
  color: #000d79;
}
.cid-qBsWslHyTQ .article-title-left {
  color: #000d79;
}
.cid-qBsWslHyTQ .mbr-text-right {
  color: #000000;
}
.cid-qBsWslHyTQ .article-title-right {
  color: #000d79;
}
.cid-qBsWv1LsW9 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBsWv1LsW9 h4 {
  font-weight: 600;
  color: #e2e2e2;
}
.cid-qBsWv1LsW9 .mbr-section-subtitle {
  color: #767676;
}
.cid-qBsWv1LsW9 .article {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 992px) {
  .cid-qBsWv1LsW9 .article-right-border {
    border-right: 2px dotted #e2e2e2;
  }
}
.cid-qBsWv1LsW9 .article-counter-left {
  color: #efefef;
}
.cid-qBsWv1LsW9 .article-counter-right {
  color: #efefef;
}
.cid-qBsWv1LsW9 .article-title-left B {
  color: #4284df;
}
.cid-qBsWv1LsW9 .article-title-right B {
  color: #4284df;
}
.cid-qBsWv1LsW9 .article-title-right {
  color: #000d79;
}
.cid-qBsWv1LsW9 .article-title-left {
  color: #000d79;
}
.cid-qBsXt7a1Eq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-qBsXt7a1Eq .media-container-row {
  justify-content: space-between;
}
.cid-qBsXt7a1Eq .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-qBsXt7a1Eq .socicon-bg-twitter {
  color: #4da7de;
}
.cid-qBsXt7a1Eq .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-qBsXt7a1Eq .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-qBsXt7a1Eq .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-qBsXt7a1Eq .socicon-bg-pinterest {
  color: #c92619;
}
.cid-qBsXt7a1Eq .socicon-bg-mail {
  color: #134785;
}
.cid-qBsXt7a1Eq .btn-social {
  border: none !important;
}
.cid-qBsXt7a1Eq .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-qBsXt7a1Eq [class^="socicon-"]:before,
.cid-qBsXt7a1Eq [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qBsXt7a1Eq .btn {
    font-size: 20px !important;
  }
}
.cid-uINEPOrRpF {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINEPOrRpF p {
  text-align: center;
}
.cid-uINEPOrRpF .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINEPOrRpF .btn-underline:hover {
  color: #505050;
}
.cid-uINEPOrRpF .btn-underline:before {
  background-color: #505050;
}
.cid-uINEPOrRpF .social-list a:focus {
  text-decoration: none;
}
.cid-uINEPOrRpF .text-copyright {
  width: 100%;
}
.cid-uINEPOrRpF .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINEPOrRpF .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINEPOrRpF .logo-footer {
  line-height: normal;
}
.cid-uINEPOrRpF .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINEPOrRpF .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINEPOrRpF .mbr-section-btn {
  font-size: 16px;
}
.cid-uINEPOrRpF .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qBsxmAOUSV .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-qBsxmAOUSV .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-qBsxmAOUSV a {
  font-style: normal;
}
.cid-qBsxmAOUSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qBsxmAOUSV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qBsxmAOUSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-qBsxmAOUSV .content-text {
  margin-bottom: 0;
}
.cid-qBsxmAOUSV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qBsxmAOUSV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qBsxmAOUSV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qBsxmAOUSV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-qBsxmAOUSV .nav-dropdown .link {
  font-weight: 400;
}
.cid-qBsxmAOUSV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qBsxmAOUSV .content-right-side {
  text-align: center;
}
.cid-qBsxmAOUSV .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qBsxmAOUSV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qBsxmAOUSV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qBsxmAOUSV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qBsxmAOUSV .menu-content-right {
  display: flex;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qBsxmAOUSV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qBsxmAOUSV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qBsxmAOUSV .widget-content .widget-text {
  margin-top: 7px;
}
.cid-qBsxmAOUSV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qBsxmAOUSV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-qBsxmAOUSV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qBsxmAOUSV .navbar {
    display: block;
    padding: 0;
  }
  .cid-qBsxmAOUSV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qBsxmAOUSV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-qBsxmAOUSV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qBsxmAOUSV .navbar-toggler {
    display: none;
  }
}
.cid-qBsxmAOUSV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qBsxmAOUSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBsxmAOUSV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qBsxmAOUSV .menu-logo {
  margin-right: auto;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBsxmAOUSV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBsxmAOUSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qBsxmAOUSV button.navbar-toggler:focus {
  outline: none;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .btn {
  display: flex;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBsxmAOUSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBsxmAOUSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qBsxmAOUSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBsxmAOUSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qBsxmAOUSV .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qBsxmAOUSV .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qBsxmAOUSV img {
    height: 3.8rem !important;
  }
  .cid-qBsxmAOUSV .btn {
    display: flex;
  }
  .cid-qBsxmAOUSV button.navbar-toggler {
    display: block;
  }
  .cid-qBsxmAOUSV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qBsxmAOUSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBsxmAOUSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing,
  .cid-qBsxmAOUSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qBsxmAOUSV .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qBsxmAOUSV .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-qBsxmAOUSV .nav-link:focus {
  outline: none;
}
.cid-qBsxmAOUSV .navbar-toggler {
  position: relative;
}
.cid-qBsxmAOUSV .dropdown-item.active,
.cid-qBsxmAOUSV .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-qBsxmAOUSV .widget-title,
.cid-qBsxmAOUSV .widget-icon {
  color: #ffffff;
}
.cid-qBsxmAOUSV .widget-text {
  color: #eaeaea;
}
.cid-rWQwgM8VW4 {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/graphic-design-2.png");
}
.cid-rWQwgM8VW4 H1 {
  color: #ffffff;
}
.cid-rWQwgM8VW4 .mbr-text {
  color: #ffffff;
}
.cid-rWQwSQw124 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/blue-feather.png");
}
.cid-rWQwSQw124 .plan-body .btn-bgr {
  z-index: 0;
}
.cid-rWQwSQw124 .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-rWQwSQw124 .list-group-item {
  padding: .75rem 0rem;
}
.cid-rWQwSQw124 .plan-subtitle {
  color: #a2a2a2;
}
.cid-rWQwSQw124 .mbr-text {
  margin: 10px 0 0 0;
  color: #ffffff;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-rWQwSQw124 .price-term .term {
  display: inline-block;
  background: #0c57bf;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-rWQwSQw124 .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-rWQwSQw124 .plan .mbr-overlay {
  background: #000000;
  opacity: 0.8;
}
.cid-rWQwSQw124 .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #0c57bf;
}
.cid-rWQwSQw124 .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-rWQwSQw124 .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-rWQwSQw124 .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #0c57bf;
}
.cid-rWQwSQw124 .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-rWQwSQw124 .plan .plan-body {
  position: relative;
  border-top: 1px solid #0c57bf;
}
@media (max-width: 992px) {
  .cid-rWQwSQw124 .plan {
    margin-bottom: 30px;
  }
}
.cid-rWQwSQw124 .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-rWQwSQw124 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-rWQwSQw124 .plan-price .price-figure {
  color: #ffffff;
}
.cid-rWQwSQw124 .plan-title {
  color: #ffffff;
}
.cid-rWQwSQw124 .price-term {
  color: #ffffff;
}
.cid-rWQwSQw124 .mbr-section-btn,
.cid-rWQwSQw124 .list-group {
  color: #ffffff;
}
.cid-qBsXt7a1Eq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-qBsXt7a1Eq .media-container-row {
  justify-content: space-between;
}
.cid-qBsXt7a1Eq .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-qBsXt7a1Eq .socicon-bg-twitter {
  color: #4da7de;
}
.cid-qBsXt7a1Eq .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-qBsXt7a1Eq .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-qBsXt7a1Eq .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-qBsXt7a1Eq .socicon-bg-pinterest {
  color: #c92619;
}
.cid-qBsXt7a1Eq .socicon-bg-mail {
  color: #134785;
}
.cid-qBsXt7a1Eq .btn-social {
  border: none !important;
}
.cid-qBsXt7a1Eq .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-qBsXt7a1Eq [class^="socicon-"]:before,
.cid-qBsXt7a1Eq [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qBsXt7a1Eq .btn {
    font-size: 20px !important;
  }
}
.cid-uINESKhcdK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINESKhcdK p {
  text-align: center;
}
.cid-uINESKhcdK .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINESKhcdK .btn-underline:hover {
  color: #505050;
}
.cid-uINESKhcdK .btn-underline:before {
  background-color: #505050;
}
.cid-uINESKhcdK .social-list a:focus {
  text-decoration: none;
}
.cid-uINESKhcdK .text-copyright {
  width: 100%;
}
.cid-uINESKhcdK .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINESKhcdK .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINESKhcdK .logo-footer {
  line-height: normal;
}
.cid-uINESKhcdK .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINESKhcdK .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINESKhcdK .mbr-section-btn {
  font-size: 16px;
}
.cid-uINESKhcdK .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qBsxmAOUSV .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-qBsxmAOUSV .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-qBsxmAOUSV a {
  font-style: normal;
}
.cid-qBsxmAOUSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qBsxmAOUSV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qBsxmAOUSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-qBsxmAOUSV .content-text {
  margin-bottom: 0;
}
.cid-qBsxmAOUSV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qBsxmAOUSV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qBsxmAOUSV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qBsxmAOUSV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-qBsxmAOUSV .nav-dropdown .link {
  font-weight: 400;
}
.cid-qBsxmAOUSV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qBsxmAOUSV .content-right-side {
  text-align: center;
}
.cid-qBsxmAOUSV .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qBsxmAOUSV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qBsxmAOUSV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qBsxmAOUSV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qBsxmAOUSV .menu-content-right {
  display: flex;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qBsxmAOUSV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qBsxmAOUSV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qBsxmAOUSV .widget-content .widget-text {
  margin-top: 7px;
}
.cid-qBsxmAOUSV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qBsxmAOUSV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-qBsxmAOUSV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qBsxmAOUSV .navbar {
    display: block;
    padding: 0;
  }
  .cid-qBsxmAOUSV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qBsxmAOUSV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-qBsxmAOUSV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qBsxmAOUSV .navbar-toggler {
    display: none;
  }
}
.cid-qBsxmAOUSV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qBsxmAOUSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBsxmAOUSV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qBsxmAOUSV .menu-logo {
  margin-right: auto;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBsxmAOUSV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBsxmAOUSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qBsxmAOUSV button.navbar-toggler:focus {
  outline: none;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .btn {
  display: flex;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBsxmAOUSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBsxmAOUSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qBsxmAOUSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBsxmAOUSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qBsxmAOUSV .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qBsxmAOUSV .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qBsxmAOUSV img {
    height: 3.8rem !important;
  }
  .cid-qBsxmAOUSV .btn {
    display: flex;
  }
  .cid-qBsxmAOUSV button.navbar-toggler {
    display: block;
  }
  .cid-qBsxmAOUSV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qBsxmAOUSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBsxmAOUSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing,
  .cid-qBsxmAOUSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qBsxmAOUSV .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qBsxmAOUSV .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-qBsxmAOUSV .nav-link:focus {
  outline: none;
}
.cid-qBsxmAOUSV .navbar-toggler {
  position: relative;
}
.cid-qBsxmAOUSV .dropdown-item.active,
.cid-qBsxmAOUSV .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-qBsxmAOUSV .widget-title,
.cid-qBsxmAOUSV .widget-icon {
  color: #ffffff;
}
.cid-qBsxmAOUSV .widget-text {
  color: #eaeaea;
}
.cid-uHH2nsOFwG {
  padding-top: 180px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-3.jpg");
}
.cid-uHH2nsOFwG .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-uHH2nsOFwG .mbr-overlay {
  background: linear-gradient(#000000 -10%, #000d79 75%);
}
.cid-uHH2nsOFwG .mbr-text,
.cid-uHH2nsOFwG .mbr-section-btn {
  text-align: left;
}
.cid-uHH2nsOFwG H1 {
  text-align: left;
}
.cid-uHH2nsOFwG H3 {
  text-align: left;
}
.cid-qBtbyRte8H {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-qBtbyRte8H h3 {
  text-align: center;
  font-weight: 300;
}
.cid-qBtbyRte8H .wrap {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.cid-qBtbyRte8H .mbr-section-subtitle {
  color: #000000;
}
.cid-qBtbyRte8H .pie_progress__number {
  text-align: center !important;
}
.cid-qBtbyRte8H .card-title {
  margin-bottom: 0;
}
.cid-qBtbyRte8H .card {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  word-wrap: break-word;
}
.cid-qBtbyRte8H .gardient-ini {
  position: absolute;
}
.cid-qBtbyRte8H ellipse {
  stroke: rgba(206, 206, 206, 0.4);
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-qBtbyRte8H .card {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
  }
}
.cid-qBtbyRte8H .mbr-section-title B {
  color: #4284df;
}
.cid-qBtbyRte8H .mbr-section-title {
  color: #000d79;
}
.cid-qBtf4LNR1V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-qBtf4LNR1V span {
  color: #c1c1c1;
}
.cid-qBtf4LNR1V .flex-block {
  display: flex;
  justify-content: space-between;
}
.cid-qBtf4LNR1V .flex-block span {
  font-size: 3rem;
  margin-right: 3rem;
}
@media (min-width: 577px) {
  .cid-qBtf4LNR1V .flex-block span {
    margin-left: 2rem;
  }
}
.cid-uHDsdL9LEW {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #e00030, #000d79);
}
.cid-uHDsdL9LEW .plan-body .btn-bgr {
  z-index: 0;
}
.cid-uHDsdL9LEW .list-group-item {
  padding: .5rem 3.25rem;
}
.cid-uHDsdL9LEW .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-uHDsdL9LEW .plan-title {
  background-color: #000d79;
}
.cid-uHDsdL9LEW .plan-header {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.cid-uHDsdL9LEW .plan-body {
  border-radius: 0 0 8px 8px;
}
.cid-uHDsdL9LEW .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-uHDsdL9LEW .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uHDsdL9LEW .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-uHDsdL9LEW .plan:nth-child(2) .plan-title {
  background-color: #e00030;
}
.cid-uHDsdL9LEW .plan-header,
.cid-uHDsdL9LEW .plan-body {
  background-color: #fff;
  border-bottom: solid 2px #ededed;
}
.cid-uHDsdL9LEW .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-uHDsdL9LEW .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-uHDsdL9LEW .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uHDsdL9LEW .list-group,
.cid-uHDsdL9LEW .mbr-section-btn {
  color: #000000;
}
.cid-uHDsdL9LEW .plan-price {
  color: #000000;
}
.cid-qBsXt7a1Eq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-qBsXt7a1Eq .media-container-row {
  justify-content: space-between;
}
.cid-qBsXt7a1Eq .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-qBsXt7a1Eq .socicon-bg-twitter {
  color: #4da7de;
}
.cid-qBsXt7a1Eq .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-qBsXt7a1Eq .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-qBsXt7a1Eq .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-qBsXt7a1Eq .socicon-bg-pinterest {
  color: #c92619;
}
.cid-qBsXt7a1Eq .socicon-bg-mail {
  color: #134785;
}
.cid-qBsXt7a1Eq .btn-social {
  border: none !important;
}
.cid-qBsXt7a1Eq .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-qBsXt7a1Eq [class^="socicon-"]:before,
.cid-qBsXt7a1Eq [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qBsXt7a1Eq .btn {
    font-size: 20px !important;
  }
}
.cid-uIQs54xnrw {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uIQs54xnrw p {
  text-align: center;
}
.cid-uIQs54xnrw .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uIQs54xnrw .btn-underline:hover {
  color: #505050;
}
.cid-uIQs54xnrw .btn-underline:before {
  background-color: #505050;
}
.cid-uIQs54xnrw .social-list a:focus {
  text-decoration: none;
}
.cid-uIQs54xnrw .text-copyright {
  width: 100%;
}
.cid-uIQs54xnrw .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uIQs54xnrw .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uIQs54xnrw .logo-footer {
  line-height: normal;
}
.cid-uIQs54xnrw .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uIQs54xnrw .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uIQs54xnrw .mbr-section-btn {
  font-size: 16px;
}
.cid-uIQs54xnrw .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qBsxmAOUSV .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-qBsxmAOUSV .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-qBsxmAOUSV a {
  font-style: normal;
}
.cid-qBsxmAOUSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qBsxmAOUSV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qBsxmAOUSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-qBsxmAOUSV .content-text {
  margin-bottom: 0;
}
.cid-qBsxmAOUSV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qBsxmAOUSV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qBsxmAOUSV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qBsxmAOUSV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-qBsxmAOUSV .nav-dropdown .link {
  font-weight: 400;
}
.cid-qBsxmAOUSV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qBsxmAOUSV .content-right-side {
  text-align: center;
}
.cid-qBsxmAOUSV .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qBsxmAOUSV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qBsxmAOUSV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qBsxmAOUSV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qBsxmAOUSV .menu-content-right {
  display: flex;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qBsxmAOUSV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qBsxmAOUSV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qBsxmAOUSV .widget-content .widget-text {
  margin-top: 7px;
}
.cid-qBsxmAOUSV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qBsxmAOUSV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-qBsxmAOUSV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qBsxmAOUSV .navbar {
    display: block;
    padding: 0;
  }
  .cid-qBsxmAOUSV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qBsxmAOUSV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-qBsxmAOUSV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qBsxmAOUSV .navbar-toggler {
    display: none;
  }
}
.cid-qBsxmAOUSV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qBsxmAOUSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBsxmAOUSV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qBsxmAOUSV .menu-logo {
  margin-right: auto;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBsxmAOUSV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBsxmAOUSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qBsxmAOUSV button.navbar-toggler:focus {
  outline: none;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .btn {
  display: flex;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBsxmAOUSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBsxmAOUSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qBsxmAOUSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBsxmAOUSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qBsxmAOUSV .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qBsxmAOUSV .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qBsxmAOUSV img {
    height: 3.8rem !important;
  }
  .cid-qBsxmAOUSV .btn {
    display: flex;
  }
  .cid-qBsxmAOUSV button.navbar-toggler {
    display: block;
  }
  .cid-qBsxmAOUSV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qBsxmAOUSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBsxmAOUSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing,
  .cid-qBsxmAOUSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qBsxmAOUSV .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qBsxmAOUSV .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-qBsxmAOUSV .nav-link:focus {
  outline: none;
}
.cid-qBsxmAOUSV .navbar-toggler {
  position: relative;
}
.cid-qBsxmAOUSV .dropdown-item.active,
.cid-qBsxmAOUSV .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-qBsxmAOUSV .widget-title,
.cid-qBsxmAOUSV .widget-icon {
  color: #ffffff;
}
.cid-qBsxmAOUSV .widget-text {
  color: #eaeaea;
}
.cid-rWQNoG6u4T {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rWQNoG6u4T H1 {
  color: #ffffff;
}
.cid-rWQNoG6u4T .mbr-text {
  color: #ffffff;
}
.cid-uP4dQ78i5o {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uP4dQ78i5o .list-group-item {
  padding: 0.5rem 3.25rem;
}
.cid-uP4dQ78i5o h4 {
  margin: 0;
}
.cid-uP4dQ78i5o .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-uP4dQ78i5o .plan-body {
  padding-bottom: 2rem;
}
.cid-uP4dQ78i5o .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uP4dQ78i5o .nav-tabs {
  border: none !important;
}
.cid-uP4dQ78i5o .nav-tabs .nav-item {
  margin: 0;
}
.cid-uP4dQ78i5o .nav-tabs .btn {
  transition: all 0.5s;
  border: none !important;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: transparent !important;
}
.cid-uP4dQ78i5o .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000d79 !important;
}
.cid-uP4dQ78i5o .nav-tabs .btn:after {
  display: none;
}
.cid-uP4dQ78i5o .nav-tabs .btn.active,
.cid-uP4dQ78i5o .nav-tabs .btn:hover {
  background: #e00030 !important;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .cid-uP4dQ78i5o .nav-tabs .btn {
    margin: 0px !important;
  }
  .cid-uP4dQ78i5o .nav-tabs .nav-item:first-child .btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-uP4dQ78i5o .nav-tabs .nav-item:last-child .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.cid-uP4dQ78i5o .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e00030;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-uP4dQ78i5o .line2 {
  background: #e00030;
}
.cid-uP4dQ78i5o .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-uP4dQ78i5o .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uP4dQ78i5o .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-uP4dQ78i5o .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uP4dQ78i5o .plan-header,
.cid-uP4dQ78i5o .plan-body {
  background-color: #fff;
}
.cid-uP4dQ78i5o .price-figure {
  font-weight: 700;
}
.cid-uP4dQ78i5o .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-uP4dQ78i5o .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uP4dQ78i5o .color1 {
  color: #e00030;
}
.cid-uP4dQ78i5o .color2 {
  color: #000d79;
}
.cid-uP4dQ78i5o LI {
  color: #767676;
}
.cid-uP4dQ78i5o .price-term {
  color: #767676;
}
.cid-qBPvBeLdYt {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000d79;
}
.cid-qBPvBeLdYt .mbr-text {
  color: #767676;
}
.cid-qBPvBeLdYt h4 {
  font-weight: 500;
}
.cid-qBPvBeLdYt h4,
.cid-qBPvBeLdYt h5 {
  text-align: center;
}
.cid-qBPvBeLdYt p {
  text-align: center;
}
.cid-qBPvBeLdYt .card-box {
  text-align: center;
}
.cid-qBPvBeLdYt .card-img {
  font-size: 3rem;
}
.cid-qBPvBeLdYt .mbr-iconfont {
  color: #000d79;
}
.cid-qBPvBeLdYt H2 {
  color: #ffffff;
}
.cid-qBPvBeLdYt .mbr-section-subtitle {
  color: #ffffff;
}
.cid-qBPvD20TVN {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000d79;
}
.cid-qBPvD20TVN .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-qBPvD20TVN .media-container-row {
  flex-wrap: wrap;
}
.cid-qBPvD20TVN .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-qBPvD20TVN .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-qBPvD20TVN .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #ffffff;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qBPvD20TVN .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-qBPvD20TVN .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-qBPvD20TVN .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-qBPvD20TVN .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qBPvD20TVN .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-qBPvD20TVN .card-title B {
  color: #ffffff;
}
.cid-qBPvD20TVN .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-qBPvNlPcBT {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #000d79;
}
.cid-qBPvNlPcBT .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-qBPvNlPcBT .media-container-row {
  flex-wrap: wrap;
}
.cid-qBPvNlPcBT .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-qBPvNlPcBT .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-qBPvNlPcBT .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #ffffff;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-qBPvNlPcBT .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-qBPvNlPcBT .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-qBPvNlPcBT .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-qBPvNlPcBT .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-qBPvNlPcBT .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-qBPvNlPcBT .card-title B {
  color: #ffffff;
}
.cid-qBPvNlPcBT .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-qBsXt7a1Eq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-qBsXt7a1Eq .media-container-row {
  justify-content: space-between;
}
.cid-qBsXt7a1Eq .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-qBsXt7a1Eq .socicon-bg-twitter {
  color: #4da7de;
}
.cid-qBsXt7a1Eq .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-qBsXt7a1Eq .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-qBsXt7a1Eq .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-qBsXt7a1Eq .socicon-bg-pinterest {
  color: #c92619;
}
.cid-qBsXt7a1Eq .socicon-bg-mail {
  color: #134785;
}
.cid-qBsXt7a1Eq .btn-social {
  border: none !important;
}
.cid-qBsXt7a1Eq .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-qBsXt7a1Eq [class^="socicon-"]:before,
.cid-qBsXt7a1Eq [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qBsXt7a1Eq .btn {
    font-size: 20px !important;
  }
}
.cid-uINEp9AoC9 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINEp9AoC9 p {
  text-align: center;
}
.cid-uINEp9AoC9 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINEp9AoC9 .btn-underline:hover {
  color: #505050;
}
.cid-uINEp9AoC9 .btn-underline:before {
  background-color: #505050;
}
.cid-uINEp9AoC9 .social-list a:focus {
  text-decoration: none;
}
.cid-uINEp9AoC9 .text-copyright {
  width: 100%;
}
.cid-uINEp9AoC9 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINEp9AoC9 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINEp9AoC9 .logo-footer {
  line-height: normal;
}
.cid-uINEp9AoC9 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINEp9AoC9 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINEp9AoC9 .mbr-section-btn {
  font-size: 16px;
}
.cid-uINEp9AoC9 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rWQW9wD0pS .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-rWQW9wD0pS .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-rWQW9wD0pS a {
  font-style: normal;
}
.cid-rWQW9wD0pS .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rWQW9wD0pS .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-rWQW9wD0pS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-rWQW9wD0pS .content-text {
  margin-bottom: 0;
}
.cid-rWQW9wD0pS .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rWQW9wD0pS .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rWQW9wD0pS .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rWQW9wD0pS .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rWQW9wD0pS .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rWQW9wD0pS .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rWQW9wD0pS .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rWQW9wD0pS .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rWQW9wD0pS .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-rWQW9wD0pS .nav-dropdown .link {
  font-weight: 400;
}
.cid-rWQW9wD0pS .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rWQW9wD0pS .content-right-side {
  text-align: center;
}
.cid-rWQW9wD0pS .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rWQW9wD0pS .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rWQW9wD0pS .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rWQW9wD0pS .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rWQW9wD0pS .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rWQW9wD0pS .menu-content-right {
  display: flex;
}
.cid-rWQW9wD0pS .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rWQW9wD0pS .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rWQW9wD0pS .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rWQW9wD0pS .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rWQW9wD0pS .widget-content .widget-text {
  margin-top: 7px;
}
.cid-rWQW9wD0pS .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-rWQW9wD0pS .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rWQW9wD0pS .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-rWQW9wD0pS .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-rWQW9wD0pS .navbar {
    display: block;
    padding: 0;
  }
  .cid-rWQW9wD0pS .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-rWQW9wD0pS .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-rWQW9wD0pS .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rWQW9wD0pS .navbar-toggler {
    display: none;
  }
}
.cid-rWQW9wD0pS .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rWQW9wD0pS .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rWQW9wD0pS .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rWQW9wD0pS .menu-logo {
  margin-right: auto;
}
.cid-rWQW9wD0pS .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rWQW9wD0pS .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rWQW9wD0pS .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rWQW9wD0pS .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rWQW9wD0pS .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rWQW9wD0pS .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rWQW9wD0pS .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rWQW9wD0pS .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rWQW9wD0pS .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWQW9wD0pS .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rWQW9wD0pS .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rWQW9wD0pS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWQW9wD0pS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWQW9wD0pS .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-rWQW9wD0pS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rWQW9wD0pS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWQW9wD0pS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-rWQW9wD0pS .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rWQW9wD0pS .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWQW9wD0pS .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rWQW9wD0pS .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rWQW9wD0pS .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rWQW9wD0pS .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rWQW9wD0pS .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rWQW9wD0pS .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rWQW9wD0pS button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-rWQW9wD0pS button.navbar-toggler:focus {
  outline: none;
}
.cid-rWQW9wD0pS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-rWQW9wD0pS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWQW9wD0pS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWQW9wD0pS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWQW9wD0pS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWQW9wD0pS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWQW9wD0pS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWQW9wD0pS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWQW9wD0pS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWQW9wD0pS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWQW9wD0pS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWQW9wD0pS .collapsed .btn {
  display: flex;
}
.cid-rWQW9wD0pS .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rWQW9wD0pS .collapsed .navbar-collapse.collapsing,
.cid-rWQW9wD0pS .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rWQW9wD0pS .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rWQW9wD0pS .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rWQW9wD0pS .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rWQW9wD0pS .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rWQW9wD0pS .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rWQW9wD0pS .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-rWQW9wD0pS .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rWQW9wD0pS .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rWQW9wD0pS .collapsed button.navbar-toggler {
  display: block;
}
.cid-rWQW9wD0pS .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rWQW9wD0pS .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWQW9wD0pS .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rWQW9wD0pS .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rWQW9wD0pS .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rWQW9wD0pS .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rWQW9wD0pS .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rWQW9wD0pS .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-rWQW9wD0pS img {
    height: 3.8rem !important;
  }
  .cid-rWQW9wD0pS .btn {
    display: flex;
  }
  .cid-rWQW9wD0pS button.navbar-toggler {
    display: block;
  }
  .cid-rWQW9wD0pS .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rWQW9wD0pS .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWQW9wD0pS .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rWQW9wD0pS .navbar-collapse.collapsing,
  .cid-rWQW9wD0pS .navbar-collapse.show {
    display: block !important;
  }
  .cid-rWQW9wD0pS .navbar-collapse.collapsing .navbar-nav,
  .cid-rWQW9wD0pS .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rWQW9wD0pS .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rWQW9wD0pS .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rWQW9wD0pS .navbar-collapse.collapsing .navbar-buttons,
  .cid-rWQW9wD0pS .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-rWQW9wD0pS .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rWQW9wD0pS .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rWQW9wD0pS .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rWQW9wD0pS .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rWQW9wD0pS .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rWQW9wD0pS .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rWQW9wD0pS .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rWQW9wD0pS .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rWQW9wD0pS .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rWQW9wD0pS .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-rWQW9wD0pS .nav-link:focus {
  outline: none;
}
.cid-rWQW9wD0pS .navbar-toggler {
  position: relative;
}
.cid-rWQW9wD0pS .dropdown-item.active,
.cid-rWQW9wD0pS .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-rWQW9wD0pS .widget-title,
.cid-rWQW9wD0pS .widget-icon {
  color: #ffffff;
}
.cid-rWQW9wD0pS .widget-text {
  color: #eaeaea;
}
.cid-rWQW9zxc7i {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-2-1920x1280.jpg");
}
.cid-rWQW9zxc7i H1 {
  color: #ffffff;
}
.cid-rWQW9zxc7i .mbr-text {
  color: #ffffff;
}
.cid-uP4kc7O2qL {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #ffffff;
}
.cid-uP4kc7O2qL .list-group-item {
  padding: 0.5rem 3.25rem;
}
.cid-uP4kc7O2qL h4 {
  margin: 0;
}
.cid-uP4kc7O2qL .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-uP4kc7O2qL .plan-body {
  padding-bottom: 2rem;
}
.cid-uP4kc7O2qL .plan-header {
  padding-top: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-uP4kc7O2qL .nav-tabs {
  border: none !important;
}
.cid-uP4kc7O2qL .nav-tabs .nav-item {
  margin: 0;
}
.cid-uP4kc7O2qL .nav-tabs .btn {
  transition: all 0.5s;
  border: none !important;
  padding-top: 0.6rem;
  padding-bottom: 0.6rem;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  background: transparent !important;
}
.cid-uP4kc7O2qL .nav-tabs .btn:not(:focus):not(:hover):not(.active) {
  color: #000d79 !important;
}
.cid-uP4kc7O2qL .nav-tabs .btn:after {
  display: none;
}
.cid-uP4kc7O2qL .nav-tabs .btn.active,
.cid-uP4kc7O2qL .nav-tabs .btn:hover {
  background: #e00030 !important;
  color: #ffffff !important;
}
@media (min-width: 768px) {
  .cid-uP4kc7O2qL .nav-tabs .btn {
    margin: 0px !important;
  }
  .cid-uP4kc7O2qL .nav-tabs .nav-item:first-child .btn {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-uP4kc7O2qL .nav-tabs .nav-item:last-child .btn {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
}
.cid-uP4kc7O2qL .line {
  width: 35px;
  height: 3px;
  display: inline-block;
  background: #e00030;
  transition: background 0.3s;
  margin-bottom: 1.5rem;
}
.cid-uP4kc7O2qL .line2 {
  background: #e00030;
}
.cid-uP4kc7O2qL .plan {
  word-break: break-word;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-uP4kc7O2qL .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
}
.cid-uP4kc7O2qL .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: '';
  background-color: #eaeaea;
}
.cid-uP4kc7O2qL .plan .list-group-item:last-child::after {
  display: none;
}
.cid-uP4kc7O2qL .plan-header,
.cid-uP4kc7O2qL .plan-body {
  background-color: #fff;
}
.cid-uP4kc7O2qL .price-figure {
  font-weight: 700;
}
.cid-uP4kc7O2qL .price-value {
  font-weight: 700;
  vertical-align: top;
}
@media (max-width: 550px) {
  .cid-uP4kc7O2qL .price-figure {
    font-size: 4.25rem;
  }
}
.cid-uP4kc7O2qL .color1 {
  color: #e00030;
}
.cid-uP4kc7O2qL .color2 {
  color: #000d79;
}
.cid-uP4kc7O2qL LI {
  color: #767676;
}
.cid-uP4kc7O2qL .price-term {
  color: #767676;
}
.cid-rWQW9EYy9g {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000d79;
}
.cid-rWQW9EYy9g .mbr-text {
  color: #767676;
}
.cid-rWQW9EYy9g h4 {
  font-weight: 500;
}
.cid-rWQW9EYy9g h4,
.cid-rWQW9EYy9g h5 {
  text-align: center;
}
.cid-rWQW9EYy9g p {
  text-align: center;
}
.cid-rWQW9EYy9g .card-box {
  text-align: center;
}
.cid-rWQW9EYy9g .card-img {
  font-size: 3rem;
}
.cid-rWQW9EYy9g .mbr-iconfont {
  color: #000d79;
}
.cid-rWQW9EYy9g H2 {
  color: #ffffff;
}
.cid-rWQW9EYy9g .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rWQW9HwNV2 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #000d79;
}
.cid-rWQW9HwNV2 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-rWQW9HwNV2 .media-container-row {
  flex-wrap: wrap;
}
.cid-rWQW9HwNV2 .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-rWQW9HwNV2 .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-rWQW9HwNV2 .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #ffffff;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-rWQW9HwNV2 .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-rWQW9HwNV2 .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rWQW9HwNV2 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-rWQW9HwNV2 .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-rWQW9HwNV2 .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-rWQW9HwNV2 .card-title B {
  color: #ffffff;
}
.cid-rWQW9HwNV2 .card-title {
  text-align: center;
}
.cid-rWQW9KJutF {
  padding-top: 0px;
  padding-bottom: 135px;
  background-color: #000d79;
}
.cid-rWQW9KJutF .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-rWQW9KJutF .media-container-row {
  flex-wrap: wrap;
}
.cid-rWQW9KJutF .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-rWQW9KJutF .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-rWQW9KJutF .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #ffffff;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-rWQW9KJutF .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-rWQW9KJutF .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-rWQW9KJutF .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-rWQW9KJutF .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-rWQW9KJutF .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-rWQW9KJutF .card-title B {
  color: #ffffff;
}
.cid-rWQW9KJutF .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-rWQW9NjEc2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-rWQW9NjEc2 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-rWQW9NjEc2 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-rWQW9NjEc2 .media-container-row {
  justify-content: space-between;
}
.cid-rWQW9NjEc2 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-rWQW9NjEc2 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-rWQW9NjEc2 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-rWQW9NjEc2 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-rWQW9NjEc2 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-rWQW9NjEc2 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-rWQW9NjEc2 .socicon-bg-mail {
  color: #134785;
}
.cid-rWQW9NjEc2 .btn-social {
  border: none !important;
}
.cid-rWQW9NjEc2 .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-rWQW9NjEc2 [class^="socicon-"]:before,
.cid-rWQW9NjEc2 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-rWQW9NjEc2 .btn {
    font-size: 20px !important;
  }
}
.cid-uINEli5vf4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINEli5vf4 p {
  text-align: center;
}
.cid-uINEli5vf4 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINEli5vf4 .btn-underline:hover {
  color: #505050;
}
.cid-uINEli5vf4 .btn-underline:before {
  background-color: #505050;
}
.cid-uINEli5vf4 .social-list a:focus {
  text-decoration: none;
}
.cid-uINEli5vf4 .text-copyright {
  width: 100%;
}
.cid-uINEli5vf4 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINEli5vf4 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINEli5vf4 .logo-footer {
  line-height: normal;
}
.cid-uINEli5vf4 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINEli5vf4 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINEli5vf4 .mbr-section-btn {
  font-size: 16px;
}
.cid-uINEli5vf4 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-rWQZvRXgyN .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-rWQZvRXgyN .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-rWQZvRXgyN a {
  font-style: normal;
}
.cid-rWQZvRXgyN .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-rWQZvRXgyN .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-rWQZvRXgyN .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-rWQZvRXgyN .content-text {
  margin-bottom: 0;
}
.cid-rWQZvRXgyN .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-rWQZvRXgyN .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-rWQZvRXgyN .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-rWQZvRXgyN .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-rWQZvRXgyN .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-rWQZvRXgyN .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rWQZvRXgyN .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-rWQZvRXgyN .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-rWQZvRXgyN .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-rWQZvRXgyN .nav-dropdown .link {
  font-weight: 400;
}
.cid-rWQZvRXgyN .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-rWQZvRXgyN .content-right-side {
  text-align: center;
}
.cid-rWQZvRXgyN .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-rWQZvRXgyN .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-rWQZvRXgyN .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-rWQZvRXgyN .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-rWQZvRXgyN .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-rWQZvRXgyN .menu-content-right {
  display: flex;
}
.cid-rWQZvRXgyN .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-rWQZvRXgyN .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-rWQZvRXgyN .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-rWQZvRXgyN .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-rWQZvRXgyN .widget-content .widget-text {
  margin-top: 7px;
}
.cid-rWQZvRXgyN .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-rWQZvRXgyN .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-rWQZvRXgyN .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-rWQZvRXgyN .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-rWQZvRXgyN .navbar {
    display: block;
    padding: 0;
  }
  .cid-rWQZvRXgyN .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-rWQZvRXgyN .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-rWQZvRXgyN .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-rWQZvRXgyN .navbar-toggler {
    display: none;
  }
}
.cid-rWQZvRXgyN .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-rWQZvRXgyN .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-rWQZvRXgyN .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-rWQZvRXgyN .menu-logo {
  margin-right: auto;
}
.cid-rWQZvRXgyN .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-rWQZvRXgyN .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-rWQZvRXgyN .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-rWQZvRXgyN .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-rWQZvRXgyN .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-rWQZvRXgyN .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-rWQZvRXgyN .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-rWQZvRXgyN .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-rWQZvRXgyN .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-rWQZvRXgyN .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-rWQZvRXgyN .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-rWQZvRXgyN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-rWQZvRXgyN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-rWQZvRXgyN .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-rWQZvRXgyN .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-rWQZvRXgyN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-rWQZvRXgyN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-rWQZvRXgyN .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-rWQZvRXgyN .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-rWQZvRXgyN .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-rWQZvRXgyN .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-rWQZvRXgyN .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-rWQZvRXgyN .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rWQZvRXgyN .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-rWQZvRXgyN .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-rWQZvRXgyN button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-rWQZvRXgyN button.navbar-toggler:focus {
  outline: none;
}
.cid-rWQZvRXgyN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-rWQZvRXgyN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-rWQZvRXgyN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-rWQZvRXgyN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-rWQZvRXgyN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-rWQZvRXgyN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWQZvRXgyN nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-rWQZvRXgyN nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-rWQZvRXgyN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-rWQZvRXgyN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-rWQZvRXgyN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-rWQZvRXgyN .collapsed .btn {
  display: flex;
}
.cid-rWQZvRXgyN .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-rWQZvRXgyN .collapsed .navbar-collapse.collapsing,
.cid-rWQZvRXgyN .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-rWQZvRXgyN .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-rWQZvRXgyN .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-rWQZvRXgyN .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-rWQZvRXgyN .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-rWQZvRXgyN .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-rWQZvRXgyN .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-rWQZvRXgyN .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-rWQZvRXgyN .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-rWQZvRXgyN .collapsed button.navbar-toggler {
  display: block;
}
.cid-rWQZvRXgyN .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-rWQZvRXgyN .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-rWQZvRXgyN .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-rWQZvRXgyN .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-rWQZvRXgyN .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-rWQZvRXgyN .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-rWQZvRXgyN .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-rWQZvRXgyN .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-rWQZvRXgyN img {
    height: 3.8rem !important;
  }
  .cid-rWQZvRXgyN .btn {
    display: flex;
  }
  .cid-rWQZvRXgyN button.navbar-toggler {
    display: block;
  }
  .cid-rWQZvRXgyN .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-rWQZvRXgyN .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-rWQZvRXgyN .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-rWQZvRXgyN .navbar-collapse.collapsing,
  .cid-rWQZvRXgyN .navbar-collapse.show {
    display: block !important;
  }
  .cid-rWQZvRXgyN .navbar-collapse.collapsing .navbar-nav,
  .cid-rWQZvRXgyN .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-rWQZvRXgyN .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-rWQZvRXgyN .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-rWQZvRXgyN .navbar-collapse.collapsing .navbar-buttons,
  .cid-rWQZvRXgyN .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-rWQZvRXgyN .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-rWQZvRXgyN .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-rWQZvRXgyN .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-rWQZvRXgyN .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-rWQZvRXgyN .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-rWQZvRXgyN .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-rWQZvRXgyN .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-rWQZvRXgyN .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-rWQZvRXgyN .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-rWQZvRXgyN .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-rWQZvRXgyN .nav-link:focus {
  outline: none;
}
.cid-rWQZvRXgyN .navbar-toggler {
  position: relative;
}
.cid-rWQZvRXgyN .dropdown-item.active,
.cid-rWQZvRXgyN .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-rWQZvRXgyN .widget-title,
.cid-rWQZvRXgyN .widget-icon {
  color: #ffffff;
}
.cid-rWQZvRXgyN .widget-text {
  color: #eaeaea;
}
.cid-uP49pF2ewn {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/hosting-meta.jpg");
}
.cid-uP49pF2ewn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uP49pF2ewn .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uP49pF2ewn .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uP49pF2ewn .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uP49pF2ewn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uP49pF2ewn .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uP49pF2ewn .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
@media (max-width: 767px) {
  .cid-uP49pF2ewn .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uP49pF2ewn .card-title,
.cid-uP49pF2ewn .iconfont-wrapper {
  color: #000000;
}
.cid-uP49pF2ewn .card-text {
  color: #000000;
}
.cid-uP49pF2ewn .content-head {
  max-width: 800px;
}
.cid-uP49pF2ewn .mbr-section-title {
  color: #ffffff;
}
.cid-uP49pF2ewn .card-text,
.cid-uP49pF2ewn .mbr-section-btn {
  text-align: center;
}
.cid-uP49pF2ewn .price {
  text-align: center;
}
.cid-uP49pF2ewn .card-title,
.cid-uP49pF2ewn .img-wrapper {
  text-align: center;
}
.cid-uP49pF2ewn .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uINErxwBJx {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINErxwBJx p {
  text-align: center;
}
.cid-uINErxwBJx .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINErxwBJx .btn-underline:hover {
  color: #505050;
}
.cid-uINErxwBJx .btn-underline:before {
  background-color: #505050;
}
.cid-uINErxwBJx .social-list a:focus {
  text-decoration: none;
}
.cid-uINErxwBJx .text-copyright {
  width: 100%;
}
.cid-uINErxwBJx .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINErxwBJx .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINErxwBJx .logo-footer {
  line-height: normal;
}
.cid-uINErxwBJx .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINErxwBJx .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINErxwBJx .mbr-section-btn {
  font-size: 16px;
}
.cid-uINErxwBJx .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qBsxmAOUSV .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-qBsxmAOUSV .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-qBsxmAOUSV a {
  font-style: normal;
}
.cid-qBsxmAOUSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qBsxmAOUSV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qBsxmAOUSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-qBsxmAOUSV .content-text {
  margin-bottom: 0;
}
.cid-qBsxmAOUSV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qBsxmAOUSV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qBsxmAOUSV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qBsxmAOUSV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-qBsxmAOUSV .nav-dropdown .link {
  font-weight: 400;
}
.cid-qBsxmAOUSV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qBsxmAOUSV .content-right-side {
  text-align: center;
}
.cid-qBsxmAOUSV .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qBsxmAOUSV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qBsxmAOUSV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qBsxmAOUSV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qBsxmAOUSV .menu-content-right {
  display: flex;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qBsxmAOUSV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qBsxmAOUSV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qBsxmAOUSV .widget-content .widget-text {
  margin-top: 7px;
}
.cid-qBsxmAOUSV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qBsxmAOUSV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-qBsxmAOUSV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qBsxmAOUSV .navbar {
    display: block;
    padding: 0;
  }
  .cid-qBsxmAOUSV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qBsxmAOUSV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-qBsxmAOUSV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qBsxmAOUSV .navbar-toggler {
    display: none;
  }
}
.cid-qBsxmAOUSV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qBsxmAOUSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBsxmAOUSV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qBsxmAOUSV .menu-logo {
  margin-right: auto;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBsxmAOUSV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBsxmAOUSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qBsxmAOUSV button.navbar-toggler:focus {
  outline: none;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .btn {
  display: flex;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBsxmAOUSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBsxmAOUSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qBsxmAOUSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBsxmAOUSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qBsxmAOUSV .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qBsxmAOUSV .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qBsxmAOUSV img {
    height: 3.8rem !important;
  }
  .cid-qBsxmAOUSV .btn {
    display: flex;
  }
  .cid-qBsxmAOUSV button.navbar-toggler {
    display: block;
  }
  .cid-qBsxmAOUSV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qBsxmAOUSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBsxmAOUSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing,
  .cid-qBsxmAOUSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qBsxmAOUSV .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qBsxmAOUSV .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-qBsxmAOUSV .nav-link:focus {
  outline: none;
}
.cid-qBsxmAOUSV .navbar-toggler {
  position: relative;
}
.cid-qBsxmAOUSV .dropdown-item.active,
.cid-qBsxmAOUSV .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-qBsxmAOUSV .widget-title,
.cid-qBsxmAOUSV .widget-icon {
  color: #ffffff;
}
.cid-qBsxmAOUSV .widget-text {
  color: #eaeaea;
}
.cid-tPpajCUV1O {
  padding-top: 180px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/consulting-services.png");
}
.cid-tPpajCUV1O .media-container-column .btn-bgr {
  z-index: 0;
}
.cid-tPpajCUV1O .mbr-overlay {
  background: linear-gradient(#e00030 -10%, #000d79 75%);
}
.cid-tPp9y50Hiy {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000d79;
}
.cid-tPp9y50Hiy .mbr-text {
  color: #767676;
}
.cid-tPp9y50Hiy h4 {
  font-weight: 500;
}
.cid-tPp9y50Hiy h4,
.cid-tPp9y50Hiy h5 {
  text-align: center;
}
.cid-tPp9y50Hiy p {
  text-align: center;
}
.cid-tPp9y50Hiy .card-box {
  text-align: center;
}
.cid-tPp9y50Hiy .card-img {
  font-size: 3rem;
}
.cid-tPp9y50Hiy .mbr-iconfont {
  color: #000d79;
}
.cid-tPp9y50Hiy H2 {
  color: #ffffff;
}
.cid-tPp9y50Hiy .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tPp9z4s5L3 {
  padding-top: 15px;
  padding-bottom: 135px;
  background-color: #000d79;
}
.cid-tPp9z4s5L3 .mbr-text {
  color: #ffffff;
  text-align: center;
}
.cid-tPp9z4s5L3 .media-container-row {
  flex-wrap: wrap;
}
.cid-tPp9z4s5L3 .card-item {
  display: flex;
  justify-content: flex-start;
}
.cid-tPp9z4s5L3 .card-item .card-icon {
  margin: 0 0.5rem 1rem;
}
.cid-tPp9z4s5L3 .card-item .card-icon span {
  font-size: 4rem;
  padding: 0.5rem;
  color: #ffffff;
  -webkit-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  -moz-transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
  transition: transform 0.4s cubic-bezier(0.38, 3, 0.57, 1.6);
}
.cid-tPp9z4s5L3 .card-item:hover .card-icon span {
  -webkit-transform: translate3d(0, -5px, 0);
  -moz-transform: translate3d(0, -5px, 0);
  transform: translate3d(0, -5px, 0);
}
@media (min-width: 577px) {
  .cid-tPp9z4s5L3 .card-item .card-icon {
    margin-right: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-tPp9z4s5L3 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
@media (max-width: 576px) {
  .cid-tPp9z4s5L3 .card-item {
    padding: 0 0 1rem!important;
  }
  .cid-tPp9z4s5L3 .card-item .card-icon span {
    font-size: 3rem;
  }
}
.cid-tPp9z4s5L3 .card-title B {
  color: #ffffff;
}
.cid-tPp9z4s5L3 .card-title {
  color: #ffffff;
  text-align: center;
}
.cid-tPpcrgmAk5 {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #ffffff;
}
.cid-tPpcrgmAk5 .mbr-text {
  color: #767676;
}
.cid-tPpcrgmAk5 h4 {
  font-weight: 500;
}
.cid-tPpcrgmAk5 h4,
.cid-tPpcrgmAk5 h5 {
  text-align: center;
}
.cid-tPpcrgmAk5 p {
  text-align: center;
}
.cid-tPpcrgmAk5 .card-box {
  text-align: center;
}
.cid-tPpcrgmAk5 .card-img {
  font-size: 3rem;
}
.cid-tPpcrgmAk5 .mbr-iconfont {
  color: #000d79;
}
.cid-qBsXt7a1Eq {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-qBsXt7a1Eq h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-qBsXt7a1Eq .media-container-row {
  justify-content: space-between;
}
.cid-qBsXt7a1Eq .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-qBsXt7a1Eq .socicon-bg-twitter {
  color: #4da7de;
}
.cid-qBsXt7a1Eq .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-qBsXt7a1Eq .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-qBsXt7a1Eq .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-qBsXt7a1Eq .socicon-bg-pinterest {
  color: #c92619;
}
.cid-qBsXt7a1Eq .socicon-bg-mail {
  color: #134785;
}
.cid-qBsXt7a1Eq .btn-social {
  border: none !important;
}
.cid-qBsXt7a1Eq .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-qBsXt7a1Eq [class^="socicon-"]:before,
.cid-qBsXt7a1Eq [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-qBsXt7a1Eq .btn {
    font-size: 20px !important;
  }
}
.cid-uINF7DBhe4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINF7DBhe4 p {
  text-align: center;
}
.cid-uINF7DBhe4 .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINF7DBhe4 .btn-underline:hover {
  color: #505050;
}
.cid-uINF7DBhe4 .btn-underline:before {
  background-color: #505050;
}
.cid-uINF7DBhe4 .social-list a:focus {
  text-decoration: none;
}
.cid-uINF7DBhe4 .text-copyright {
  width: 100%;
}
.cid-uINF7DBhe4 .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINF7DBhe4 .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINF7DBhe4 .logo-footer {
  line-height: normal;
}
.cid-uINF7DBhe4 .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINF7DBhe4 .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINF7DBhe4 .mbr-section-btn {
  font-size: 16px;
}
.cid-uINF7DBhe4 .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tvyEm0EEl1 .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-tvyEm0EEl1 .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-tvyEm0EEl1 a {
  font-style: normal;
}
.cid-tvyEm0EEl1 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tvyEm0EEl1 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-tvyEm0EEl1 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-tvyEm0EEl1 .content-text {
  margin-bottom: 0;
}
.cid-tvyEm0EEl1 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tvyEm0EEl1 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tvyEm0EEl1 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tvyEm0EEl1 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tvyEm0EEl1 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tvyEm0EEl1 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvyEm0EEl1 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvyEm0EEl1 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tvyEm0EEl1 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-tvyEm0EEl1 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tvyEm0EEl1 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tvyEm0EEl1 .content-right-side {
  text-align: center;
}
.cid-tvyEm0EEl1 .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tvyEm0EEl1 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tvyEm0EEl1 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tvyEm0EEl1 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tvyEm0EEl1 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tvyEm0EEl1 .menu-content-right {
  display: flex;
}
.cid-tvyEm0EEl1 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tvyEm0EEl1 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tvyEm0EEl1 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tvyEm0EEl1 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tvyEm0EEl1 .widget-content .widget-text {
  margin-top: 7px;
}
.cid-tvyEm0EEl1 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-tvyEm0EEl1 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tvyEm0EEl1 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-tvyEm0EEl1 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-tvyEm0EEl1 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tvyEm0EEl1 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-tvyEm0EEl1 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-tvyEm0EEl1 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tvyEm0EEl1 .navbar-toggler {
    display: none;
  }
}
.cid-tvyEm0EEl1 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tvyEm0EEl1 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tvyEm0EEl1 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tvyEm0EEl1 .menu-logo {
  margin-right: auto;
}
.cid-tvyEm0EEl1 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tvyEm0EEl1 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tvyEm0EEl1 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tvyEm0EEl1 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvyEm0EEl1 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tvyEm0EEl1 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvyEm0EEl1 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tvyEm0EEl1 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvyEm0EEl1 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvyEm0EEl1 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvyEm0EEl1 .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tvyEm0EEl1 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tvyEm0EEl1 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvyEm0EEl1 .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-tvyEm0EEl1 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tvyEm0EEl1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tvyEm0EEl1 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-tvyEm0EEl1 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvyEm0EEl1 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvyEm0EEl1 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tvyEm0EEl1 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tvyEm0EEl1 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tvyEm0EEl1 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvyEm0EEl1 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvyEm0EEl1 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvyEm0EEl1 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-tvyEm0EEl1 button.navbar-toggler:focus {
  outline: none;
}
.cid-tvyEm0EEl1 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-tvyEm0EEl1 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvyEm0EEl1 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvyEm0EEl1 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvyEm0EEl1 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvyEm0EEl1 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvyEm0EEl1 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvyEm0EEl1 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvyEm0EEl1 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvyEm0EEl1 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvyEm0EEl1 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvyEm0EEl1 .collapsed .btn {
  display: flex;
}
.cid-tvyEm0EEl1 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.collapsing,
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvyEm0EEl1 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tvyEm0EEl1 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvyEm0EEl1 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tvyEm0EEl1 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvyEm0EEl1 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tvyEm0EEl1 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvyEm0EEl1 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvyEm0EEl1 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tvyEm0EEl1 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tvyEm0EEl1 .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-tvyEm0EEl1 img {
    height: 3.8rem !important;
  }
  .cid-tvyEm0EEl1 .btn {
    display: flex;
  }
  .cid-tvyEm0EEl1 button.navbar-toggler {
    display: block;
  }
  .cid-tvyEm0EEl1 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tvyEm0EEl1 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvyEm0EEl1 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvyEm0EEl1 .navbar-collapse.collapsing,
  .cid-tvyEm0EEl1 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tvyEm0EEl1 .navbar-collapse.collapsing .navbar-nav,
  .cid-tvyEm0EEl1 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvyEm0EEl1 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvyEm0EEl1 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvyEm0EEl1 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvyEm0EEl1 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-tvyEm0EEl1 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvyEm0EEl1 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvyEm0EEl1 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tvyEm0EEl1 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvyEm0EEl1 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvyEm0EEl1 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tvyEm0EEl1 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tvyEm0EEl1 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tvyEm0EEl1 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-tvyEm0EEl1 .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-tvyEm0EEl1 .nav-link:focus {
  outline: none;
}
.cid-tvyEm0EEl1 .navbar-toggler {
  position: relative;
}
.cid-tvyEm0EEl1 .dropdown-item.active,
.cid-tvyEm0EEl1 .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-tvyEm0EEl1 .widget-title,
.cid-tvyEm0EEl1 .widget-icon {
  color: #ffffff;
}
.cid-tvyEm0EEl1 .widget-text {
  color: #eaeaea;
}
.cid-tvyEm18G0P {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/cloud-security.png");
}
.cid-tvyEm18G0P H1 {
  color: #ffffff;
}
.cid-tvyEm18G0P .mbr-text {
  color: #ffffff;
}
.cid-tvyH9K1KsE {
  padding-top: 135px;
  padding-bottom: 135px;
  background-color: #f9f9f9;
}
.cid-tvyH9K1KsE .card {
  padding: 1rem 1rem 3rem 1rem;
}
.cid-tvyH9K1KsE .card-img {
  padding-bottom: 2rem;
}
.cid-tvyH9K1KsE .mbr-text {
  color: #767676;
}
.cid-tvyH9K1KsE span {
  font-size: 14px;
  color: #ffffff;
}
.cid-tvyH9K1KsE .mbr-section-btn {
  margin-left: 0;
}
.cid-tvyH9K1KsE .date span {
  display: inline-block;
  background-color: #e00030;
  padding: 0.2rem 1rem;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 90%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-tvyH9K1KsE .card-title {
    text-align: center;
  }
  .cid-tvyH9K1KsE p.mbr-text,
  .cid-tvyH9K1KsE p.date {
    text-align: center;
  }
}
.cid-tvyEm2c0LO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #000d79;
}
.cid-tvyEm2c0LO .mbr-text {
  color: #767676;
}
.cid-tvyEm2c0LO h4 {
  font-weight: 500;
}
.cid-tvyEm2c0LO h4,
.cid-tvyEm2c0LO h5 {
  text-align: center;
}
.cid-tvyEm2c0LO p {
  text-align: center;
}
.cid-tvyEm2c0LO .card-box {
  text-align: center;
}
.cid-tvyEm2c0LO .card-img {
  font-size: 3rem;
}
.cid-tvyEm2c0LO .mbr-iconfont {
  color: #000d79;
}
.cid-tvyEm2c0LO H2 {
  color: #ffffff;
}
.cid-tvyEm2c0LO .mbr-section-subtitle {
  color: #ffffff;
}
.cid-tvyFL5SExH {
  padding-top: 0px;
  padding-bottom: 120px;
  background-color: #000d79;
}
.cid-tvyFL5SExH .counter-container {
  color: #464646;
}
.cid-tvyFL5SExH .counter-container div {
  margin-bottom: 1rem;
  padding-left: 5rem;
}
.cid-tvyFL5SExH .counter-container li {
  list-style: none;
  padding-left: 6rem;
  position: relative;
}
.cid-tvyFL5SExH .counter-container .counter {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
  font-size: 40px;
  position: absolute;
  left: 0;
  display: inline-block;
  margin: 0 0 5px;
  line-height: 40px;
  transition: all .2s;
  width: 60px;
  height: 40px;
}
.cid-tvyFL5SExH H3 {
  color: #ffffff;
}
.cid-tvyFL5SExH P {
  color: #ffffff;
}
.cid-tvyFL5SExH H4 {
  color: #ffffff;
}
.cid-tvyEm3EQj0 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-tvyEm3EQj0 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tvyEm3EQj0 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-tvyEm3EQj0 .media-container-row {
  justify-content: space-between;
}
.cid-tvyEm3EQj0 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-tvyEm3EQj0 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-tvyEm3EQj0 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-tvyEm3EQj0 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-tvyEm3EQj0 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-tvyEm3EQj0 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-tvyEm3EQj0 .socicon-bg-mail {
  color: #134785;
}
.cid-tvyEm3EQj0 .btn-social {
  border: none !important;
}
.cid-tvyEm3EQj0 .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-tvyEm3EQj0 [class^="socicon-"]:before,
.cid-tvyEm3EQj0 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tvyEm3EQj0 .btn {
    font-size: 20px !important;
  }
}
.cid-uINEimzezK {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINEimzezK p {
  text-align: center;
}
.cid-uINEimzezK .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINEimzezK .btn-underline:hover {
  color: #505050;
}
.cid-uINEimzezK .btn-underline:before {
  background-color: #505050;
}
.cid-uINEimzezK .social-list a:focus {
  text-decoration: none;
}
.cid-uINEimzezK .text-copyright {
  width: 100%;
}
.cid-uINEimzezK .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINEimzezK .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINEimzezK .logo-footer {
  line-height: normal;
}
.cid-uINEimzezK .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINEimzezK .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINEimzezK .mbr-section-btn {
  font-size: 16px;
}
.cid-uINEimzezK .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tvyKo32zC2 .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-tvyKo32zC2 .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-tvyKo32zC2 a {
  font-style: normal;
}
.cid-tvyKo32zC2 .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tvyKo32zC2 .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-tvyKo32zC2 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-tvyKo32zC2 .content-text {
  margin-bottom: 0;
}
.cid-tvyKo32zC2 .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tvyKo32zC2 .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tvyKo32zC2 .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tvyKo32zC2 .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tvyKo32zC2 .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tvyKo32zC2 .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvyKo32zC2 .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvyKo32zC2 .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tvyKo32zC2 .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-tvyKo32zC2 .nav-dropdown .link {
  font-weight: 400;
}
.cid-tvyKo32zC2 .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tvyKo32zC2 .content-right-side {
  text-align: center;
}
.cid-tvyKo32zC2 .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tvyKo32zC2 .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tvyKo32zC2 .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tvyKo32zC2 .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tvyKo32zC2 .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tvyKo32zC2 .menu-content-right {
  display: flex;
}
.cid-tvyKo32zC2 .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tvyKo32zC2 .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tvyKo32zC2 .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tvyKo32zC2 .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tvyKo32zC2 .widget-content .widget-text {
  margin-top: 7px;
}
.cid-tvyKo32zC2 .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-tvyKo32zC2 .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tvyKo32zC2 .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-tvyKo32zC2 .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-tvyKo32zC2 .navbar {
    display: block;
    padding: 0;
  }
  .cid-tvyKo32zC2 .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-tvyKo32zC2 .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-tvyKo32zC2 .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tvyKo32zC2 .navbar-toggler {
    display: none;
  }
}
.cid-tvyKo32zC2 .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tvyKo32zC2 .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tvyKo32zC2 .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tvyKo32zC2 .menu-logo {
  margin-right: auto;
}
.cid-tvyKo32zC2 .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tvyKo32zC2 .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tvyKo32zC2 .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tvyKo32zC2 .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvyKo32zC2 .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tvyKo32zC2 .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvyKo32zC2 .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tvyKo32zC2 .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvyKo32zC2 .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvyKo32zC2 .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvyKo32zC2 .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tvyKo32zC2 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tvyKo32zC2 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvyKo32zC2 .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-tvyKo32zC2 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tvyKo32zC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tvyKo32zC2 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-tvyKo32zC2 .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvyKo32zC2 .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvyKo32zC2 .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tvyKo32zC2 .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tvyKo32zC2 .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tvyKo32zC2 .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvyKo32zC2 .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvyKo32zC2 .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvyKo32zC2 button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-tvyKo32zC2 button.navbar-toggler:focus {
  outline: none;
}
.cid-tvyKo32zC2 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-tvyKo32zC2 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvyKo32zC2 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvyKo32zC2 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvyKo32zC2 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvyKo32zC2 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvyKo32zC2 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvyKo32zC2 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvyKo32zC2 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvyKo32zC2 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvyKo32zC2 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvyKo32zC2 .collapsed .btn {
  display: flex;
}
.cid-tvyKo32zC2 .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvyKo32zC2 .collapsed .navbar-collapse.collapsing,
.cid-tvyKo32zC2 .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tvyKo32zC2 .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvyKo32zC2 .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvyKo32zC2 .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvyKo32zC2 .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvyKo32zC2 .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvyKo32zC2 .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tvyKo32zC2 .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvyKo32zC2 .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tvyKo32zC2 .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvyKo32zC2 .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tvyKo32zC2 .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvyKo32zC2 .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tvyKo32zC2 .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvyKo32zC2 .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvyKo32zC2 .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tvyKo32zC2 .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tvyKo32zC2 .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-tvyKo32zC2 img {
    height: 3.8rem !important;
  }
  .cid-tvyKo32zC2 .btn {
    display: flex;
  }
  .cid-tvyKo32zC2 button.navbar-toggler {
    display: block;
  }
  .cid-tvyKo32zC2 .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tvyKo32zC2 .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvyKo32zC2 .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvyKo32zC2 .navbar-collapse.collapsing,
  .cid-tvyKo32zC2 .navbar-collapse.show {
    display: block !important;
  }
  .cid-tvyKo32zC2 .navbar-collapse.collapsing .navbar-nav,
  .cid-tvyKo32zC2 .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvyKo32zC2 .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvyKo32zC2 .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvyKo32zC2 .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvyKo32zC2 .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-tvyKo32zC2 .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvyKo32zC2 .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvyKo32zC2 .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tvyKo32zC2 .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvyKo32zC2 .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvyKo32zC2 .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tvyKo32zC2 .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tvyKo32zC2 .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tvyKo32zC2 .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-tvyKo32zC2 .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-tvyKo32zC2 .nav-link:focus {
  outline: none;
}
.cid-tvyKo32zC2 .navbar-toggler {
  position: relative;
}
.cid-tvyKo32zC2 .dropdown-item.active,
.cid-tvyKo32zC2 .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-tvyKo32zC2 .widget-title,
.cid-tvyKo32zC2 .widget-icon {
  color: #ffffff;
}
.cid-tvyKo32zC2 .widget-text {
  color: #eaeaea;
}
.cid-tvyKo3WCOm {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1631097998ssl.jpg");
}
.cid-tvyKo3WCOm H1 {
  color: #ffffff;
}
.cid-tvyKo3WCOm .mbr-text {
  color: #ffffff;
}
.cid-tvyKo4JSPX {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tvyKo4JSPX .mbr-text {
  color: #767676;
}
.cid-tvyKo4JSPX h4 {
  font-weight: 500;
}
.cid-tvyKo4JSPX h4,
.cid-tvyKo4JSPX h5 {
  text-align: center;
}
.cid-tvyKo4JSPX p {
  text-align: center;
}
.cid-tvyKo4JSPX .card-box {
  text-align: center;
}
.cid-tvyKo4JSPX .card-img {
  font-size: 3rem;
}
.cid-tvyKo4JSPX .mbr-iconfont {
  color: #000d79;
}
.cid-tvyKo4JSPX H2 {
  color: #0c57bf;
}
.cid-tvyKo4JSPX .mbr-section-subtitle {
  color: #0c57bf;
}
.cid-tvyLeuZhWY {
  padding-top: 0px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tvyLeuZhWY .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tvyLeuZhWY .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tvyLeuZhWY .list-group-item {
  padding: .75rem 0rem;
}
.cid-tvyLeuZhWY .plan-subtitle {
  color: #cccccc;
}
.cid-tvyLeuZhWY .mbr-text {
  margin: 10px 0 0 0;
  color: #cccccc;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tvyLeuZhWY .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tvyLeuZhWY .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tvyLeuZhWY .plan .mbr-overlay {
  background: #0c57bf;
  opacity: 0.9;
}
.cid-tvyLeuZhWY .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-tvyLeuZhWY .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tvyLeuZhWY .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tvyLeuZhWY .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-tvyLeuZhWY .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tvyLeuZhWY .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-tvyLeuZhWY .plan {
    margin-bottom: 30px;
  }
}
.cid-tvyLeuZhWY .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-tvyLeuZhWY .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tvyMhK9FpG {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tvyMhK9FpG .mbr-text {
  color: #767676;
}
.cid-tvyMhK9FpG h4 {
  font-weight: 500;
}
.cid-tvyMhK9FpG h4,
.cid-tvyMhK9FpG h5 {
  text-align: center;
}
.cid-tvyMhK9FpG p {
  text-align: center;
}
.cid-tvyMhK9FpG .card-box {
  text-align: center;
}
.cid-tvyMhK9FpG .card-img {
  font-size: 3rem;
}
.cid-tvyMhK9FpG .mbr-iconfont {
  color: #000d79;
}
.cid-tvyMhK9FpG H2 {
  color: #0c57bf;
}
.cid-tvyMhK9FpG .mbr-section-subtitle {
  color: #0c57bf;
}
.cid-tvyMV9aMKm {
  padding-top: 0px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tvyMV9aMKm .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tvyMV9aMKm .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tvyMV9aMKm .list-group-item {
  padding: .75rem 0rem;
}
.cid-tvyMV9aMKm .plan-subtitle {
  color: #cccccc;
}
.cid-tvyMV9aMKm .mbr-text {
  margin: 10px 0 0 0;
  color: #cccccc;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tvyMV9aMKm .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tvyMV9aMKm .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tvyMV9aMKm .plan .mbr-overlay {
  background: #0c57bf;
  opacity: 0.9;
}
.cid-tvyMV9aMKm .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-tvyMV9aMKm .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tvyMV9aMKm .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tvyMV9aMKm .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-tvyMV9aMKm .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tvyMV9aMKm .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-tvyMV9aMKm .plan {
    margin-bottom: 30px;
  }
}
.cid-tvyMV9aMKm .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-tvyMV9aMKm .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tvyKo5AuWw {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-tvyKo5AuWw h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tvyKo5AuWw h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-tvyKo5AuWw .media-container-row {
  justify-content: space-between;
}
.cid-tvyKo5AuWw .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-tvyKo5AuWw .socicon-bg-twitter {
  color: #4da7de;
}
.cid-tvyKo5AuWw .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-tvyKo5AuWw .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-tvyKo5AuWw .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-tvyKo5AuWw .socicon-bg-pinterest {
  color: #c92619;
}
.cid-tvyKo5AuWw .socicon-bg-mail {
  color: #134785;
}
.cid-tvyKo5AuWw .btn-social {
  border: none !important;
}
.cid-tvyKo5AuWw .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-tvyKo5AuWw [class^="socicon-"]:before,
.cid-tvyKo5AuWw [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tvyKo5AuWw .btn {
    font-size: 20px !important;
  }
}
.cid-uINEfxvS0j {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINEfxvS0j p {
  text-align: center;
}
.cid-uINEfxvS0j .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINEfxvS0j .btn-underline:hover {
  color: #505050;
}
.cid-uINEfxvS0j .btn-underline:before {
  background-color: #505050;
}
.cid-uINEfxvS0j .social-list a:focus {
  text-decoration: none;
}
.cid-uINEfxvS0j .text-copyright {
  width: 100%;
}
.cid-uINEfxvS0j .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINEfxvS0j .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINEfxvS0j .logo-footer {
  line-height: normal;
}
.cid-uINEfxvS0j .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINEfxvS0j .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINEfxvS0j .mbr-section-btn {
  font-size: 16px;
}
.cid-uINEfxvS0j .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tvyP6TSHLj .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-tvyP6TSHLj .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-tvyP6TSHLj a {
  font-style: normal;
}
.cid-tvyP6TSHLj .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tvyP6TSHLj .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-tvyP6TSHLj .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-tvyP6TSHLj .content-text {
  margin-bottom: 0;
}
.cid-tvyP6TSHLj .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tvyP6TSHLj .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tvyP6TSHLj .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tvyP6TSHLj .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tvyP6TSHLj .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tvyP6TSHLj .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvyP6TSHLj .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvyP6TSHLj .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tvyP6TSHLj .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-tvyP6TSHLj .nav-dropdown .link {
  font-weight: 400;
}
.cid-tvyP6TSHLj .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tvyP6TSHLj .content-right-side {
  text-align: center;
}
.cid-tvyP6TSHLj .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tvyP6TSHLj .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tvyP6TSHLj .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tvyP6TSHLj .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tvyP6TSHLj .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tvyP6TSHLj .menu-content-right {
  display: flex;
}
.cid-tvyP6TSHLj .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tvyP6TSHLj .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tvyP6TSHLj .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tvyP6TSHLj .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tvyP6TSHLj .widget-content .widget-text {
  margin-top: 7px;
}
.cid-tvyP6TSHLj .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-tvyP6TSHLj .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tvyP6TSHLj .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-tvyP6TSHLj .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-tvyP6TSHLj .navbar {
    display: block;
    padding: 0;
  }
  .cid-tvyP6TSHLj .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-tvyP6TSHLj .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-tvyP6TSHLj .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tvyP6TSHLj .navbar-toggler {
    display: none;
  }
}
.cid-tvyP6TSHLj .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tvyP6TSHLj .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tvyP6TSHLj .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tvyP6TSHLj .menu-logo {
  margin-right: auto;
}
.cid-tvyP6TSHLj .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tvyP6TSHLj .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tvyP6TSHLj .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tvyP6TSHLj .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvyP6TSHLj .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tvyP6TSHLj .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvyP6TSHLj .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tvyP6TSHLj .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvyP6TSHLj .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvyP6TSHLj .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvyP6TSHLj .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tvyP6TSHLj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tvyP6TSHLj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvyP6TSHLj .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-tvyP6TSHLj .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tvyP6TSHLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tvyP6TSHLj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-tvyP6TSHLj .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvyP6TSHLj .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvyP6TSHLj .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tvyP6TSHLj .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tvyP6TSHLj .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tvyP6TSHLj .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvyP6TSHLj .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvyP6TSHLj .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvyP6TSHLj button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-tvyP6TSHLj button.navbar-toggler:focus {
  outline: none;
}
.cid-tvyP6TSHLj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-tvyP6TSHLj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvyP6TSHLj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvyP6TSHLj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvyP6TSHLj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvyP6TSHLj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvyP6TSHLj nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvyP6TSHLj nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvyP6TSHLj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvyP6TSHLj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvyP6TSHLj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvyP6TSHLj .collapsed .btn {
  display: flex;
}
.cid-tvyP6TSHLj .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvyP6TSHLj .collapsed .navbar-collapse.collapsing,
.cid-tvyP6TSHLj .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tvyP6TSHLj .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvyP6TSHLj .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvyP6TSHLj .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvyP6TSHLj .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvyP6TSHLj .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvyP6TSHLj .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tvyP6TSHLj .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvyP6TSHLj .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tvyP6TSHLj .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvyP6TSHLj .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tvyP6TSHLj .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvyP6TSHLj .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tvyP6TSHLj .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvyP6TSHLj .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvyP6TSHLj .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tvyP6TSHLj .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tvyP6TSHLj .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-tvyP6TSHLj img {
    height: 3.8rem !important;
  }
  .cid-tvyP6TSHLj .btn {
    display: flex;
  }
  .cid-tvyP6TSHLj button.navbar-toggler {
    display: block;
  }
  .cid-tvyP6TSHLj .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tvyP6TSHLj .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvyP6TSHLj .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvyP6TSHLj .navbar-collapse.collapsing,
  .cid-tvyP6TSHLj .navbar-collapse.show {
    display: block !important;
  }
  .cid-tvyP6TSHLj .navbar-collapse.collapsing .navbar-nav,
  .cid-tvyP6TSHLj .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvyP6TSHLj .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvyP6TSHLj .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvyP6TSHLj .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvyP6TSHLj .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-tvyP6TSHLj .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvyP6TSHLj .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvyP6TSHLj .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tvyP6TSHLj .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvyP6TSHLj .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvyP6TSHLj .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tvyP6TSHLj .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tvyP6TSHLj .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tvyP6TSHLj .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-tvyP6TSHLj .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-tvyP6TSHLj .nav-link:focus {
  outline: none;
}
.cid-tvyP6TSHLj .navbar-toggler {
  position: relative;
}
.cid-tvyP6TSHLj .dropdown-item.active,
.cid-tvyP6TSHLj .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-tvyP6TSHLj .widget-title,
.cid-tvyP6TSHLj .widget-icon {
  color: #ffffff;
}
.cid-tvyP6TSHLj .widget-text {
  color: #eaeaea;
}
.cid-tvyP6UQ4Fy {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1631097998ssl.jpg");
}
.cid-tvyP6UQ4Fy H1 {
  color: #ffffff;
}
.cid-tvyP6UQ4Fy .mbr-text {
  color: #ffffff;
}
.cid-tvyP6V95jr {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tvyP6V95jr .mbr-text {
  color: #767676;
}
.cid-tvyP6V95jr h4 {
  font-weight: 500;
}
.cid-tvyP6V95jr h4,
.cid-tvyP6V95jr h5 {
  text-align: center;
}
.cid-tvyP6V95jr p {
  text-align: center;
}
.cid-tvyP6V95jr .card-box {
  text-align: center;
}
.cid-tvyP6V95jr .card-img {
  font-size: 3rem;
}
.cid-tvyP6V95jr .mbr-iconfont {
  color: #000d79;
}
.cid-tvyP6V95jr H2 {
  color: #0c57bf;
}
.cid-tvyP6V95jr .mbr-section-subtitle {
  color: #0c57bf;
}
.cid-tvyP6VA82c {
  padding-top: 0px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tvyP6VA82c .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tvyP6VA82c .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tvyP6VA82c .list-group-item {
  padding: .75rem 0rem;
}
.cid-tvyP6VA82c .plan-subtitle {
  color: #cccccc;
}
.cid-tvyP6VA82c .mbr-text {
  margin: 10px 0 0 0;
  color: #cccccc;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tvyP6VA82c .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tvyP6VA82c .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tvyP6VA82c .plan .mbr-overlay {
  background: #0c57bf;
  opacity: 0.9;
}
.cid-tvyP6VA82c .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-tvyP6VA82c .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tvyP6VA82c .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tvyP6VA82c .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-tvyP6VA82c .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tvyP6VA82c .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-tvyP6VA82c .plan {
    margin-bottom: 30px;
  }
}
.cid-tvyP6VA82c .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-tvyP6VA82c .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tvyP6WpvAu {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tvyP6WpvAu .mbr-text {
  color: #767676;
}
.cid-tvyP6WpvAu h4 {
  font-weight: 500;
}
.cid-tvyP6WpvAu h4,
.cid-tvyP6WpvAu h5 {
  text-align: center;
}
.cid-tvyP6WpvAu p {
  text-align: center;
}
.cid-tvyP6WpvAu .card-box {
  text-align: center;
}
.cid-tvyP6WpvAu .card-img {
  font-size: 3rem;
}
.cid-tvyP6WpvAu .mbr-iconfont {
  color: #000d79;
}
.cid-tvyP6WpvAu H2 {
  color: #0c57bf;
}
.cid-tvyP6WpvAu .mbr-section-subtitle {
  color: #0c57bf;
}
.cid-tvyP6WOo4T {
  padding-top: 0px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tvyP6WOo4T .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tvyP6WOo4T .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tvyP6WOo4T .list-group-item {
  padding: .75rem 0rem;
}
.cid-tvyP6WOo4T .plan-subtitle {
  color: #cccccc;
}
.cid-tvyP6WOo4T .mbr-text {
  margin: 10px 0 0 0;
  color: #cccccc;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tvyP6WOo4T .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tvyP6WOo4T .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tvyP6WOo4T .plan .mbr-overlay {
  background: #0c57bf;
  opacity: 0.9;
}
.cid-tvyP6WOo4T .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-tvyP6WOo4T .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tvyP6WOo4T .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tvyP6WOo4T .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-tvyP6WOo4T .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tvyP6WOo4T .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-tvyP6WOo4T .plan {
    margin-bottom: 30px;
  }
}
.cid-tvyP6WOo4T .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-tvyP6WOo4T .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tvyP6XIBg2 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-tvyP6XIBg2 h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tvyP6XIBg2 h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-tvyP6XIBg2 .media-container-row {
  justify-content: space-between;
}
.cid-tvyP6XIBg2 .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-tvyP6XIBg2 .socicon-bg-twitter {
  color: #4da7de;
}
.cid-tvyP6XIBg2 .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-tvyP6XIBg2 .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-tvyP6XIBg2 .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-tvyP6XIBg2 .socicon-bg-pinterest {
  color: #c92619;
}
.cid-tvyP6XIBg2 .socicon-bg-mail {
  color: #134785;
}
.cid-tvyP6XIBg2 .btn-social {
  border: none !important;
}
.cid-tvyP6XIBg2 .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-tvyP6XIBg2 [class^="socicon-"]:before,
.cid-tvyP6XIBg2 [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tvyP6XIBg2 .btn {
    font-size: 20px !important;
  }
}
.cid-uINEdbjCcP {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINEdbjCcP p {
  text-align: center;
}
.cid-uINEdbjCcP .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINEdbjCcP .btn-underline:hover {
  color: #505050;
}
.cid-uINEdbjCcP .btn-underline:before {
  background-color: #505050;
}
.cid-uINEdbjCcP .social-list a:focus {
  text-decoration: none;
}
.cid-uINEdbjCcP .text-copyright {
  width: 100%;
}
.cid-uINEdbjCcP .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINEdbjCcP .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINEdbjCcP .logo-footer {
  line-height: normal;
}
.cid-uINEdbjCcP .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINEdbjCcP .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINEdbjCcP .mbr-section-btn {
  font-size: 16px;
}
.cid-uINEdbjCcP .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-tvyReE7K7z .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-tvyReE7K7z .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-tvyReE7K7z a {
  font-style: normal;
}
.cid-tvyReE7K7z .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-tvyReE7K7z .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-tvyReE7K7z .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-tvyReE7K7z .content-text {
  margin-bottom: 0;
}
.cid-tvyReE7K7z .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-tvyReE7K7z .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-tvyReE7K7z .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-tvyReE7K7z .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-tvyReE7K7z .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-tvyReE7K7z .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvyReE7K7z .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-tvyReE7K7z .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-tvyReE7K7z .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-tvyReE7K7z .nav-dropdown .link {
  font-weight: 400;
}
.cid-tvyReE7K7z .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-tvyReE7K7z .content-right-side {
  text-align: center;
}
.cid-tvyReE7K7z .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-tvyReE7K7z .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-tvyReE7K7z .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-tvyReE7K7z .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-tvyReE7K7z .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-tvyReE7K7z .menu-content-right {
  display: flex;
}
.cid-tvyReE7K7z .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-tvyReE7K7z .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-tvyReE7K7z .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-tvyReE7K7z .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-tvyReE7K7z .widget-content .widget-text {
  margin-top: 7px;
}
.cid-tvyReE7K7z .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-tvyReE7K7z .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-tvyReE7K7z .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-tvyReE7K7z .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-tvyReE7K7z .navbar {
    display: block;
    padding: 0;
  }
  .cid-tvyReE7K7z .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-tvyReE7K7z .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-tvyReE7K7z .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-tvyReE7K7z .navbar-toggler {
    display: none;
  }
}
.cid-tvyReE7K7z .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-tvyReE7K7z .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-tvyReE7K7z .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-tvyReE7K7z .menu-logo {
  margin-right: auto;
}
.cid-tvyReE7K7z .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-tvyReE7K7z .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-tvyReE7K7z .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-tvyReE7K7z .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-tvyReE7K7z .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-tvyReE7K7z .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-tvyReE7K7z .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-tvyReE7K7z .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-tvyReE7K7z .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-tvyReE7K7z .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-tvyReE7K7z .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-tvyReE7K7z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tvyReE7K7z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-tvyReE7K7z .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-tvyReE7K7z .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-tvyReE7K7z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tvyReE7K7z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-tvyReE7K7z .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-tvyReE7K7z .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tvyReE7K7z .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-tvyReE7K7z .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-tvyReE7K7z .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-tvyReE7K7z .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-tvyReE7K7z .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-tvyReE7K7z .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-tvyReE7K7z button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-tvyReE7K7z button.navbar-toggler:focus {
  outline: none;
}
.cid-tvyReE7K7z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-tvyReE7K7z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tvyReE7K7z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tvyReE7K7z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tvyReE7K7z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tvyReE7K7z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvyReE7K7z nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tvyReE7K7z nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tvyReE7K7z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tvyReE7K7z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tvyReE7K7z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tvyReE7K7z .collapsed .btn {
  display: flex;
}
.cid-tvyReE7K7z .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-tvyReE7K7z .collapsed .navbar-collapse.collapsing,
.cid-tvyReE7K7z .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-tvyReE7K7z .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-tvyReE7K7z .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-tvyReE7K7z .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-tvyReE7K7z .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-tvyReE7K7z .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-tvyReE7K7z .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-tvyReE7K7z .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-tvyReE7K7z .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-tvyReE7K7z .collapsed button.navbar-toggler {
  display: block;
}
.cid-tvyReE7K7z .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-tvyReE7K7z .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-tvyReE7K7z .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-tvyReE7K7z .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-tvyReE7K7z .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-tvyReE7K7z .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-tvyReE7K7z .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-tvyReE7K7z .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-tvyReE7K7z img {
    height: 3.8rem !important;
  }
  .cid-tvyReE7K7z .btn {
    display: flex;
  }
  .cid-tvyReE7K7z button.navbar-toggler {
    display: block;
  }
  .cid-tvyReE7K7z .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-tvyReE7K7z .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-tvyReE7K7z .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-tvyReE7K7z .navbar-collapse.collapsing,
  .cid-tvyReE7K7z .navbar-collapse.show {
    display: block !important;
  }
  .cid-tvyReE7K7z .navbar-collapse.collapsing .navbar-nav,
  .cid-tvyReE7K7z .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-tvyReE7K7z .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-tvyReE7K7z .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-tvyReE7K7z .navbar-collapse.collapsing .navbar-buttons,
  .cid-tvyReE7K7z .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-tvyReE7K7z .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-tvyReE7K7z .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-tvyReE7K7z .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-tvyReE7K7z .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-tvyReE7K7z .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-tvyReE7K7z .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-tvyReE7K7z .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-tvyReE7K7z .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-tvyReE7K7z .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-tvyReE7K7z .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-tvyReE7K7z .nav-link:focus {
  outline: none;
}
.cid-tvyReE7K7z .navbar-toggler {
  position: relative;
}
.cid-tvyReE7K7z .dropdown-item.active,
.cid-tvyReE7K7z .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-tvyReE7K7z .widget-title,
.cid-tvyReE7K7z .widget-icon {
  color: #ffffff;
}
.cid-tvyReE7K7z .widget-text {
  color: #eaeaea;
}
.cid-tvyReEFEaL {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/1631097998ssl.jpg");
}
.cid-tvyReEFEaL H1 {
  color: #ffffff;
}
.cid-tvyReEFEaL .mbr-text {
  color: #ffffff;
}
.cid-tvyReGUmYO {
  padding-top: 135px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tvyReGUmYO .mbr-text {
  color: #767676;
}
.cid-tvyReGUmYO h4 {
  font-weight: 500;
}
.cid-tvyReGUmYO h4,
.cid-tvyReGUmYO h5 {
  text-align: center;
}
.cid-tvyReGUmYO p {
  text-align: center;
}
.cid-tvyReGUmYO .card-box {
  text-align: center;
}
.cid-tvyReGUmYO .card-img {
  font-size: 3rem;
}
.cid-tvyReGUmYO .mbr-iconfont {
  color: #000d79;
}
.cid-tvyReGUmYO H2 {
  color: #0c57bf;
}
.cid-tvyReGUmYO .mbr-section-subtitle {
  color: #0c57bf;
}
.cid-tvyReHtwvt {
  padding-top: 0px;
  padding-bottom: 90px;
  background: #ffffff;
}
.cid-tvyReHtwvt .plan-body .btn-bgr {
  z-index: 0;
}
.cid-tvyReHtwvt .media-container-row {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.cid-tvyReHtwvt .list-group-item {
  padding: .75rem 0rem;
}
.cid-tvyReHtwvt .plan-subtitle {
  color: #cccccc;
}
.cid-tvyReHtwvt .mbr-text {
  margin: 10px 0 0 0;
  color: #cccccc;
}
@keyframes btn-animation {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
  }
}
.cid-tvyReHtwvt .price-term .term {
  display: inline-block;
  background: #ffffff;
  padding: 5px 10px;
  border-radius: 100px;
}
.cid-tvyReHtwvt .plan {
  padding: 1.875rem;
  background: none;
  position: relative;
}
.cid-tvyReHtwvt .plan .mbr-overlay {
  background: #0c57bf;
  opacity: 0.9;
}
.cid-tvyReHtwvt .plan .plan-price {
  margin-top: 15px;
  padding: 20px 0;
  border-top: 1px solid #eaeaea;
}
.cid-tvyReHtwvt .plan .plan-price .price-term {
  margin-top: 10px;
}
.cid-tvyReHtwvt .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-tvyReHtwvt .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #eaeaea;
}
.cid-tvyReHtwvt .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-tvyReHtwvt .plan .plan-body {
  position: relative;
  border-top: 1px solid #eaeaea;
}
@media (max-width: 992px) {
  .cid-tvyReHtwvt .plan {
    margin-bottom: 30px;
  }
}
.cid-tvyReHtwvt .plan-header {
  position: relative;
}
@media (max-width: 550px) {
  .cid-tvyReHtwvt .price-figure {
    font-size: 4.25rem;
  }
}
.cid-tvyReIBkTM {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
@media (min-width: 400px) {
  .cid-tvyReIBkTM h2 {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
  }
}
@media (min-width: 767px) {
  .cid-tvyReIBkTM h2 {
    margin-right: 3rem;
    margin-left: 3rem;
  }
}
.cid-tvyReIBkTM .media-container-row {
  justify-content: space-between;
}
.cid-tvyReIBkTM .socicon-bg-facebook {
  color: #3e5b98;
}
.cid-tvyReIBkTM .socicon-bg-twitter {
  color: #4da7de;
}
.cid-tvyReIBkTM .socicon-bg-googleplus {
  color: #dd4b39;
}
.cid-tvyReIBkTM .socicon-bg-vkontakte {
  color: #5a7fa6;
}
.cid-tvyReIBkTM .socicon-bg-odnoklassniki {
  color: #f48420;
}
.cid-tvyReIBkTM .socicon-bg-pinterest {
  color: #c92619;
}
.cid-tvyReIBkTM .socicon-bg-mail {
  color: #134785;
}
.cid-tvyReIBkTM .btn-social {
  border: none !important;
}
.cid-tvyReIBkTM .btn-social:hover {
  color: #ffffff;
  background: #000d79;
}
.cid-tvyReIBkTM [class^="socicon-"]:before,
.cid-tvyReIBkTM [class*=" socicon-"]:before {
  line-height: 44px;
}
@media (max-width: 767px) {
  .cid-tvyReIBkTM .btn {
    font-size: 20px !important;
  }
}
.cid-uINFblYpDk {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINFblYpDk p {
  text-align: center;
}
.cid-uINFblYpDk .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINFblYpDk .btn-underline:hover {
  color: #505050;
}
.cid-uINFblYpDk .btn-underline:before {
  background-color: #505050;
}
.cid-uINFblYpDk .social-list a:focus {
  text-decoration: none;
}
.cid-uINFblYpDk .text-copyright {
  width: 100%;
}
.cid-uINFblYpDk .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINFblYpDk .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINFblYpDk .logo-footer {
  line-height: normal;
}
.cid-uINFblYpDk .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINFblYpDk .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINFblYpDk .mbr-section-btn {
  font-size: 16px;
}
.cid-uINFblYpDk .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
.cid-qBsxmAOUSV .navbar {
  padding: .5rem 0;
  background: #000d79;
  transition: none;
  min-height: 50px;
}
.cid-qBsxmAOUSV .navbar-dropdown.bg-color.transparent.opened {
  background: #000d79;
}
.cid-qBsxmAOUSV a {
  font-style: normal;
}
.cid-qBsxmAOUSV .nav-item span {
  padding-right: 0.4em;
  line-height: 0.5em;
  vertical-align: text-bottom;
  position: relative;
  top: -0.2em;
  text-decoration: none;
}
.cid-qBsxmAOUSV .nav-item a {
  padding: 0.7rem 0 !important;
  margin: 0 .65rem !important;
}
.cid-qBsxmAOUSV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  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-qBsxmAOUSV .content-text {
  margin-bottom: 0;
}
.cid-qBsxmAOUSV .navbar-nav {
  position: relative;
  min-height: 49px;
  -ms-flex-direction: row;
  flex-direction: row;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line {
    position: absolute;
    left: 0;
    width: 0;
    height: 0;
    z-index: 100;
    border-top: 4px solid #000d79;
    -webkit-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    -moz-transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
    transition: width 0.4s, left 0.6s cubic-bezier(0.19, 0.65, 0.02, 0.93);
  }
  .cid-qBsxmAOUSV .navbar-nav .main-menu-animated-line.bottom {
    bottom: 0;
  }
}
.cid-qBsxmAOUSV .navbar-nav .nav-item span {
  padding-right: 0;
}
.cid-qBsxmAOUSV .navbar-nav .nav-item a {
  margin: 0 1.3rem !important;
}
.cid-qBsxmAOUSV .display-4 > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .display-4 > .btn > .mbr-iconfont {
  font-size: 1.43em;
}
.cid-qBsxmAOUSV .nav-dropdown .dropdown-item {
  font-weight: 400;
}
.cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
  display: flex;
  align-items: center;
}
.cid-qBsxmAOUSV .nav-dropdown .link {
  font-weight: 400;
}
.cid-qBsxmAOUSV .menu .navbar-brand .logo-text-part {
  vertical-align: top;
}
.cid-qBsxmAOUSV .content-right-side {
  text-align: center;
}
.cid-qBsxmAOUSV .menu-content-top {
  display: none;
  padding: 0 2rem;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  transition: min-height 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .content-right-side .content-link {
  margin-left: 2rem;
}
.cid-qBsxmAOUSV .content-right-side .content-link span {
  vertical-align: middle;
  padding-right: 1rem;
}
.cid-qBsxmAOUSV .widget-icon {
  display: inline-block;
  padding-right: 1rem;
  font-size: 1.65rem;
}
.cid-qBsxmAOUSV .info-widget {
  padding-left: 2rem;
  padding-top: 0.5rem;
  padding-right: 3rem;
  border-left: 1px solid #e0e0e0;
}
.cid-qBsxmAOUSV .menu-content-right {
  display: flex;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:last-child {
  padding-right: 0;
}
.cid-qBsxmAOUSV .menu-content-right .info-widget:first-child {
  padding-left: 0;
  border-left: none;
}
.cid-qBsxmAOUSV .widget-content {
  display: inline-block;
  vertical-align: top;
  text-align: left;
}
.cid-qBsxmAOUSV .widget-content .widget-title {
  font-weight: 600;
  margin-bottom: 7px;
}
.cid-qBsxmAOUSV .widget-content .widget-text {
  margin-top: 7px;
}
.cid-qBsxmAOUSV .menu-bottom {
  display: flex;
  width: 100%;
  padding: 0 2rem;
  position: relative;
}
@media (min-width: 992px) {
  .cid-qBsxmAOUSV .navbar .menu-content-top {
    display: flex;
    min-height: 83px;
    height: 100%;
  }
  .cid-qBsxmAOUSV .content-right-side {
    text-align: right;
    flex-wrap: nowrap;
    display: flex;
  }
  .cid-qBsxmAOUSV .menu-content-top {
    border-bottom: 1px solid #e0e0e0;
  }
  .cid-qBsxmAOUSV .navbar {
    display: block;
    padding: 0;
  }
  .cid-qBsxmAOUSV .navbar .menu-logo {
    margin-right: auto;
    display: flex;
    align-items: center;
  }
  .cid-qBsxmAOUSV .navbar.navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
    -webkit-align-self: initial;
    align-self: initial;
    display: flex;
    align-items: center;
    z-index: 101;
  }
  .cid-qBsxmAOUSV .dropdown-item:hover:before {
    transform: scale(1, 1);
    width: 16px;
  }
  .cid-qBsxmAOUSV .navbar-toggler {
    display: none;
  }
}
.cid-qBsxmAOUSV .navbar-short .menu-content-top {
  height: 0;
  min-height: 0;
  border: none;
}
.cid-qBsxmAOUSV .btn {
  padding: 0.4rem 1.5rem;
  display: inline-flex;
  align-items: center;
}
.cid-qBsxmAOUSV .btn .mbr-iconfont {
  font-size: 1.2em;
}
.cid-qBsxmAOUSV .menu-logo {
  margin-right: auto;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand {
  display: flex;
  margin-left: 1.5rem;
  padding: 0.5rem 0;
  transition: padding .2s;
  min-height: 3.8rem;
  align-items: center;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap {
  display: -webkit-flex;
  -webkit-align-items: center;
  align-items: center;
  word-break: break-word;
  min-width: 7rem;
  margin: .3rem 0;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-caption-wrap .navbar-caption {
  line-height: 1.2rem !important;
  padding-right: 2rem;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo {
  font-size: 4rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo img {
  display: flex;
}
.cid-qBsxmAOUSV .menu-logo .navbar-brand .navbar-logo .mbr-iconfont {
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse {
  width: auto;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-nav .nav-item {
  -webkit-align-self: center;
  align-self: center;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm .navbar-collapse .navbar-buttons {
  padding-left: 0;
  padding-bottom: 0;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu {
  background: #000d79;
  display: none;
  position: absolute;
  min-width: 5rem;
  padding-top: 1.4rem;
  padding-bottom: 1.4rem;
  text-align: left;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  padding: 0.235em 2.5385em 0.235em 3.5385em !important;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover {
  color: #000d79;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  transform: scale(0, 1);
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  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-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
}
.cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-qBsxmAOUSV .navbar-toggleable-sm.opened:after {
  position: absolute;
  width: 100vw;
  height: 100vh;
  content: '';
  background-color: rgba(0, 0, 0, 0.1);
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  -webkit-transform: translateY(100%);
  z-index: 1000;
}
.cid-qBsxmAOUSV .navbar.navbar-short {
  min-height: 50px;
  transition: all .2s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a {
  font-size: 2.5rem !important;
  line-height: 2.5rem;
  transition: font-size 0.25s;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-logo a img {
  height: 3rem !important;
}
.cid-qBsxmAOUSV .navbar.navbar-short .navbar-brand {
  min-height: 3rem;
}
.cid-qBsxmAOUSV button.navbar-toggler {
  width: 31px;
  height: 18px;
  cursor: pointer;
  transition: all .2s;
  margin: 1rem .8rem;
  align-self: center;
}
.cid-qBsxmAOUSV button.navbar-toggler:focus {
  outline: none;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #eaeaea;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-qBsxmAOUSV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-qBsxmAOUSV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-qBsxmAOUSV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .btn {
  display: flex;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse {
  display: none !important;
  padding-right: 0 !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show {
  display: block !important;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav {
  display: block;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-nav .nav-item,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-nav .nav-item {
  clear: both;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons {
  display: flex;
  justify-content: center;
  text-align: center;
}
.cid-qBsxmAOUSV .collapsed .navbar-collapse.collapsing .navbar-buttons:last-child,
.cid-qBsxmAOUSV .collapsed .navbar-collapse.show .navbar-buttons:last-child {
  margin-bottom: 1rem;
}
.cid-qBsxmAOUSV .collapsed button.navbar-toggler {
  display: block;
}
.cid-qBsxmAOUSV .collapsed .navbar-brand {
  margin-left: 1rem !important;
  margin-top: .5rem;
}
.cid-qBsxmAOUSV .collapsed .navbar-toggleable-sm {
  flex-direction: column;
  -webkit-flex-direction: column;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-menu {
  width: 100%;
  text-align: center;
  position: relative;
  opacity: 0;
  display: block;
  height: 0;
  visibility: hidden;
  padding: 0;
  transition-duration: .5s;
  transition-property: opacity,padding,height;
}
.cid-qBsxmAOUSV .collapsed .dropdown.open > .dropdown-menu {
  position: relative;
  opacity: 1;
  height: auto;
  padding: 1.4rem 0;
  visibility: visible;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-submenu {
  left: 0;
  text-align: center;
  width: 100%;
}
.cid-qBsxmAOUSV .collapsed .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
  margin-top: 0;
  position: inherit;
  right: 0;
  top: 50%;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: .3em;
  vertical-align: middle;
  content: "";
  border-top: .30em solid;
  border-right: .30em solid transparent;
  border-left: .30em solid transparent;
}
.cid-qBsxmAOUSV .collapsed .menu-bottom {
  flex-direction: column-reverse;
  justify-content: center;
}
@media (max-width: 991px) {
  .cid-qBsxmAOUSV .menu-bottom {
    flex-direction: column-reverse;
    justify-content: center;
  }
  .cid-qBsxmAOUSV img {
    height: 3.8rem !important;
  }
  .cid-qBsxmAOUSV .btn {
    display: flex;
  }
  .cid-qBsxmAOUSV button.navbar-toggler {
    display: block;
  }
  .cid-qBsxmAOUSV .navbar-brand {
    margin-left: 1rem !important;
    margin-top: .5rem;
  }
  .cid-qBsxmAOUSV .navbar-toggleable-sm {
    flex-direction: column;
    -webkit-flex-direction: column;
  }
  .cid-qBsxmAOUSV .navbar-collapse {
    display: none !important;
    padding-right: 0 !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing,
  .cid-qBsxmAOUSV .navbar-collapse.show {
    display: block !important;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav {
    display: block;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-nav .nav-item,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-nav .nav-item {
    clear: both;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons {
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .cid-qBsxmAOUSV .navbar-collapse.collapsing .navbar-buttons:last-child,
  .cid-qBsxmAOUSV .navbar-collapse.show .navbar-buttons:last-child {
    margin-bottom: 1rem;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu {
    width: 100%;
    text-align: center;
    position: relative;
    opacity: 0;
    display: block;
    height: 0;
    visibility: hidden;
    padding: 0;
    transition-duration: .5s;
    transition-property: opacity,padding,height;
  }
  .cid-qBsxmAOUSV .dropdown.open > .dropdown-menu {
    position: relative;
    opacity: 1;
    height: auto;
    padding: 1.4rem 0;
    visibility: visible;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-submenu {
    left: 0;
    text-align: center;
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-toggle[data-toggle="dropdown-submenu"]::after {
    margin-top: 0;
    position: inherit;
    right: 0;
    top: 50%;
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .3em;
    vertical-align: middle;
    content: "";
    border-top: .30em solid;
    border-right: .30em solid transparent;
    border-left: .30em solid transparent;
  }
  .cid-qBsxmAOUSV .navbar-buttons.mbr-section-btn {
    width: 100%;
  }
  .cid-qBsxmAOUSV .dropdown .dropdown-menu .dropdown-item {
    padding: 0.235em 1.5em 0.235em 1.5em !important;
    transition: none;
    margin: 0 !important;
  }
}
.cid-qBsxmAOUSV .navbar-dropdown {
  flex-wrap: nowrap;
}
.cid-qBsxmAOUSV .navbar-collapse {
  -ms-flex-preferred-size: initial;
  flex-basis: initial;
}
.cid-qBsxmAOUSV .nav-link:focus {
  outline: none;
}
.cid-qBsxmAOUSV .navbar-toggler {
  position: relative;
}
.cid-qBsxmAOUSV .dropdown-item.active,
.cid-qBsxmAOUSV .dropdown-item:active {
  background: #000d79;
  color: initial;
}
.cid-qBsxmAOUSV .widget-title,
.cid-qBsxmAOUSV .widget-icon {
  color: #ffffff;
}
.cid-qBsxmAOUSV .widget-text {
  color: #eaeaea;
}
.cid-tNhQ1qakhW {
  padding-top: 160px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/portfolio.png");
}
.cid-uP40hGJM2B {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP40hGJM2B img,
.cid-uP40hGJM2B .item-img {
  width: 100%;
}
.cid-uP40hGJM2B .item:focus,
.cid-uP40hGJM2B span:focus {
  outline: none;
}
.cid-uP40hGJM2B .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP40hGJM2B .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uP40hGJM2B .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uP40hGJM2B .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uP40hGJM2B .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uP40hGJM2B .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uP40hGJM2B .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uP40hGJM2B .mbr-section-title {
  color: #232323;
}
.cid-uP40hGJM2B .mbr-text,
.cid-uP40hGJM2B .mbr-section-btn {
  text-align: left;
}
.cid-uP40hGJM2B .item-title {
  text-align: left;
}
.cid-uP40hGJM2B .item-subtitle {
  text-align: center;
}
.cid-uP40IYxCjx {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP40IYxCjx img,
.cid-uP40IYxCjx .item-img {
  width: 100%;
}
.cid-uP40IYxCjx .item:focus,
.cid-uP40IYxCjx span:focus {
  outline: none;
}
.cid-uP40IYxCjx .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP40IYxCjx .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uP40IYxCjx .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uP40IYxCjx .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uP40IYxCjx .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uP40IYxCjx .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uP40IYxCjx .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uP40IYxCjx .mbr-section-title {
  color: #232323;
}
.cid-uP40IYxCjx .mbr-text,
.cid-uP40IYxCjx .mbr-section-btn {
  text-align: left;
}
.cid-uP40IYxCjx .item-title {
  text-align: left;
}
.cid-uP40IYxCjx .item-subtitle {
  text-align: center;
}
.cid-uP41b1CdnU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP41b1CdnU img,
.cid-uP41b1CdnU .item-img {
  width: 100%;
}
.cid-uP41b1CdnU .item:focus,
.cid-uP41b1CdnU span:focus {
  outline: none;
}
.cid-uP41b1CdnU .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP41b1CdnU .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uP41b1CdnU .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uP41b1CdnU .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uP41b1CdnU .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uP41b1CdnU .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uP41b1CdnU .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uP41b1CdnU .mbr-section-title {
  color: #232323;
}
.cid-uP41b1CdnU .mbr-text,
.cid-uP41b1CdnU .mbr-section-btn {
  text-align: left;
}
.cid-uP41b1CdnU .item-title {
  text-align: left;
}
.cid-uP41b1CdnU .item-subtitle {
  text-align: center;
}
.cid-uP41gAVzDl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP41gAVzDl img,
.cid-uP41gAVzDl .item-img {
  width: 100%;
}
.cid-uP41gAVzDl .item:focus,
.cid-uP41gAVzDl span:focus {
  outline: none;
}
.cid-uP41gAVzDl .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP41gAVzDl .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uP41gAVzDl .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uP41gAVzDl .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uP41gAVzDl .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uP41gAVzDl .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uP41gAVzDl .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uP41gAVzDl .mbr-section-title {
  color: #232323;
}
.cid-uP41gAVzDl .mbr-text,
.cid-uP41gAVzDl .mbr-section-btn {
  text-align: left;
}
.cid-uP41gAVzDl .item-title {
  text-align: left;
}
.cid-uP41gAVzDl .item-subtitle {
  text-align: center;
}
.cid-uP41jTBN2f {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP41jTBN2f img,
.cid-uP41jTBN2f .item-img {
  width: 100%;
}
.cid-uP41jTBN2f .item:focus,
.cid-uP41jTBN2f span:focus {
  outline: none;
}
.cid-uP41jTBN2f .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP41jTBN2f .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uP41jTBN2f .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uP41jTBN2f .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uP41jTBN2f .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uP41jTBN2f .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uP41jTBN2f .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uP41jTBN2f .mbr-section-title {
  color: #232323;
}
.cid-uP41jTBN2f .mbr-text,
.cid-uP41jTBN2f .mbr-section-btn {
  text-align: left;
}
.cid-uP41jTBN2f .item-title {
  text-align: left;
}
.cid-uP41jTBN2f .item-subtitle {
  text-align: center;
}
.cid-uP41n6rjof {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-uP41n6rjof img,
.cid-uP41n6rjof .item-img {
  width: 100%;
}
.cid-uP41n6rjof .item:focus,
.cid-uP41n6rjof span:focus {
  outline: none;
}
.cid-uP41n6rjof .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-uP41n6rjof .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-uP41n6rjof .item-wrapper .item-content {
    padding: 2rem 2rem 0;
  }
  .cid-uP41n6rjof .item-wrapper .item-footer {
    padding: 0 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uP41n6rjof .item-wrapper .item-content {
    padding: 1rem 1rem 0;
  }
  .cid-uP41n6rjof .item-wrapper .item-footer {
    padding: 0 1rem 1rem;
  }
}
.cid-uP41n6rjof .mbr-section-btn {
  margin-top: auto !important;
}
.cid-uP41n6rjof .mbr-section-title {
  color: #232323;
}
.cid-uP41n6rjof .mbr-text,
.cid-uP41n6rjof .mbr-section-btn {
  text-align: left;
}
.cid-uP41n6rjof .item-title {
  text-align: left;
}
.cid-uP41n6rjof .item-subtitle {
  text-align: center;
}
.cid-uINF3TAIUi {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #000d79;
}
.cid-uINF3TAIUi p {
  text-align: center;
}
.cid-uINF3TAIUi .mbr-iconfont-social {
  font-size: 1.5rem;
  color: #ffffff;
}
.cid-uINF3TAIUi .btn-underline:hover {
  color: #505050;
}
.cid-uINF3TAIUi .btn-underline:before {
  background-color: #505050;
}
.cid-uINF3TAIUi .social-list a:focus {
  text-decoration: none;
}
.cid-uINF3TAIUi .text-copyright {
  width: 100%;
}
.cid-uINF3TAIUi .img-logo-footer {
  margin-right: 1rem;
  max-width: 5rem;
}
.cid-uINF3TAIUi .text-logo-footer {
  display: inline-block;
  vertical-align: middle;
}
.cid-uINF3TAIUi .logo-footer {
  line-height: normal;
}
.cid-uINF3TAIUi .copyright {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uINF3TAIUi .social-btns {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uINF3TAIUi .mbr-section-btn {
  font-size: 16px;
}
.cid-uINF3TAIUi .mbr-section-btn a {
  margin: 0 1rem 0.5rem;
}
