.btn {
  border-width: 2px;
}
body {
  font-family: Roboto;
}
.display-1 {
  font-family: 'Roboto', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-1 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 2rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-4 {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.25rem;
}
.display-5 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 1.875rem;
}
.display-7 {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.1rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1rem 2.6rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #fafafa !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #ff497c !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #535353 !important;
  border-color: #535353 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #534d46 !important;
  border-color: #534d46 !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #000000 !important;
  background-color: #e0d40a !important;
  border-color: #e0d40a !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #e0d40a !important;
  border-color: #e0d40a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #5c6e73 !important;
  border-color: #5c6e73 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #5c6e73 !important;
  border-color: #5c6e73 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ff497c !important;
  border-color: #ff497c !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #f10044 !important;
  border-color: #f10044 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #f10044 !important;
  border-color: #f10044 !important;
}
.btn-white,
.btn-white:active {
  background-color: #fafafa !important;
  border-color: #fafafa !important;
  color: #7a7a7a !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #4f4f4f !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-white.disabled,
.btn-white:disabled {
  color: #7a7a7a !important;
  background-color: #cfcfcf !important;
  border-color: #cfcfcf !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #7e7e7e;
  color: #7e7e7e;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #535353 !important;
  background-color: transparent!important;
  border-color: #535353 !important;
  box-shadow: none!important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #7e7e7e !important;
  border-color: #7e7e7e !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #82786e;
  color: #82786e;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #534d46 !important;
  background-color: transparent!important;
  border-color: #534d46 !important;
  box-shadow: none!important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #82786e !important;
  border-color: #82786e !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #f7ed4a;
  color: #f7ed4a;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #e0d40a !important;
  background-color: transparent!important;
  border-color: #e0d40a !important;
  box-shadow: none!important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #3f3c03 !important;
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #879a9f;
  color: #879a9f;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5c6e73 !important;
  background-color: transparent!important;
  border-color: #5c6e73 !important;
  box-shadow: none!important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #879a9f !important;
  border-color: #879a9f !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ff497c;
  color: #ff497c;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #f10044 !important;
  background-color: transparent!important;
  border-color: #f10044 !important;
  box-shadow: none!important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #ff497c !important;
  border-color: #ff497c !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent!important;
  border-color: #000000 !important;
  box-shadow: none!important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent!important;
  border-color: #cfcfcf !important;
  box-shadow: none!important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #fafafa !important;
}
.text-secondary {
  color: #7e7e7e !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #ff497c !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #c7c7c7 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #4b4b4b !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #e2003f !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #fafafa;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #ff497c;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #fafafa;
  border-color: #fafafa;
  color: #878787;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #fafafa;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #beb8b2;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ced6d8;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
#scrollToTop a {
  border-radius: 100px;
}
.form-control {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control > .mbr-iconfont {
  font-size: 1.25rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #fafafa !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Roboto', sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.25rem;
}
blockquote {
  border-color: #fafafa;
}
/* Forms */
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #fafafa;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #fafafa;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #353535;
  border-bottom-color: #353535;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #fafafa;
  border-bottom-color: #fafafa;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #fafafa !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: #7e7e7e !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%23fafafa' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-rRBKNNng2r {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/woman-6-1920x1280.webp");
}
.cid-rRBKNNng2r .mbr-iconfont {
  color: #ff497c;
  font-size: 3rem;
  transition: 0.7s;
}
.cid-rRBKNNng2r .card-inner {
  background-color: #1f2732;
  transition: 0.7s;
  z-index: 10;
}
.cid-rRBKNNng2r .btn {
  margin-left: 0rem;
}
.cid-rRBKNNng2r .row {
  padding-bottom: 8rem;
}
.cid-rRBKNNng2r .link {
  margin: 0;
}
.cid-rRBKNNng2r .card-title {
  position: relative;
  margin-bottom: 1.3rem;
  padding-bottom: 0.5rem;
}
.cid-rRBKNNng2r .card-title:after {
  position: absolute;
  content: '';
  bottom: 0px;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  background: #ff497c;
  transition: 0.7s;
}
.cid-rRBKNNng2r .card-img {
  margin-bottom: 3.2rem;
}
.cid-rRBKNNng2r .link a {
  position: relative;
  letter-spacing: 2px;
}
.cid-rRBKNNng2r .card:hover .card-inner {
  background-color: #ff497c;
  box-shadow: 0px 10px 50px 10px rgba(0, 0, 0, 0.3);
}
.cid-rRBKNNng2r .card:hover .mbr-iconfont {
  color: #ffffff !important;
}
.cid-rRBKNNng2r .card:hover .card-title:after {
  background: #fff;
}
.cid-rRBKNNng2r .media-container-row {
  align-items: flex-end;
}
.cid-rRBKNNng2r .mbr-section-title {
  margin-bottom: 1.5rem;
}
@media (max-width: 767px) {
  .cid-rRBKNNng2r .card {
    padding: 0;
    margin-bottom: 2rem;
  }
  .cid-rRBKNNng2r .card-inner {
    padding: 3rem 1rem;
  }
}
@media (min-width: 767px) {
  .cid-rRBKNNng2r .card-inner {
    padding: 3.4rem 2.5rem 3.6rem;
  }
}
@media (min-width: 767px) and (max-width: 992px) {
  .cid-rRBKNNng2r .card {
    margin-bottom: 2rem;
  }
  .cid-rRBKNNng2r .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-rRBKNNng2r .row {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.cid-rRBKNNng2r .card {
  position: relative;
}
.cid-rRBKNNng2r .card-3::after {
  content: "";
  background-color: #ff497c;
  height: 70px;
  width: 97%;
  position: absolute;
  bottom: -20px;
  z-index: 1;
}
.cid-rRBKNNng2r .card:first-child .card-inner {
  background-color: #ff497c;
}
.cid-rRBKNNng2r .card:first-child .card-inner .mbr-iconfont {
  color: #fff;
}
.cid-rRBKNNng2r .card:first-child .card-inner .card-title:after {
  background: #fff;
}
.cid-rRBKNNng2r H3 {
  color: #ffe161;
}
.cid-rRBKNNng2r .block-title,
.cid-rRBKNNng2r .mbr-section-title,
.cid-rRBKNNng2r .line,
.cid-rRBKNNng2r .mbr-section-btn {
  color: #ffffff;
}
.cid-srlSNg395Z {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000c21;
}
.cid-srlSNg395Z .video-wrapper iframe {
  width: 100%;
}
.cid-srlSNg395Z .mbr-section-title,
.cid-srlSNg395Z .mbr-section-subtitle,
.cid-srlSNg395Z .mbr-text {
  text-align: center;
}
.cid-srlSNg395Z .mbr-text {
  color: #ffe161;
}
.cid-srlSNg395Z .mbr-section-title {
  color: #f7f421;
}
.cid-rRBLekSVJV {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/2ah6wjp-1400x800.webp");
}
.cid-rRBLekSVJV h1 {
  margin-bottom: 0.2rem;
}
.cid-rRBLekSVJV .container-fluid {
  padding: 0;
}
.cid-rRBLekSVJV img {
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 10;
}
.cid-rRBLekSVJV .mbr-figure {
  height: 100%;
}
.cid-rRBLekSVJV .col-lg-6 {
  padding: 0;
}
.cid-rRBLekSVJV .mbr-text {
  color: #747474;
}
.cid-rRBLekSVJV hr {
  width: 40px;
  height: 2px;
  top: -1rem;
}
.cid-rRBLekSVJV .mbr-section-subtitle {
  margin-bottom: 3.5rem;
}
.cid-rRBLekSVJV .mbr-section-subtitle-1 {
  color: #ff497c;
}
.cid-rRBLekSVJV .mbr-section-subtitle-2 {
  margin-top: 4.2rem;
}
.cid-rRBLekSVJV .mbr-figure::after {
  content: "";
  background-color: #ff497c;
  height: 100px;
  width: 100px;
  position: absolute;
  bottom: -20px;
  right: -5px;
  z-index: 1;
}
@media (min-width: 767px) {
  .cid-rRBLekSVJV .row {
    margin: 0;
  }
}
@media (min-width: 992px) {
  .cid-rRBLekSVJV .media-content {
    padding-left: 2.2rem;
  }
}
@media (max-width: 992px) {
  .cid-rRBLekSVJV .left-block {
    margin-top: 4.5rem;
  }
}
.cid-rRBLekSVJV .btn {
  color: #101010 !important;
}
.cid-rRBLekSVJV .btn:hover {
  color: #ffffff !important;
}
.cid-rRBLekSVJV .mbr-text,
.cid-rRBLekSVJV .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-toiKOrxyTg {
  padding-top: 75px;
  padding-bottom: 60px;
}
@media (min-width: 992px) {
  .cid-toiKOrxyTg .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-toiKOrxyTg .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-toiKOrxyTg .mbr-text {
    text-align: center;
  }
}
.cid-toiKOrxyTg B {
  color: #f7ed4a;
}
.cid-toiKOrxyTg H3 {
  color: #2dfd25;
}
.cid-toiKOrxyTg H1 {
  color: #fff10d;
}
.cid-tojqvPPHlq {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #08154b;
}
.cid-tojqvPPHlq img {
  width: 150px;
  margin: auto;
}
.cid-tojqvPPHlq .card {
  transition: all 0.3s;
  height: fit-content;
  padding: 1rem 0;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .cid-tojqvPPHlq .card {
    max-width: 16.6%;
  }
}
.cid-sstZHEFFac {
  padding-top: 4rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/5-1183x789.webp");
}
.cid-sstZHEFFac .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-sstZHEFFac .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-sstZHEFFac .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-sstZHEFFac .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: center;
  color: #ffe161;
}
.cid-sstZHEFFac .mbr-section-title b:last-child,
.cid-sstZHEFFac .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sstZHEFFac .mbr-section-subtitle {
  text-align: center;
}
.cid-sstZHEFFac .mbr-text,
.cid-sstZHEFFac .mbr-section-btn {
  color: #e43f3f;
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-srrOC1FM8V.popup-builder {
  background-color: #ffffff;
}
.cid-srrOC1FM8V.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-srrOC1FM8V.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-srrOC1FM8V .modal-content,
.cid-srrOC1FM8V .modal-dialog {
  height: auto;
}
.cid-srrOC1FM8V .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-srrOC1FM8V .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-srrOC1FM8V .form-wrapper .mbr-form .form-group,
  .cid-srrOC1FM8V .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-srrOC1FM8V .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-srrOC1FM8V .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-srrOC1FM8V .mbr-text {
  text-align: center;
  color: #000000;
}
.cid-srrOC1FM8V .pt-0 {
  padding-top: 0 !important;
}
.cid-srrOC1FM8V .pb-0 {
  padding-bottom: 0 !important;
}
.cid-srrOC1FM8V .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-srrOC1FM8V .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-srrOC1FM8V .modal-open {
  overflow: hidden;
}
.cid-srrOC1FM8V .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-srrOC1FM8V .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-srrOC1FM8V .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-srrOC1FM8V .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-srrOC1FM8V .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-srrOC1FM8V .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-srrOC1FM8V .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-srrOC1FM8V .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-srrOC1FM8V .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-srrOC1FM8V .modal-backdrop.fade {
  opacity: 0;
}
.cid-srrOC1FM8V .modal-backdrop.show {
  opacity: .5;
}
.cid-srrOC1FM8V .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-srrOC1FM8V .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-srrOC1FM8V .modal-header .close:hover {
  opacity: 1;
}
.cid-srrOC1FM8V .modal-header .close:focus {
  outline: none;
}
.cid-srrOC1FM8V .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-srrOC1FM8V .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-srrOC1FM8V .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-srrOC1FM8V .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-srrOC1FM8V .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-srrOC1FM8V .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-srrOC1FM8V .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-srrOC1FM8V .modal-sm {
    max-width: 300px;
  }
  .cid-srrOC1FM8V .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-srrOC1FM8V .modal-lg,
  .cid-srrOC1FM8V .modal-xl {
    max-width: 800px;
  }
  .cid-srrOC1FM8V .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-srrOC1FM8V .modal-xl {
    max-width: 1140px;
  }
  .cid-srrOC1FM8V .container {
    max-width: 1140px;
  }
}
.cid-srrOC1FM8V .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-srrOC1FM8V .container {
    max-width: 720px;
  }
}
.cid-srrOC1FM8V .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-srrOC1FM8V .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-srrOC1FM8V .form-group {
  margin-bottom: 1rem;
}
.cid-srrOC1FM8V .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-srrOC1FM8V .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-srrOC1FM8V .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-sBlHdUe0U7.popup-builder {
  background-color: #ffffff;
}
.cid-sBlHdUe0U7.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-sBlHdUe0U7.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-sBlHdUe0U7 .modal-content,
.cid-sBlHdUe0U7 .modal-dialog {
  height: auto;
}
.cid-sBlHdUe0U7 .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-sBlHdUe0U7 .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-sBlHdUe0U7 .form-wrapper .mbr-form .form-group,
  .cid-sBlHdUe0U7 .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-sBlHdUe0U7 .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-sBlHdUe0U7 .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sBlHdUe0U7 .mbr-text {
  text-align: center;
}
.cid-sBlHdUe0U7 .pt-0 {
  padding-top: 0 !important;
}
.cid-sBlHdUe0U7 .pb-0 {
  padding-bottom: 0 !important;
}
.cid-sBlHdUe0U7 .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-sBlHdUe0U7 .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-sBlHdUe0U7 .modal-open {
  overflow: hidden;
}
.cid-sBlHdUe0U7 .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-sBlHdUe0U7 .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-sBlHdUe0U7 .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-sBlHdUe0U7 .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-sBlHdUe0U7 .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-sBlHdUe0U7 .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-sBlHdUe0U7 .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-sBlHdUe0U7 .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-sBlHdUe0U7 .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-sBlHdUe0U7 .modal-backdrop.fade {
  opacity: 0;
}
.cid-sBlHdUe0U7 .modal-backdrop.show {
  opacity: .5;
}
.cid-sBlHdUe0U7 .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-sBlHdUe0U7 .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-sBlHdUe0U7 .modal-header .close:hover {
  opacity: 1;
}
.cid-sBlHdUe0U7 .modal-header .close:focus {
  outline: none;
}
.cid-sBlHdUe0U7 .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-sBlHdUe0U7 .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-sBlHdUe0U7 .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-sBlHdUe0U7 .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-sBlHdUe0U7 .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-sBlHdUe0U7 .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-sBlHdUe0U7 .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-sBlHdUe0U7 .modal-sm {
    max-width: 300px;
  }
  .cid-sBlHdUe0U7 .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-sBlHdUe0U7 .modal-lg,
  .cid-sBlHdUe0U7 .modal-xl {
    max-width: 800px;
  }
  .cid-sBlHdUe0U7 .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-sBlHdUe0U7 .modal-xl {
    max-width: 1140px;
  }
  .cid-sBlHdUe0U7 .container {
    max-width: 1140px;
  }
}
.cid-sBlHdUe0U7 .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-sBlHdUe0U7 .container {
    max-width: 720px;
  }
}
.cid-sBlHdUe0U7 .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-sBlHdUe0U7 .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-sBlHdUe0U7 .form-group {
  margin-bottom: 1rem;
}
.cid-sBlHdUe0U7 .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-sBlHdUe0U7 .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-sBlHdUe0U7 .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-tyBb090pXl {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #000000;
}
.cid-tyBb090pXl .mbr-fallback-image.disabled {
  display: none;
}
.cid-tyBb090pXl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tyBb090pXl .video-wrapper iframe {
  width: 100%;
}
.cid-tyBb090pXl .mbr-section-title,
.cid-tyBb090pXl .mbr-section-subtitle,
.cid-tyBb090pXl .mbr-text {
  text-align: center;
}
.cid-tyBb090pXl .mbr-section-title {
  color: #e6c63b;
}
.cid-sryek8XYFi {
  padding-top: 135px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/5-1183x789.webp");
}
.cid-sryek8XYFi .mbr-section-title {
  margin: 0;
}
.cid-sryek8XYFi .mbr-section-subtitle,
.cid-sryek8XYFi .mbr-text {
  color: #8d97ad;
}
.cid-sryek8XYFi .row-item {
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-sryek8XYFi .card-img,
  .cid-sryek8XYFi .mbr-text,
  .cid-sryek8XYFi .mbr-card-title,
  .cid-sryek8XYFi .mbr-section-subtitle,
  .cid-sryek8XYFi .mbr-section-title,
  .cid-sryek8XYFi .underline,
  .cid-sryek8XYFi .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-sryek8XYFi .mbr-section-subtitle {
  color: #edfe06;
}
.cid-sryek8XYFi .mbr-text,
.cid-sryek8XYFi .mbr-section-btn {
  color: #edfe06;
}
.cid-srxBWphKlq {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1440x1920.webp");
}
.cid-srxBWphKlq .mbr-overlay {
  background: #ffffff;
  opacity: 0.8;
}
@media (max-width: 991px) {
  .cid-srxBWphKlq .text-wrapper {
    padding-top: 30px;
  }
}
.cid-srxBWphKlq .mbr-text {
  margin-bottom: 20.4px;
}
.cid-srxBWphKlq .mbr-text,
.cid-srxBWphKlq .mbr-section-btn {
  text-align: left;
  color: #000000;
}
.cid-srxBWphKlq .mbr-section-subtitle {
  color: #000000;
  text-align: left;
}
.cid-srxBWphKlq .section-subtext {
  color: #e43f3f;
  text-align: left;
}
.cid-sryeoLfbVd {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1275.webp");
}
.cid-sryeoLfbVd .mbr-overlay {
  background: #bbbbbb;
  background: linear-gradient(90deg, #bbbbbb, #fefd36);
}
.cid-sryeoLfbVd .mbr-text {
  color: #8d97ad;
}
.cid-sryeoLfbVd .card-wrap {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 3px;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-sryeoLfbVd .mbr-text,
.cid-sryeoLfbVd .mbr-section-btn {
  color: #000000;
}
.cid-sryerlO1zs {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-sryerlO1zs .mbr-overlay {
  background: linear-gradient(90deg, #21b968, #1ec5bf);
}
.cid-sryerlO1zs .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sryerlO1zs .text-content {
  padding-right: 1.5rem;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-sryerlO1zs .main-row {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-sryerlO1zs .mbr-text {
  color: #8d97ad;
}
.cid-sryerlO1zs .mbr-figure img {
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.3);
  border-radius: .25rem;
}
.cid-sryerlO1zs .counter-container {
  padding-top: 1rem;
}
.cid-sryerlO1zs .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sryerlO1zs .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 991px) {
  .cid-sryerlO1zs .main-row {
    margin: 0;
  }
  .cid-sryerlO1zs .mbr-section-title,
  .cid-sryerlO1zs .mbr-text,
  .cid-sryerlO1zs .list,
  .cid-sryerlO1zs .mbr-section-btn {
    text-align: center !important;
  }
  .cid-sryerlO1zs .text-content {
    padding: 0;
  }
}
.cid-sryerlO1zs .mbr-text,
.cid-sryerlO1zs .mbr-section-btn {
  color: #a61a3d;
}
.cid-sryevb4CaT {
  padding-top: 60px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/amp-big20google20emblem-299x168.webp");
}
.cid-sryevb4CaT .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.cid-sryevb4CaT .section-text {
  color: #000000;
}
.cid-sryevb4CaT .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #51aafa);
}
.cid-sryevb4CaT .text-block {
  padding-left: 0;
}
.cid-sryevb4CaT .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sryevb4CaT .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-sryevb4CaT .mbr-figure .card-text {
  padding: 2rem;
}
.cid-sryevb4CaT .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-sryevb4CaT .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-sryevb4CaT .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-sryevb4CaT .mbr-text {
    text-align: center;
  }
}
.cid-sryevb4CaT .section-text DIV {
  color: #000000;
}
.cid-sryevb4CaT .mbr-text UL {
  color: #000000;
}
.cid-sryeJYHweZ {
  overflow: hidden !important;
  background-image: url("../../../assets/images/storeclosingsign-875x408.webp");
}
.cid-sryeJYHweZ .mbr-section-subtitle {
  font-weight: 400;
}
.cid-sryeJYHweZ .mbr-section-title {
  padding-bottom: 2rem;
  color: #f7f421;
}
.cid-sryeJYHweZ .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-sryeJYHweZ .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
.cid-sryeJYHweZ .mbr-form {
  margin-bottom: 3rem;
}
.cid-sryeJYHweZ .form-control {
  min-height: 2.7em;
  padding-top: 0rem;
  padding-bottom: 0rem;
  padding-left: 1.8rem;
  padding-right: 1.8rem;
  background-color: white;
  border-radius: 0px;
  font-size: 18px;
}
.cid-sryeJYHweZ a.btn {
  -webkit-flex: 0 0 auto;
  flex: 0 0 auto;
}
.cid-sryeJYHweZ .input-group-btn {
  -webkit-align-self: center;
  align-self: center;
  z-index: 3;
}
.cid-sryeJYHweZ .input-group-btn .btn {
  padding: 0.65rem 2rem;
}
.cid-sryeJYHweZ .mbr-subscribe .input-group-btn {
  display: inline-block;
}
.cid-sryeJYHweZ .mbr-subscribe .input-group-btn button,
.cid-sryeJYHweZ .mbr-subscribe .input-group-btn a {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
@media (max-width: 350px) {
  .cid-sryeJYHweZ .mbr-subscribe {
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .cid-sryeJYHweZ input[type="email"] {
    width: 100%;
    margin-bottom: 3px;
  }
  .cid-sryeJYHweZ .input-group-btn {
    width: 100%;
  }
  .cid-sryeJYHweZ .input-group-btn .btn {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  .cid-sryeJYHweZ .mbr-form {
    margin-bottom: 0;
  }
  .cid-sryeJYHweZ .input-form {
    width: 80%;
    margin: 0 auto;
  }
  .cid-sryeJYHweZ .input-group-btn a.btn {
    width: 100%;
  }
  .cid-sryeJYHweZ .input-group-btn {
    width: calc(92%);
  }
  .cid-sryeJYHweZ .input-group-btn button[type="submit"] {
    width: 100%;
  }
  .cid-sryeJYHweZ .input-group {
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: auto;
    max-width: 300px;
  }
  .cid-sryeJYHweZ .input-group input[type="email"] {
    width: 100%;
    margin-bottom: 10px;
  }
  .cid-sryeJYHweZ .input-group span {
    display: inline;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .cid-sryeJYHweZ .input-group-btn button,
  .cid-sryeJYHweZ .input-group-btn a {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .cid-sryeJYHweZ .input-group > .form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
  }
  .cid-sryeJYHweZ .mbr-figure {
    margin-top: 1rem;
  }
}
@media (min-width: 768px) {
  .cid-sryeJYHweZ .mbr-subscribe > * {
    margin: 0 0rem;
  }
  .cid-sryeJYHweZ .input-group-btn a.btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
  .cid-sryeJYHweZ .input-group-btn button.btn {
    border-top-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
  }
}
.cid-sszQJvoJ53 {
  padding-top: 10rem;
  padding-bottom: 10rem;
  background-image: url("../../../assets/images/mbr-1920x1252.webp");
}
.cid-sszQJvoJ53 .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
.cid-sszQJvoJ53 .mbr-section-tag {
  margin-bottom: 14px;
}
.cid-sszQJvoJ53 .mbr-section-btn {
  margin: 1.625rem 0 0 0;
}
.cid-sszQJvoJ53 .mbr-section-title {
  margin-bottom: 2.1875rem;
  text-align: center;
  color: #ffe161;
}
.cid-sszQJvoJ53 .mbr-section-title b:last-child,
.cid-sszQJvoJ53 .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sszQJvoJ53 .mbr-section-subtitle {
  text-align: center;
}
.cid-sszQJvoJ53 .mbr-text,
.cid-sszQJvoJ53 .mbr-section-btn {
  color: #e43f3f;
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-v5yTwrVysj.popup-builder {
  background-color: #ffffff;
}
.cid-v5yTwrVysj.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-v5yTwrVysj.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-v5yTwrVysj .modal-content,
.cid-v5yTwrVysj .modal-dialog {
  height: auto;
}
.cid-v5yTwrVysj .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-v5yTwrVysj .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-v5yTwrVysj .form-wrapper .mbr-form .form-group,
  .cid-v5yTwrVysj .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-v5yTwrVysj .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-v5yTwrVysj .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-v5yTwrVysj .mbr-text {
  text-align: center;
}
.cid-v5yTwrVysj .pt-0 {
  padding-top: 0 !important;
}
.cid-v5yTwrVysj .pb-0 {
  padding-bottom: 0 !important;
}
.cid-v5yTwrVysj .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-v5yTwrVysj .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-v5yTwrVysj .modal-open {
  overflow: hidden;
}
.cid-v5yTwrVysj .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-v5yTwrVysj .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-v5yTwrVysj .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-v5yTwrVysj .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-v5yTwrVysj .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-v5yTwrVysj .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-v5yTwrVysj .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-v5yTwrVysj .modal-content {
  background: #55b4d4;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-v5yTwrVysj .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-v5yTwrVysj .modal-backdrop.fade {
  opacity: 0;
}
.cid-v5yTwrVysj .modal-backdrop.show {
  opacity: .5;
}
.cid-v5yTwrVysj .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-v5yTwrVysj .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-v5yTwrVysj .modal-header .close:hover {
  opacity: 1;
}
.cid-v5yTwrVysj .modal-header .close:focus {
  outline: none;
}
.cid-v5yTwrVysj .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #000000;
}
.cid-v5yTwrVysj .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-v5yTwrVysj .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-v5yTwrVysj .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-v5yTwrVysj .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-v5yTwrVysj .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-v5yTwrVysj .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-v5yTwrVysj .modal-sm {
    max-width: 300px;
  }
  .cid-v5yTwrVysj .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-v5yTwrVysj .modal-lg,
  .cid-v5yTwrVysj .modal-xl {
    max-width: 800px;
  }
  .cid-v5yTwrVysj .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-v5yTwrVysj .modal-xl {
    max-width: 1140px;
  }
  .cid-v5yTwrVysj .container {
    max-width: 1140px;
  }
}
.cid-v5yTwrVysj .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-v5yTwrVysj .container {
    max-width: 720px;
  }
}
.cid-v5yTwrVysj .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-v5yTwrVysj .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-v5yTwrVysj .form-group {
  margin-bottom: 1rem;
}
.cid-v5yTwrVysj .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-v5yTwrVysj .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-v5yTwrVysj .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-srxYpre16q {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-1920x1920.webp");
}
.cid-srxYpre16q .mbr-media span {
  font-size: 48px;
  cursor: pointer;
  background-color: #ffffff;
  border-radius: 50%;
  width: 6rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  display: inline-block;
  transition: all 0.25s;
  color: #353535;
}
.cid-srxYpre16q .mbr-media span.mbri-play:before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-35%);
  -moz-transform: translateX(-35%);
  -ms-transform: translateX(-35%);
  -o-transform: translateX(-35%);
  transform: translateX(-35%);
}
.cid-srxYpre16q .modalWindow {
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-srxYpre16q .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-srxYpre16q .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-srxYpre16q a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-srxYpre16q a.close:hover {
  color: #ffffff;
}
.cid-srxYpre16q .icon-description {
  color: #8bef4b;
}
.cid-srxYpre16q H1 {
  color: #f7ed4a;
}
.cid-stBKl7PSWy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/usecase-retail-400x400.webp");
}
.cid-stBKl7PSWy .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-stBKl7PSWy h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-stBKl7PSWy p {
  color: #ffffff;
}
.cid-stBKl7PSWy h2 {
  color: #ffffff;
}
.cid-stBKl7PSWy .text-content {
  padding: 2rem 0rem;
  background-color: #4284df;
}
.cid-stBKl7PSWy .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-stBKl7PSWy .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-stBKl7PSWy .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-stBKl7PSWy .text-content {
    margin-bottom: 2rem;
  }
}
.cid-stBKl7PSWy P {
  color: #fefd36;
}
.cid-srxYvTgDG2 {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/usecase-museum-400x400.webp");
}
@media (min-width: 992px) {
  .cid-srxYvTgDG2 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srxYvTgDG2 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-srxYvTgDG2 .mbr-text {
    text-align: center;
  }
}
.cid-srxYvTgDG2 B {
  color: #0f7699;
}
.cid-srxYvTgDG2 .mbr-text,
.cid-srxYvTgDG2 .mbr-section-btn {
  color: #000000;
}
.cid-srxYCzkN2A {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1920x1080.webp");
}
@media (min-width: 992px) {
  .cid-srxYCzkN2A .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srxYCzkN2A .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-srxYCzkN2A .mbr-text {
    text-align: center;
  }
}
.cid-srxYCzkN2A .mbr-text,
.cid-srxYCzkN2A .mbr-section-btn {
  color: #ff7f9f;
}
.cid-srxYCzkN2A H1 {
  color: #f7ed4a;
}
.cid-sry4aNUVWE {
  padding-top: 45px;
  padding-bottom: 75px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-sry4aNUVWE .image-block {
  margin: auto;
}
.cid-sry4aNUVWE figcaption {
  position: relative;
}
.cid-sry4aNUVWE figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sry4aNUVWE .image-block {
    width: 100% !important;
  }
}
.cid-sry1nx78sB {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-srxYLkTTe3 {
  padding-top: 0px;
  padding-bottom: 0px;
  background: #ffffff;
  background: linear-gradient(0deg, #55b4d4, #ffffff);
}
.cid-srxYLkTTe3 .image-block {
  margin: auto;
}
.cid-srxYLkTTe3 figcaption {
  position: relative;
}
.cid-srxYLkTTe3 figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-srxYLkTTe3 .image-block {
    width: 100% !important;
  }
}
.cid-sry4rUx1YK {
  padding-top: 15px;
  padding-bottom: 30px;
  background: #55b4d4;
  background: linear-gradient(0deg, #149dcc, #55b4d4);
}
.cid-sry4rUx1YK .image-block {
  margin: auto;
}
.cid-sry4rUx1YK figcaption {
  position: relative;
}
.cid-sry4rUx1YK figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sry4rUx1YK .image-block {
    width: 100% !important;
  }
}
.cid-srxYHTJoND {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background6.webp");
}
.cid-srxYHTJoND .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-srxYHTJoND .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-srxYHTJoND .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-srxYHTJoND .mbr-text {
    text-align: center;
  }
}
.cid-sry4C8NVT4 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background3.webp");
}
@media (min-width: 992px) {
  .cid-sry4C8NVT4 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sry4C8NVT4 .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sry4C8NVT4 .mbr-text {
    text-align: center;
  }
}
.cid-sry4C8NVT4 B {
  color: #ff3366;
}
.cid-sry4QWMBIa {
  padding-top: 30px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/usecase-productlaunch-400x400.webp");
}
@media (min-width: 992px) {
  .cid-sry4QWMBIa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sry4QWMBIa .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sry4QWMBIa .mbr-text {
    text-align: center;
  }
}
.cid-sry4QWMBIa .mbr-text,
.cid-sry4QWMBIa .mbr-section-btn {
  color: #4479d9;
}
.cid-sry4JNfi6g {
  background-image: url("../../../assets/images/5-1183x789.webp");
}
.cid-sry4JNfi6g .mbr-overlay {
  background: linear-gradient(90deg, #0a67a3, #000000);
}
@media (min-width: 992px) {
  .cid-sry4JNfi6g .media-content {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
}
@media (max-width: 991px) {
  .cid-sry4JNfi6g {
    text-align: center !important;
  }
  .cid-sry4JNfi6g .mbr-text {
    text-align: center;
  }
}
.cid-sry4JNfi6g .media-container-row {
  justify-content: flex-start;
}
.cid-sry4JNfi6g .mbr-text,
.cid-sry4JNfi6g .mbr-section-btn {
  color: #ffda73;
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sszONkGLE6 {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/mbr-1920x1164.webp");
}
.cid-sszONkGLE6 .mbr-section-title,
.cid-sszONkGLE6 .mbr-section-subtitle {
  color: #000000;
}
.cid-sszONkGLE6 .mbr-section-text {
  color: #232323;
}
.cid-sszONkGLE6 .mbr-text,
.cid-sszONkGLE6 .typed-text,
.cid-sszONkGLE6 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sszONkGLE6 .btn {
  margin-left: 4px !important;
}
.cid-sszONkGLE6 .animated-element {
  color: #1dc9cb;
}
.cid-sszONkGLE6 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #1dc9cb;
}
.cid-sszONkGLE6 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-sszONkGLE6 .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sszONkGLE6 .typed-text,
  .cid-sszONkGLE6 .mbr-section-subtitle,
  .cid-sszONkGLE6 .mbr-section-text,
  .cid-sszONkGLE6 .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-sszONkGLE6 .mbr-section-subtitle,
.cid-sszONkGLE6 .typed-text {
  color: #05ff02;
}
.cid-sszONkGLE6 .mbr-section-text,
.cid-sszONkGLE6 .mbr-section-btn {
  color: #f4f8fa;
}
.cid-sry7mBfTYY {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-2.webp");
}
.cid-sry7mBfTYY .mbr-figure {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
.cid-sry7mBfTYY .mbr-figure img {
  height: 100%;
}
@media (max-width: 991px) {
  .cid-sry7mBfTYY .mbr-figure img {
    width: 100% !important;
  }
}
.cid-sry7mBfTYY .mbr-text,
.cid-sry7mBfTYY .mbr-section-btn {
  color: #f7ed4a;
}
.cid-sry7mBfTYY H3 {
  color: #f7ed4a;
}
.cid-sry7mBfTYY .mbr-text,
.cid-sry7mBfTYY .mbr-section-btn I {
  color: #56fd0a;
}
.cid-sry7oqAncV {
  padding-top: 45px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/background3.webp");
}
@media (min-width: 992px) {
  .cid-sry7oqAncV .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sry7oqAncV .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sry7oqAncV .mbr-section-title {
  color: #ffe161;
  text-align: left;
}
.cid-sry7oqAncV .mbr-text,
.cid-sry7oqAncV .mbr-section-btn {
  color: #ffffff;
  text-align: left;
}
.cid-sry7qXQK7b {
  padding-top: 15px;
  padding-bottom: 15px;
  background: #ffffff;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-sry7qXQK7b .image-block {
  margin: auto;
}
.cid-sry7qXQK7b figcaption {
  position: relative;
}
.cid-sry7qXQK7b figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sry7qXQK7b .image-block {
    width: 100% !important;
  }
}
.cid-sry7sr4WiU {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sry7sr4WiU .counter-container {
  color: #767676;
}
.cid-sry7sr4WiU .counter-container ul {
  margin-bottom: 0;
}
.cid-sry7sr4WiU .counter-container ul li {
  margin-bottom: 1rem;
}
.cid-sry7sr4WiU .mbr-text UL {
  color: #232323;
}
.cid-sry7xtHtsE {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #2e2e2e;
}
.cid-sry7xtHtsE .line {
  background-color: #ffffff;
  color: #ffffff;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sry7xtHtsE .section-text {
  padding: 2rem 0;
}
.cid-sry7xtHtsE .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sry7xtHtsE .inner-container {
    width: 100% !important;
  }
}
.cid-sP2943vx1q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background7.webp");
}
.cid-sP2943vx1q .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-sP2943vx1q .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-sP2943vx1q .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-sP2943vx1q .mbr-text,
.cid-sP2943vx1q .mbr-section-btn {
  color: #000000;
}
.cid-sP27Fzs6d6 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/background4.webp");
}
@media (min-width: 1500px) {
  .cid-sP27Fzs6d6 .container {
    max-width: 1400px;
  }
}
.cid-sP27Fzs6d6 .mbr-iconfont {
  display: block;
  font-size: 5rem;
  color: #6592e6;
  margin-bottom: 2rem;
}
.cid-sP27Fzs6d6 .card-wrapper {
  margin-top: 3rem;
}
.cid-sP27Fzs6d6 .row {
  justify-content: center;
}
.cid-sP27Fzs6d6 .card-text {
  color: #000000;
}
.cid-sry7Xf6b6D {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-7-1620x1080.webp");
}
.cid-sry7Xf6b6D h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sry7Xf6b6D p {
  color: #767676;
  text-align: left;
}
.cid-sry7Xf6b6D .card-box {
  padding-top: 2rem;
}
.cid-sry7Xf6b6D .card-wrapper {
  height: 100%;
}
.cid-sry7Xf6b6D .card-title {
  color: #f7ed4a;
  text-align: center;
}
.cid-sry7Xf6b6D P {
  color: #efefef;
}
.cid-sry7Za9D9c {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-1-1920x1280.webp");
}
.cid-sry7Za9D9c .plan-body .btn-bgr {
  z-index: 0;
}
.cid-sry7Za9D9c .media-container-row {
  align-items: flex-start;
}
.cid-sry7Za9D9c .list-group-item {
  padding: .75rem 3.25rem;
}
.cid-sry7Za9D9c .plan {
  background: none;
  position: relative;
  max-width: 300px;
  padding-right: 0;
  padding-left: 0;
}
.cid-sry7Za9D9c .plan .mbr-overlay {
  background: #ffb5b5;
  opacity: 0.7;
}
.cid-sry7Za9D9c .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: none;
}
.cid-sry7Za9D9c .plan .list-group-item::after {
  position: absolute;
  bottom: 0;
  left: 20%;
  width: 60%;
  height: 2px;
  content: "";
  background-color: #eaeaea;
}
.cid-sry7Za9D9c .plan .list-group-item:last-child::after {
  display: none;
}
.cid-sry7Za9D9c .plan .mbr-section-btn a {
  margin-bottom: 0;
}
.cid-sry7Za9D9c .plan .plan-body {
  position: relative;
  padding-bottom: 3rem;
}
.cid-sry7Za9D9c .plan-header {
  padding-bottom: 2rem;
  position: relative;
}
@media (max-width: 550px) {
  .cid-sry7Za9D9c .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sry7Za9D9c .price-term {
  color: #ffe161;
}
.cid-sry7Za9D9c .plan-title {
  color: #ffffff;
}
.cid-sry7Za9D9c UL {
  color: #ffffff;
}
.cid-sry7Za9D9c .price-figure {
  color: #00102d;
}
.cid-sry81rrrDn {
  padding-top: 150px;
  padding-bottom: 150px;
  background-image: url("../../../assets/images/background3-1.webp");
}
.cid-sry81rrrDn .row {
  margin-left: -5rem;
}
.cid-sry81rrrDn .slider-text-two {
  background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
  display: inline-block;
  outline: 1px solid rgba(0, 0, 0, 0.2);
  outline-offset: -15px;
  padding: 65px 50px;
  position: relative;
}
.cid-sry81rrrDn .mbr-section-title,
.cid-sry81rrrDn .mbr-section-subtitle {
  color: #232323;
}
.cid-sry81rrrDn .mbr-section-subtitle span {
  font-weight: bold;
}
.cid-sry81rrrDn .mbr-text {
  color: #000000;
  font-weight: 100;
}
.cid-sry81rrrDn .mbr-section-btn {
  color: white;
}
@media (max-width: 767px) {
  .cid-sry81rrrDn .row {
    margin-left: -15px;
  }
}
@media screen and {
  .cid-sry81rrrDn .slider-text-two {
    outline: 15px solid rgba(255, 255, 255, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.2);
  }
}
.cid-sry7R14BMK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-sry7R14BMK .mbr-overlay {
  background: linear-gradient(90deg, #d6173f, #4284df);
}
.cid-sry7R14BMK h3 {
  color: #ffffff;
  font-weight: 300;
}
.cid-sry7R14BMK p {
  color: #ffffff;
}
.cid-sry7R14BMK h2 {
  color: #ffffff;
}
.cid-sry7R14BMK .text-content {
  padding: 2rem 0rem;
  background-color: #4284df;
}
.cid-sry7R14BMK .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-sry7R14BMK .media-container-row {
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (max-width: 767px) {
  .cid-sry7R14BMK .mbr-text {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cid-sry7R14BMK .text-content {
    margin-bottom: 2rem;
  }
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-srJ9Nb8Heu {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-srJ9Nb8Heu .mbr-text,
.cid-srJ9Nb8Heu blockquote {
  color: #767676;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-srIOqNChMk {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #ffffff;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-srJ0qErxih {
  padding-top: 75px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-srJ0qErxih .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-srJ0qErxih .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-srJ0qErxih .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-srJ1Vfdzmw {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-srJ1Vfdzmw .block-text {
  color: #000000;
}
.cid-srIZTDmvOa {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-srIZTDmvOa .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-srIZTDmvOa .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-srIZTDmvOa .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-srJ3x5hUuN {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-srJ4ivW26i {
  padding-top: 0px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-srJ4ivW26i .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-srJ4ivW26i .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-srJ4ivW26i .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-srJ4Pb7As6 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-srJ4Pb7As6 .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-srJ4Pb7As6 .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-srJ4Pb7As6 .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-srJ5hYfOIj {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-srJ5hYfOIj .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-srJ5hYfOIj .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-srJ5hYfOIj .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-srJ5KChfSL {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-srJ5KChfSL .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-srJ5KChfSL .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-srJ5KChfSL .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-srJ6ckAxjt {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
@media (min-width: 992px) {
  .cid-srJ6ckAxjt .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 992px) {
  .cid-srJ6ckAxjt .mbr-figure {
    padding-bottom: 1rem;
  }
}
.cid-srJ6ckAxjt .mbr-text {
  color: #000000;
  letter-spacing: 0.03em;
}
.cid-srJ6yu56bJ {
  padding-top: 30px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-srJ6yu56bJ .block-text {
  color: #000000;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-ssoJw9bizb {
  background-image: url("../../../assets/images/header-bg-event-1900x1250.webp");
}
.cid-ssoJw9bizb .mbr-overlay {
  background: #2bdc9d;
}
.cid-ssoJw9bizb .mbr-section-subtitle {
  color: #e3e3e3;
}
.cid-ssoJw9bizb H1 {
  text-align: left;
  color: #f7e11b;
}
.cid-ssoJw9bizb .mbr-section-subtitle,
.cid-ssoJw9bizb .mbr-section-btn {
  text-align: left;
}
.cid-ssoIHz4zAp {
  overflow: hidden !important;
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1-3.webp");
}
.cid-ssoIHz4zAp .container-fluid {
  padding: 0 5rem;
}
.cid-ssoIHz4zAp .img-block {
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssoIHz4zAp .mbr-section-title {
  padding-bottom: 2rem;
  color: #ffffff;
}
.cid-ssoIHz4zAp .mbr-section-subtitle {
  color: #3e4555;
  font-weight: 400;
}
.cid-ssoIHz4zAp .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .cid-ssoIHz4zAp .mbr-figure img {
    width: 100%;
  }
}
@media (max-width: 991px) {
  .cid-ssoIHz4zAp .container-fluid {
    padding: 0 1rem;
  }
  .cid-ssoIHz4zAp .mbr-figure {
    margin-top: 1rem;
  }
  .cid-ssoIHz4zAp .mbr-section-title {
    text-align: center !important;
  }
  .cid-ssoIHz4zAp .mbr-section-subtitle {
    text-align: center !important;
  }
  .cid-ssoIHz4zAp .mbr-section-btn {
    text-align: center !important;
  }
}
.cid-ssoIHz4zAp .mbr-section-subtitle,
.cid-ssoIHz4zAp .mbr-section-btn {
  color: #f2ff02;
}
.cid-ssoJBYxcmU {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/site-menu-56x56.webp");
}
.cid-ssoJBYxcmU .mbr-iconfont {
  font-size: 50px;
  transition: color .3s;
  padding: 1.5rem;
}
.cid-ssoJBYxcmU .mbr-section-title {
  margin: 0;
}
.cid-ssoJBYxcmU .mbr-section-subtitle {
  color: #000000;
}
.cid-ssoJBYxcmU .card-img span {
  color: #1dc9cb;
}
.cid-ssoJBYxcmU .row-item {
  margin-bottom: 2rem;
}
.cid-ssoJBYxcmU .row-item:hover .wrapper {
  background: linear-gradient(90deg, #369898, #5eeebb);
  cursor: pointer;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  transition: all 0.3s;
}
.cid-ssoJBYxcmU .row-item:hover .card-img span {
  color: #ffffff !important;
}
.cid-ssoJBYxcmU .row-item:hover .mbr-card-title {
  color: #ffffff !important;
}
.cid-ssoJBYxcmU .wrapper {
  padding: 2.5rem 1rem;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ssoJBYxcmU .mbr-section-subtitle DIV {
  color: #000000;
}
.cid-ssoJEWwfbw {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/conferencewelcome-1920x1080.webp");
}
.cid-ssoJEWwfbw .mbr-overlay {
  background: #1e1e1e;
  background: linear-gradient(90deg, #1e1e1e, #188ef4);
}
.cid-ssoIKm3UmX {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background5.webp");
}
.cid-ssoIKm3UmX .main-row {
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
}
.cid-ssoIKm3UmX .section-text {
  color: #000000;
}
.cid-ssoIKm3UmX .mbr-overlay {
  background: linear-gradient(90deg, #ffffff, #ffffff);
}
.cid-ssoIKm3UmX .text-block {
  padding-left: 0;
  padding-right: 0;
  padding-left: 1.5rem;
}
.cid-ssoIKm3UmX .mbr-section-btn {
  margin-left: -0.8rem;
}
.cid-ssoIKm3UmX .mbr-figure {
  background: #333333;
  overflow: hidden;
  border-radius: .25rem;
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  padding: 0 !important;
}
.cid-ssoIKm3UmX .mbr-figure .card-text {
  padding: 2rem;
}
.cid-ssoIKm3UmX .counter-container {
  color: #767676;
  padding-top: 1rem;
}
.cid-ssoIKm3UmX .counter-container ul {
  margin-bottom: 0;
  padding-left: 1.5rem;
}
.cid-ssoIKm3UmX .counter-container ul li {
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  .cid-ssoIKm3UmX .mbr-text {
    text-align: center;
  }
}
.cid-ssoIKm3UmX .mbr-text {
  color: #000000;
}
.cid-ssoIKm3UmX .card-text {
  color: #f4f8fa;
}
.cid-ssoIJLdcf5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-ssoIJLdcf5 .card-text,
.cid-ssoIJLdcf5 .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-ssoIJLdcf5 .main,
.cid-ssoIJLdcf5 .main-reverse {
  border: 1px solid rgba(120, 130, 140, 0.13);
  margin: 0;
  background: #f4f8fa;
}
.cid-ssoIJLdcf5 .img-wrap {
  width: 100% !important;
  height: 100% !important;
}
.cid-ssoIJLdcf5 .main-reverse {
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.cid-ssoIJLdcf5 .image-element {
  padding: 0;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-ssoIJLdcf5 .image-element img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-ssoIJLdcf5 .text-element {
  padding: 3rem 2rem;
}
.cid-ssoIJLdcf5 .mbr-iconfont {
  font-size: 3rem;
  color: #188ef4;
}
.cid-ssoIJLdcf5 .bottom-radius {
  overflow: hidden;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
}
.cid-ssoIJLdcf5 .top-radius {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-ssoIJLdcf5 .main-reverse {
    flex-direction: row;
    -webkit-flex-direction: row;
  }
}
@media (max-width: 767px) {
  .cid-ssoIJLdcf5 .container {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .cid-ssoIJLdcf5 .image-element,
  .cid-ssoIJLdcf5 .text-element {
    margin-bottom: 0;
  }
  .cid-ssoIJLdcf5 .main:first-child {
    padding-top: 0;
  }
}
.cid-ssoIJLdcf5 .card-text,
.cid-ssoIJLdcf5 .mbr-section-btn {
  color: #000000;
}
.cid-ssoILeE2qJ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-ssoILeE2qJ .mbr-iconfont {
  color: #8d97ad;
}
.cid-ssoILeE2qJ .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-ssoILeE2qJ .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-ssoILeE2qJ .mbr-section-subtitle {
  color: #000000;
}
.cid-ssoILeE2qJ .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ssoILeE2qJ .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-ssoILeE2qJ .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ssoILeE2qJ .card-title {
  color: #000000;
}
.cid-ssoILeE2qJ .mbr-text,
.cid-ssoILeE2qJ .social-links {
  color: #000000;
}
.cid-ssoIMEKhO2 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/usecase-networking-400x400.webp");
}
.cid-ssoIMEKhO2 .mbr-overlay {
  background: #1dc8cc;
  background: linear-gradient(90deg, #1dc8cc, #188ef4);
}
.cid-ssoIM6ra9P {
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-ssoIM6ra9P .mbr-iconfont {
  color: #8d97ad;
}
.cid-ssoIM6ra9P .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-ssoIM6ra9P .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-ssoIM6ra9P .mbr-section-subtitle {
  color: #000000;
}
.cid-ssoIM6ra9P .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-ssoIM6ra9P .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-ssoIM6ra9P .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-ssoIM6ra9P .card-title {
  color: #000000;
}
.cid-ssoIM6ra9P .mbr-text,
.cid-ssoIM6ra9P .social-links {
  color: #000000;
}
.cid-ssoISziiTo.popup-builder {
  background-color: #ffffff;
}
.cid-ssoISziiTo.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-ssoISziiTo.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-ssoISziiTo .modal-content,
.cid-ssoISziiTo .modal-dialog {
  height: auto;
}
.cid-ssoISziiTo .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-ssoISziiTo .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-ssoISziiTo .form-wrapper .mbr-form .form-group,
  .cid-ssoISziiTo .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-ssoISziiTo .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-ssoISziiTo .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-ssoISziiTo .mbr-text {
  text-align: center;
}
.cid-ssoISziiTo .pt-0 {
  padding-top: 0 !important;
}
.cid-ssoISziiTo .pb-0 {
  padding-bottom: 0 !important;
}
.cid-ssoISziiTo .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-ssoISziiTo .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-ssoISziiTo .modal-open {
  overflow: hidden;
}
.cid-ssoISziiTo .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-ssoISziiTo .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-ssoISziiTo .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-ssoISziiTo .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-ssoISziiTo .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-ssoISziiTo .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-ssoISziiTo .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-ssoISziiTo .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-ssoISziiTo .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-ssoISziiTo .modal-backdrop.fade {
  opacity: 0;
}
.cid-ssoISziiTo .modal-backdrop.show {
  opacity: .5;
}
.cid-ssoISziiTo .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: none;
}
.cid-ssoISziiTo .modal-header .close {
  position: absolute;
  top: auto;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-ssoISziiTo .modal-header .close:hover {
  opacity: 1;
}
.cid-ssoISziiTo .modal-header .close:focus {
  outline: none;
}
.cid-ssoISziiTo .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-ssoISziiTo .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
  min-height: 100%;
}
.cid-ssoISziiTo .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1rem;
  border-top: none;
  text-align: center;
}
.cid-ssoISziiTo .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-ssoISziiTo .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-ssoISziiTo .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-ssoISziiTo .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-ssoISziiTo .modal-sm {
    max-width: 300px;
  }
  .cid-ssoISziiTo .container {
    max-width: 540px;
  }
}
@media (min-width: 992px) {
  .cid-ssoISziiTo .modal-lg,
  .cid-ssoISziiTo .modal-xl {
    max-width: 800px;
  }
  .cid-ssoISziiTo .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .cid-ssoISziiTo .modal-xl {
    max-width: 1140px;
  }
  .cid-ssoISziiTo .container {
    max-width: 1140px;
  }
}
.cid-ssoISziiTo .container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .cid-ssoISziiTo .container {
    max-width: 720px;
  }
}
.cid-ssoISziiTo .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-ssoISziiTo .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-ssoISziiTo .form-group {
  margin-bottom: 1rem;
}
.cid-ssoISziiTo .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-ssoISziiTo .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-ssoISziiTo .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-tE2P3IvLhD.popup-builder {
  background-color: #ffffff;
}
.cid-tE2P3IvLhD.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tE2P3IvLhD.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tE2P3IvLhD .modal-content,
.cid-tE2P3IvLhD .modal-dialog {
  height: auto;
}
.cid-tE2P3IvLhD .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tE2P3IvLhD .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tE2P3IvLhD .form-wrapper .mbr-form .form-group,
  .cid-tE2P3IvLhD .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tE2P3IvLhD .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tE2P3IvLhD .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tE2P3IvLhD .mbr-text {
  text-align: center;
}
.cid-tE2P3IvLhD .pt-0 {
  padding-top: 0 !important;
}
.cid-tE2P3IvLhD .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tE2P3IvLhD .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tE2P3IvLhD .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tE2P3IvLhD .modal-open {
  overflow: hidden;
}
.cid-tE2P3IvLhD .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tE2P3IvLhD .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tE2P3IvLhD .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tE2P3IvLhD .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tE2P3IvLhD .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tE2P3IvLhD .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tE2P3IvLhD .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tE2P3IvLhD .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tE2P3IvLhD .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tE2P3IvLhD .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tE2P3IvLhD .modal-backdrop.fade {
  opacity: 0;
}
.cid-tE2P3IvLhD .modal-backdrop.show {
  opacity: .5;
}
.cid-tE2P3IvLhD .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tE2P3IvLhD .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tE2P3IvLhD .modal-header {
    padding: 1rem;
  }
}
.cid-tE2P3IvLhD .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tE2P3IvLhD .modal-header .close svg {
  fill: #353535;
}
.cid-tE2P3IvLhD .modal-header .close:hover {
  opacity: 1;
}
.cid-tE2P3IvLhD .modal-header .close:focus {
  outline: none;
}
.cid-tE2P3IvLhD .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tE2P3IvLhD .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tE2P3IvLhD .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tE2P3IvLhD .modal-body {
    padding: 1rem;
  }
}
.cid-tE2P3IvLhD .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tE2P3IvLhD .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tE2P3IvLhD .modal-footer {
    padding: 1rem;
  }
}
.cid-tE2P3IvLhD .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tE2P3IvLhD .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tE2P3IvLhD .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tE2P3IvLhD .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tE2P3IvLhD .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tE2P3IvLhD .modal-lg,
  .cid-tE2P3IvLhD .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tE2P3IvLhD .modal-xl {
    max-width: 1140px;
  }
}
.cid-tE2P3IvLhD .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tE2P3IvLhD .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tE2P3IvLhD .form-group {
  margin-bottom: 1rem;
}
.cid-tE2P3IvLhD .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tE2P3IvLhD .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tE2P3IvLhD .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tE2P3IvLhD .mbr-section-btn {
  margin: 0;
}
.cid-tE2P3IvLhD .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sswEMcnOsL {
  padding-top: 105px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background7.webp");
}
.cid-sswEMcnOsL .back {
  background: linear-gradient(45deg, #00102d, #e43f3f);
}
.cid-sswEMcnOsL .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-sswEMcnOsL .plan:first-child {
    padding-top: 0px;
  }
}
.cid-sswEMcnOsL .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-sswEMcnOsL .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-sswEMcnOsL .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-sswEMcnOsL .plan:last-child {
    padding-top: 0px;
  }
}
.cid-sswEMcnOsL .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-sswEMcnOsL .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-sswEMcnOsL .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-sswEMcnOsL .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #fafafa;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-sswEMcnOsL .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-sswEMcnOsL .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #00102d;
}
.cid-sswEMcnOsL .mbr-section-subtitle {
  color: #f7f421;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-sswEMcnOsL .main-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-sswEMcnOsL .main-title.display-2 {
  line-height: 1.375;
}
.cid-sswEMcnOsL .main-text {
  color: #ffffff;
}
.cid-sswEMcnOsL .main-text.display-4 {
  line-height: 1.75;
}
.cid-sswEMcnOsL .media-container-row {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-sswEMcnOsL .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-sswEMcnOsL .plan .plan-header,
.cid-sswEMcnOsL .plan .plan-body {
  background-color: #fff;
}
.cid-sswEMcnOsL .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-sswEMcnOsL .plan .plan-header .plan-title {
  color: #000000;
  margin-top: 10px;
}
.cid-sswEMcnOsL .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-sswEMcnOsL .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-sswEMcnOsL .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-sswEMcnOsL .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-sswEMcnOsL .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-sswEMcnOsL .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-sswEMcnOsL .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-sswEMcnOsL .plan .plan-body {
  padding-bottom: 2rem;
}
.cid-sswEMcnOsL .plan .plan-body .plan-list .list-group .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-sswEMcnOsL .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-sswEMcnOsL .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-sswEMcnOsL .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-sswEMcnOsL .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-sswEMcnOsL .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-sswEMcnOsL .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-sswEMcnOsL .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-sswEMcnOsL .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sswEMcnOsL .nav-tabs {
  margin: auto;
  border: none;
}
.cid-sswEMcnOsL .nav-tabs .nav-item {
  margin: 0;
}
.cid-sswEMcnOsL .nav-tabs .nav-item .btn {
  color: #e43f3f !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
  z-index: 1;
}
.cid-sswEMcnOsL .nav-tabs .nav-item .btn.display-4 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .cid-sswEMcnOsL .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-sswEMcnOsL .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #e43f3f;
    border-radius: inherit;
    -webkit-animation: none;
    animation: none;
    z-index: -1;
  }
  .cid-sswEMcnOsL .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.2s, -webkit-transform 0.3s;
  }
  .cid-sswEMcnOsL .nav-tabs .nav-item .btn.active:before {
    background-color: #66f243 !important;
  }
}
@media (max-width: 767px) {
  .cid-sswEMcnOsL .nav-tabs .nav-item .btn {
    border-color: #66f243 !important;
  }
}
.cid-sswEMcnOsL .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #66f243 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-sswEMcnOsL .nav-tabs .nav-item .btn.active {
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .cid-sswEMcnOsL .nav-tabs .nav-item .btn.active {
    background-color: #66f243 !important;
  }
}
@media (min-width: 768px) {
  .cid-sswEMcnOsL .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-sswEMcnOsL .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-sswEMcnOsL .nav-tabs .nav-item:first-child > .btn:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .cid-sswEMcnOsL .nav-tabs .nav-item:last-child > .btn:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cid-sswEMcnOsL .nav-tabs .nav-item:first-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cid-sswEMcnOsL .nav-tabs .nav-item:last-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.cid-sswEMcnOsL .mbr-iconfont {
  font-size: 60px;
  color: #fafafa;
}
.cid-sswEMcnOsL .plan .plan-body .plan-list .list-group .list-group-item,
.cid-sswEMcnOsL .plan .plan-body .mbr-section-btn {
  color: #000000;
}
.cid-sswEMcnOsL .main-text P {
  text-align: center;
}
.cid-stTwjBEPa1 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #ffb18a;
}
.cid-stTwjBEPa1 .mbr-text {
  color: #000000;
}
.cid-toiprrH4AF {
  padding-top: 15px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-toiprrH4AF .back {
  background: linear-gradient(45deg, #00102d, #e43f3f);
}
.cid-toiprrH4AF .plan:first-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-toiprrH4AF .plan:first-child {
    padding-top: 0px;
  }
}
.cid-toiprrH4AF .plan:first-child .plan-header {
  border-radius: 4px 0 0 0;
}
.cid-toiprrH4AF .plan:first-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-toiprrH4AF .plan:last-child {
  padding-top: 20px;
}
@media (max-width: 768px) {
  .cid-toiprrH4AF .plan:last-child {
    padding-top: 0px;
  }
}
.cid-toiprrH4AF .plan:last-child .plan-header {
  border-radius: 0 4px 0 0;
}
.cid-toiprrH4AF .plan:last-child .plan-body {
  border-radius: 0 0 4px 4px;
}
.cid-toiprrH4AF .plan:nth-child(2) .plan-header {
  border-radius: 4px 4px 0 0;
}
.cid-toiprrH4AF .badge {
  display: inline-block;
  border-radius: 10rem;
  padding: 8px 14px 6px 14px;
  color: #fafafa;
  background-color: rgba(132, 138, 189, 0.15);
  margin-bottom: 26px;
}
.cid-toiprrH4AF .badge.display-4 {
  font-size: 11px;
  line-height: 1.81;
  letter-spacing: 0.5px;
}
.cid-toiprrH4AF .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-color: #00102d;
}
.cid-toiprrH4AF .mbr-section-subtitle {
  color: #f7f421;
  font-weight: 600;
  margin-bottom: 21px;
}
.cid-toiprrH4AF .main-title {
  margin-bottom: 36px;
  color: #ffffff;
}
.cid-toiprrH4AF .main-title.display-2 {
  line-height: 1.375;
}
.cid-toiprrH4AF .main-text {
  color: #ffffff;
}
.cid-toiprrH4AF .main-text.display-4 {
  line-height: 1.75;
}
.cid-toiprrH4AF .media-container-row {
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.04);
}
.cid-toiprrH4AF .plan {
  word-break: break-word;
  display: flex;
  flex-direction: column;
  height: fit-content;
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  transition: all 0.3s;
  border-radius: 4px;
}
.cid-toiprrH4AF .plan .plan-header,
.cid-toiprrH4AF .plan .plan-body {
  background-color: #fff;
}
.cid-toiprrH4AF .plan .plan-header {
  padding-top: 60px;
  padding-left: 1rem;
  padding-right: 1rem;
}
.cid-toiprrH4AF .plan .plan-header .plan-title {
  color: #000000;
  margin-top: 10px;
}
.cid-toiprrH4AF .plan .plan-header .plan-price .price-figure {
  color: #404040;
}
.cid-toiprrH4AF .plan .plan-header .plan-price .price-figure .price-currency {
  display: inline-block;
}
.cid-toiprrH4AF .plan .plan-header .plan-price .price-figure .price-currency.display-7 {
  font-size: 18px;
  line-height: 1;
}
.cid-toiprrH4AF .plan .plan-header .plan-price .price-figure .price-value {
  display: inline-block;
}
.cid-toiprrH4AF .plan .plan-header .plan-price .price-figure .price-value.display-1 {
  font-size: 60px;
  line-height: 1;
}
.cid-toiprrH4AF .plan .plan-header .plan-price .price-figure .price-duration {
  display: inline-block;
}
.cid-toiprrH4AF .plan .plan-header .plan-price .price-figure .price-duration.display-4 {
  font-size: 16px;
  line-height: 1;
}
.cid-toiprrH4AF .plan .plan-body {
  padding-bottom: 2rem;
}
.cid-toiprrH4AF .plan .plan-body .plan-list .list-group .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  color: #606060;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cid-toiprrH4AF .plan .plan-body .plan-list .list-group .list-group-item span {
  font-weight: 600;
}
.cid-toiprrH4AF .plan .plan-body .plan-list .list-group.display-4 {
  line-height: 1;
}
.cid-toiprrH4AF .plan .plan-body .mbr-section-btn {
  padding-top: 45px;
  text-align: center;
}
.cid-toiprrH4AF .plan .plan-body .mbr-section-btn .btn-sm {
  padding: 0.6rem 4.4rem;
}
.cid-toiprrH4AF .plan .plan-body .mbr-section-btn .btn {
  padding: 18px 26px 16px;
}
.cid-toiprrH4AF .plan .plan-body .mbr-section-btn .btn.display-4 {
  font-size: 13px;
  line-height: 1;
}
.cid-toiprrH4AF .plan .plan-body .mbr-section-btn .btn-primary:hover {
  box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
  -webkit-box-shadow: 0 0 0 5px rgba(132, 138, 189, 0.2) !important;
}
@media (max-width: 550px) {
  .cid-toiprrH4AF .price-figure {
    font-size: 4.25rem;
  }
}
.cid-toiprrH4AF .nav-tabs {
  margin: auto;
  border: none;
}
.cid-toiprrH4AF .nav-tabs .nav-item {
  margin: 0;
}
.cid-toiprrH4AF .nav-tabs .nav-item .btn {
  color: #e43f3f !important;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background-color: transparent !important;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  position: relative;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
  z-index: 1;
}
.cid-toiprrH4AF .nav-tabs .nav-item .btn.display-4 {
  font-size: 13px;
}
@media (min-width: 768px) {
  .cid-toiprrH4AF .nav-tabs .nav-item .btn {
    margin: 0px !important;
    border-color: transparent !important;
  }
  .cid-toiprrH4AF .nav-tabs .nav-item .btn:after {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    margin: 0;
    opacity: 1;
    padding: 0;
    background-color: transparent !important;
    border: inherit;
    border-color: #e43f3f;
    border-radius: inherit;
    -webkit-animation: none;
    animation: none;
    z-index: -1;
  }
  .cid-toiprrH4AF .nav-tabs .nav-item .btn:before {
    content: "";
    position: absolute;
    left: -2px;
    top: -2px;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    background-color: transparent;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: background-color 0.2s, -webkit-transform 0.3s;
    transition: transform 0.3s, background-color 0.2s, -webkit-transform 0.3s;
  }
  .cid-toiprrH4AF .nav-tabs .nav-item .btn.active:before {
    background-color: #66f243 !important;
  }
}
@media (max-width: 767px) {
  .cid-toiprrH4AF .nav-tabs .nav-item .btn {
    border-color: #66f243 !important;
  }
}
.cid-toiprrH4AF .nav-tabs .nav-item .btn:hover {
  cursor: pointer;
  color: #66f243 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.cid-toiprrH4AF .nav-tabs .nav-item .btn.active {
  color: #000000 !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 40px;
}
@media (max-width: 767px) {
  .cid-toiprrH4AF .nav-tabs .nav-item .btn.active {
    background-color: #66f243 !important;
  }
}
@media (min-width: 768px) {
  .cid-toiprrH4AF .nav-tabs .nav-item:first-child > .btn:after {
    border-right: none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
  }
  .cid-toiprrH4AF .nav-tabs .nav-item:last-child > .btn:after {
    border-left: none !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .cid-toiprrH4AF .nav-tabs .nav-item:first-child > .btn:before {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }
  .cid-toiprrH4AF .nav-tabs .nav-item:last-child > .btn:before {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .cid-toiprrH4AF .nav-tabs .nav-item:first-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .cid-toiprrH4AF .nav-tabs .nav-item:last-child > .btn.active:before {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.cid-toiprrH4AF .mbr-iconfont {
  font-size: 60px;
  color: #fafafa;
}
.cid-toiprrH4AF .plan .plan-body .plan-list .list-group .list-group-item,
.cid-toiprrH4AF .plan .plan-body .mbr-section-btn {
  color: #000000;
}
.cid-toiprrH4AF .main-text P {
  text-align: center;
}
.cid-sswE7q9m6q {
  padding-top: 30px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-sswE7q9m6q .container-fluid {
  padding: 0 2rem;
}
.cid-sswE7q9m6q .underline .line {
  width: 80px;
  height: 4px;
  background-color: #4229f2;
  display: inline-block;
}
.cid-sswE7q9m6q .timeline-text-content {
  padding: 2rem 2.5rem;
  margin-left: 2rem;
  text-align: left;
}
.cid-sswE7q9m6q .timeline-text-content p {
  margin-bottom: 0;
}
.cid-sswE7q9m6q .time-line-date-content {
  margin-right: 2rem;
}
.cid-sswE7q9m6q .time-line-date-content p {
  padding: 2rem 1.4rem;
  float: right;
}
.cid-sswE7q9m6q .timeline-element {
  margin-bottom: 50px;
  position: relative;
  word-wrap: break-word;
  word-break: break-word;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.cid-sswE7q9m6q .iconBackground {
  position: absolute;
  left: 25%;
  width: 20px;
  height: 20px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  border: 2px solid #4229f2;
  font-size: 30px;
  display: inline-block;
  top: 29px;
  margin-left: -10px;
}
.cid-sswE7q9m6q .separline:before,
.cid-sswE7q9m6q .first-separline:before {
  top: 3rem;
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4229f2;
  left: calc(25% - 1px);
  height: calc(100% + 2rem);
}
.cid-sswE7q9m6q .separline:after {
  top: calc(100% + 6.1rem);
  bottom: 0;
  position: absolute;
  content: "";
  width: 2px;
  background-color: #4229f2;
  left: calc(25% - 1px);
  height: 100%;
}
@media (max-width: 768px) {
  .cid-sswE7q9m6q .container-fluid {
    padding: 0 1rem;
  }
  .cid-sswE7q9m6q .iconBackground {
    left: 10px !important;
    top: 33px;
  }
  .cid-sswE7q9m6q .separline:before,
  .cid-sswE7q9m6q .first-separline:before {
    left: 9px !important;
    top: 3.3rem;
  }
  .cid-sswE7q9m6q .separline:after {
    left: 9px !important;
    top: calc(100% + 6.4rem);
  }
  .cid-sswE7q9m6q .timeline-text-content {
    margin-left: 0 !important;
  }
  .cid-sswE7q9m6q .time-line-date-content {
    margin-right: 0 !important;
  }
  .cid-sswE7q9m6q .time-line-date-content p {
    float: left !important;
  }
  .cid-sswE7q9m6q .mbr-timeline-date {
    padding-bottom: 0 !important;
  }
}
.cid-sswE7q9m6q .mbr-section-title,
.cid-sswE7q9m6q .underline {
  text-align: center;
}
.cid-sswE7q9m6q .reverseTimeline {
  display: flex;
  flex-direction: column-reverse;
}
.cid-sswE7q9m6q .mbr-timeline-date {
  color: #000000;
}
.cid-sswE7q9m6q .mbr-timeline-text {
  color: #000000;
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sswIIQ7SfX {
  padding-top: 5rem;
  padding-bottom: 4rem;
  background-image: url("../../../assets/images/mbr-1920x1280.webp");
}
.cid-sswIIQ7SfX .video-wrapper {
  overflow: hidden;
}
.cid-sswIIQ7SfX .row {
  flex-direction: row-reverse;
}
.cid-sswIIQ7SfX iframe {
  width: 100%;
  vertical-align: middle;
  object-fit: cover;
  display: inline-block;
}
.cid-sswIIQ7SfX .container-fluid {
  padding: 0 !important;
}
.cid-sswIIQ7SfX .mbr-section-head {
  padding-bottom: 4rem;
}
.cid-sswIIQ7SfX .mbr-section-title {
  text-align: center;
  color: #f7e4d6;
}
.cid-sswIIQ7SfX .mbr-section-title b:last-child,
.cid-sswIIQ7SfX .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-sswIIQ7SfX .mbr-section-subtitle {
  text-align: center;
  color: #ffffff;
}
.cid-sswIIQ7SfX .mbr-description {
  color: #ffe161;
}
.cid-sswIWRcbUb {
  padding-top: 225px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/mbr-2-1920x957.webp");
}
.cid-sswIWRcbUb h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-sswIWRcbUb h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sswIWRcbUb h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-sswIWRcbUb H1 {
  color: #c4bc3b;
  text-align: center;
}
.cid-sxAtJYemuJ {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #193bba;
}
.cid-sxAtJYemuJ .mbr-text {
  color: #9c969b;
}
@media (min-width: 992px) {
  .cid-sxAtJYemuJ img {
    width: 90%;
  }
}
.cid-sxAtJYemuJ .social-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.cid-sxAtJYemuJ .items {
  margin-bottom: 0;
  color: #f5ff05;
}
.cid-sxAtJYemuJ .soc-item {
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0.25rem 0.3rem;
}
.cid-sxAtJYemuJ .soc-item span {
  font-size: 1rem;
  color: #e43f3f !important;
  transition: all 0.3s;
}
.cid-sxAtJYemuJ .soc-item:hover span {
  color: #fafafa !important;
}
.cid-sxAtJYemuJ .items-col {
  line-height: 2.5;
  margin: 0;
}
@media (max-width: 992px) {
  .cid-sxAtJYemuJ .card-img {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-sxAtJYemuJ .social-list {
    justify-content: center;
  }
}
.cid-sxAtJYemuJ .mbr-text,
.cid-sxAtJYemuJ .mbr-section-btn {
  color: #ffffff;
}
.cid-sxAtJYemuJ .card-title {
  color: #f5ff05;
}
.cid-stCCNuklhg {
  padding-top: 225px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/ad-65-467x375.webp");
}
.cid-stCCNuklhg h3 {
  width: fit-content;
  position: relative;
  margin: auto;
  margin-bottom: 1.4rem;
  letter-spacing: 6px;
}
.cid-stCCNuklhg h3:before {
  position: absolute;
  content: '';
  left: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-stCCNuklhg h3:after {
  position: absolute;
  content: '';
  right: -60px;
  top: 0;
  margin: auto;
  bottom: 0;
  width: 40px;
  height: 1px;
  background: currentColor;
}
.cid-stCCNuklhg H1 {
  color: #fefd36;
  text-align: center;
}
.cid-sswJ1wYe4G {
  padding-top: 15px;
  padding-bottom: 75px;
  background: #000000;
}
.cid-sswJ1wYe4G .video-block {
  margin: auto;
}
@media (max-width: 768px) {
  .cid-sswJ1wYe4G .video-block {
    width: 100% !important;
  }
  .cid-sswJ1wYe4G .btn {
    margin: 0.5rem 0.5rem;
  }
}
.cid-sswJ1wYe4G .underline {
  margin-top: -0.5rem;
  margin-bottom: 1rem;
}
.cid-sswJ1wYe4G .underline .line {
  width: 3rem;
  height: 2px;
  background: #ffaa40;
  display: inline-block;
}
.cid-sswJ1wYe4G .row {
  margin-top: 1rem;
}
.cid-sswJ1wYe4G .mbr-section-subtitle {
  margin-bottom: 1rem;
  color: #ffcd40;
}
.cid-sswJ1wYe4G .mbr-section-title,
.cid-sswJ1wYe4G .underline {
  color: #ffda73;
}
.cid-stCFF91GBZ {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-stCa6ZDUTQ {
  padding-top: 75px;
  padding-bottom: 90px;
  background: #0e0e0e;
}
.cid-stCa6ZDUTQ .mbr-section-subtitle {
  color: #fafafa;
}
.cid-stCa6ZDUTQ .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-stCa6ZDUTQ .video-block {
    width: 100% !important;
  }
}
.cid-stCa6ZDUTQ .mbr-section-title {
  color: #ff7b9c;
}
.cid-sswJaTJdC8 {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/2v2dw2e-1023x568.webp");
}
.cid-sswJaTJdC8 .intro-body {
  vertical-align: middle;
}
.cid-sswJaTJdC8 .mbr-section-title {
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}
.cid-sswJaTJdC8 .text {
  color: white;
  letter-spacing: 0.03em;
  margin-bottom: 2rem;
  line-height: 1.7;
}
.cid-sswJaTJdC8 .signature {
  transform: rotate(-3deg);
  color: #ff3366;
}
.cid-sswJaTJdC8 .mbr-text {
  width: 100%;
  height: auto;
}
.cid-sswJaTJdC8 .video {
  text-align: center;
  vertical-align: middle;
  margin-top: 0;
}
@media (max-width: 1199px) {
  .cid-sswJaTJdC8 .video {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (max-width: 991px) {
  .cid-sswJaTJdC8 .row {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .cid-sswJaTJdC8 .content,
  .cid-sswJaTJdC8 .video {
    flex: 0 0 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.cid-stCa7BHu5B {
  padding-top: 30px;
  padding-bottom: 60px;
  background: #0e0e0e;
}
.cid-stCa7BHu5B .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-stCa7BHu5B .video-block {
  margin: auto;
}
@media (max-width: 767px) {
  .cid-stCa7BHu5B .video-block {
    width: 100% !important;
  }
}
.cid-stCa7BHu5B .mbr-section-title {
  color: #ff695c;
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-stqGkOkVtL {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #4479d9;
}
.cid-stqGkOkVtL .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-stqGkOkVtL .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-stqGkOkVtL .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-stqGkOkVtL .mbr-section-title {
  color: #fefd36;
}
.cid-stqGkOkVtL .mbr-text,
.cid-stqGkOkVtL .mbr-section-btn {
  color: #ffffff;
}
.cid-stqGXp5ULy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #4479d9;
}
.cid-stqGXp5ULy .row {
  flex-direction: row-reverse;
}
@media (max-width: 991px) {
  .cid-stqGXp5ULy .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-stqGXp5ULy .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-stqGXp5ULy .text-wrapper {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .cid-stqGXp5ULy .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-stqGXp5ULy .mbr-text,
.cid-stqGXp5ULy .mbr-section-btn {
  color: #fafafa;
}
.cid-stqGXp5ULy .mbr-section-title {
  color: #fefd36;
}
.cid-stqyRESvdZ {
  display: flex;
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/mbr-6-1620x1080.webp");
}
.cid-stqyRESvdZ .mbr-overlay {
  background-color: #4479d9;
  opacity: 0.8;
}
.cid-stqyRESvdZ .content-wrap {
  padding: 5rem 1rem;
}
@media (min-width: 768px) {
  .cid-stqyRESvdZ {
    align-items: flex-end;
  }
  .cid-stqyRESvdZ .row {
    justify-content: flex-start;
  }
  .cid-stqyRESvdZ .content-wrap {
    width: 51%;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-stqyRESvdZ .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-stqyRESvdZ {
    -webkit-align-items: center;
    align-items: center;
  }
  .cid-stqyRESvdZ .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-stqyRESvdZ .content-wrap {
    width: 100%;
  }
}
.cid-stqyRESvdZ .mbr-text,
.cid-stqyRESvdZ .mbr-section-btn {
  color: #ffffff;
}
.cid-stqyRESvdZ .mbr-section-title {
  color: #fefd36;
}
.cid-stqyKyTgWc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-stqyKyTgWc .mbr-overlay {
  background: #fafafa;
  opacity: 0.7;
}
.cid-stqyKyTgWc img,
.cid-stqyKyTgWc .item-img {
  width: 100%;
}
.cid-stqyKyTgWc .item:focus,
.cid-stqyKyTgWc span:focus {
  outline: none;
}
.cid-stqyKyTgWc .item {
  cursor: pointer;
  margin-bottom: 2rem;
}
.cid-stqyKyTgWc .item-wrapper {
  position: relative;
  border-radius: 4px;
  background: #fafafa;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
@media (min-width: 992px) {
  .cid-stqyKyTgWc .item-wrapper .item-content {
    padding: 2rem;
  }
}
@media (max-width: 991px) {
  .cid-stqyKyTgWc .item-wrapper .item-content {
    padding: 1rem;
  }
}
.cid-stqyKyTgWc .mbr-section-btn {
  margin-top: auto !important;
}
.cid-stqyKyTgWc .mbr-section-title {
  color: #232323;
}
.cid-stqyKyTgWc .mbr-text,
.cid-stqyKyTgWc .mbr-section-btn {
  text-align: left;
}
.cid-stqyKyTgWc .item-title {
  text-align: left;
}
.cid-stqyKyTgWc .item-subtitle {
  text-align: left;
}
.cid-striqwYniF {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-striqwYniF .mbr-figure img {
  border-radius: .25rem;
}
.cid-striqwYniF .mbr-text {
  color: #8d97ad;
}
.cid-striqwYniF .mbr-media {
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.cid-striqwYniF .play {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 15px;
  border-color: transparent transparent transparent #ffffff;
  margin-right: -3px;
}
.cid-striqwYniF .btn-play {
  box-shadow: 2px 8px 20px rgba(115, 128, 157, 0.3);
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  position: relative;
  background: #ff4f7b;
  width: 60px;
  height: 60px;
  border: 1px solid #ff4f7b;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 60px;
  font-size: 27px;
  cursor: pointer;
  display: inline-flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-transition: 0.15s ease-in-out;
  transition: 0.15s ease-in-out;
  -webkit-transition-property: color, background, border-color;
  transition-property: color, background, border-color;
}
.cid-striqwYniF .modalWindow {
  display: none;
  position: fixed;
  z-index: 5000;
  left: 0;
  top: 0;
  background-color: rgba(61, 61, 61, 0.65);
  width: 100%;
  height: 100%;
}
.cid-striqwYniF .modalWindow .modalWindow-container {
  display: table-cell;
  vertical-align: middle;
}
.cid-striqwYniF .modalWindow .modalWindow-video {
  height: calc(44.9943757vw);
  width: 80vw;
  margin: 0 auto;
}
.cid-striqwYniF .wrapper-video {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-striqwYniF .icon-description {
  margin-left: 1rem;
}
.cid-striqwYniF a.close {
  position: absolute;
  right: 4vw;
  top: 4vh;
  color: #ffffff;
  z-index: 5000000;
  font-size: 37px;
  background: #000;
  padding: 20px;
  border-radius: 50%;
}
.cid-striqwYniF a.close:hover {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-striqwYniF .mbr-section-title,
  .cid-striqwYniF .mbr-text {
    text-align: center;
  }
  .cid-striqwYniF .wrapper-video {
    -webkit-justify-content: center !important;
    justify-content: center !important;
  }
}
.cid-striqwYniF .mbr-text,
.cid-striqwYniF .mbr-section-btn {
  color: #000000;
}
.cid-strirN6D7R {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-strirN6D7R .mbr-iconfont {
  color: #8d97ad;
}
.cid-strirN6D7R .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-strirN6D7R .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-strirN6D7R .mbr-section-subtitle {
  color: #8d97ad;
}
.cid-strirN6D7R .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-strirN6D7R .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-strirN6D7R .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-strirN6D7R .card-title {
  color: #000000;
}
.cid-strirN6D7R .mbr-text,
.cid-strirN6D7R .social-links {
  color: #000000;
}
.cid-strisDIThB {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-strisDIThB .mbr-iconfont {
  color: #8d97ad;
}
.cid-strisDIThB .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-strisDIThB .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-strisDIThB .mbr-section-subtitle {
  color: #000000;
}
.cid-strisDIThB .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-strisDIThB .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-strisDIThB .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-strisDIThB .card-title {
  color: #000000;
}
.cid-strisDIThB .mbr-text,
.cid-strisDIThB .social-links {
  color: #000000;
}
.cid-strituQKME {
  padding-top: 0px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-strituQKME .mbr-iconfont {
  color: #8d97ad;
}
.cid-strituQKME .mbr-iconfont:hover {
  color: #188ef4 !important;
}
.cid-strituQKME .mbr-text {
  margin: 1.5rem 0;
  color: #8d97ad;
}
.cid-strituQKME .mbr-section-subtitle {
  color: #000000;
}
.cid-strituQKME .card-img {
  margin-bottom: 2rem;
  width: 200px;
  height: 200px;
  margin: 0 auto 2rem auto;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
  box-shadow: 0px 0px 30px rgba(115, 128, 157, 0.1);
}
.cid-strituQKME .img-icon {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .cid-strituQKME .my-col {
    -webkit-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
  }
}
.cid-strituQKME .card-title {
  color: #000000;
}
.cid-strituQKME .mbr-text,
.cid-strituQKME .social-links {
  color: #000000;
}
.cid-striH1cWnG {
  padding-top: 30px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1-1920x1277.webp");
}
.cid-striH1cWnG .mbr-section-title,
.cid-striH1cWnG .mbr-section-subtitle {
  color: #000000;
}
.cid-striH1cWnG .mbr-section-text {
  color: #232323;
}
.cid-striH1cWnG .mbr-text,
.cid-striH1cWnG .typed-text,
.cid-striH1cWnG .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-striH1cWnG .btn {
  margin-left: 4px !important;
}
.cid-striH1cWnG .animated-element {
  color: #04367c;
}
.cid-striH1cWnG .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #04367c;
}
.cid-striH1cWnG .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 991px) {
  .cid-striH1cWnG .mbr-figure {
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-striH1cWnG .typed-text,
  .cid-striH1cWnG .mbr-section-subtitle,
  .cid-striH1cWnG .mbr-section-text,
  .cid-striH1cWnG .mbr-section-btn {
    text-align: center !important;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.cid-striH1cWnG .mbr-section-text,
.cid-striH1cWnG .mbr-section-btn {
  color: #000000;
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-tE2I5bK0YA.popup-builder {
  background-color: #ffffff;
}
.cid-tE2I5bK0YA.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-tE2I5bK0YA.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-tE2I5bK0YA .modal-content,
.cid-tE2I5bK0YA .modal-dialog {
  height: auto;
}
.cid-tE2I5bK0YA .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-tE2I5bK0YA .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-tE2I5bK0YA .form-wrapper .mbr-form .form-group,
  .cid-tE2I5bK0YA .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-tE2I5bK0YA .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-tE2I5bK0YA .mbr-figure img {
  display: block;
  width: 100%;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tE2I5bK0YA .mbr-text {
  text-align: center;
}
.cid-tE2I5bK0YA .pt-0 {
  padding-top: 0 !important;
}
.cid-tE2I5bK0YA .pb-0 {
  padding-bottom: 0 !important;
}
.cid-tE2I5bK0YA .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-tE2I5bK0YA .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-tE2I5bK0YA .modal-open {
  overflow: hidden;
}
.cid-tE2I5bK0YA .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-tE2I5bK0YA .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-tE2I5bK0YA .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-tE2I5bK0YA .modal.fade .modal-dialog {
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -50px);
  transform: translate(0, -50px);
}
.cid-tE2I5bK0YA .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-tE2I5bK0YA .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-tE2I5bK0YA .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-tE2I5bK0YA .modal-content {
  background: #ffffff;
  position: relative;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none;
  outline: 0;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.cid-tE2I5bK0YA .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-tE2I5bK0YA .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-tE2I5bK0YA .modal-backdrop.fade {
  opacity: 0;
}
.cid-tE2I5bK0YA .modal-backdrop.show {
  opacity: .5;
}
.cid-tE2I5bK0YA .modal-header {
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: none;
}
@media (min-width: 992px) {
  .cid-tE2I5bK0YA .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-tE2I5bK0YA .modal-header {
    padding: 1rem;
  }
}
.cid-tE2I5bK0YA .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-tE2I5bK0YA .modal-header .close svg {
  fill: #353535;
}
.cid-tE2I5bK0YA .modal-header .close:hover {
  opacity: 1;
}
.cid-tE2I5bK0YA .modal-header .close:focus {
  outline: none;
}
.cid-tE2I5bK0YA .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-tE2I5bK0YA .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-tE2I5bK0YA .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tE2I5bK0YA .modal-body {
    padding: 1rem;
  }
}
.cid-tE2I5bK0YA .modal-footer {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: none;
  text-align: center;
}
@media (min-width: 992px) {
  .cid-tE2I5bK0YA .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-tE2I5bK0YA .modal-footer {
    padding: 1rem;
  }
}
.cid-tE2I5bK0YA .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-tE2I5bK0YA .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-tE2I5bK0YA .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-tE2I5bK0YA .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-tE2I5bK0YA .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-tE2I5bK0YA .modal-lg,
  .cid-tE2I5bK0YA .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-tE2I5bK0YA .modal-xl {
    max-width: 1140px;
  }
}
.cid-tE2I5bK0YA .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-tE2I5bK0YA .col-md-4 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}
.cid-tE2I5bK0YA .form-group {
  margin-bottom: 1rem;
}
.cid-tE2I5bK0YA .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-tE2I5bK0YA .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-tE2I5bK0YA .col-md-auto {
  position: relative;
  padding-right: 15px;
  padding-left: 15px;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}
.cid-tE2I5bK0YA .mbr-section-btn {
  margin: 0;
}
.cid-tE2I5bK0YA .mbr-section-btn .btn {
  margin: 0;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sPp7lrVN0O {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #0b0b0b;
}
.cid-sPp7lrVN0O .row {
  flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-sPp7lrVN0O .text-wrapper {
    padding: 0 3rem 0 0;
  }
}
@media (max-width: 768px) {
  .cid-sPp7lrVN0O .text-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sPp7lrVN0O .mbr-img-wrap {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .cid-sPp7lrVN0O .image-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sPp7lrVN0O .image-wrapper img {
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.cid-sPp7lrVN0O .mbr-section-tag {
  color: #fefd36;
  margin-bottom: 7px;
}
.cid-sPp7lrVN0O .mbr-section-btn {
  margin-top: 1.625rem;
}
.cid-sPp7lrVN0O .mbr-section-bottom {
  border-style: solid;
  border-width: 2px 0px 0px 0px;
  border-color: #232323;
}
.cid-sPp7lrVN0O .bottom-text {
  margin-top: 2rem;
  margin-bottom: 0.625rem;
}
.cid-sPp7lrVN0O .bottom-title {
  margin-top: 1.5625rem;
  margin-bottom: 1.5625rem;
  color: #f23801;
}
.cid-sPp7lrVN0O .list {
  list-style: none;
  padding-left: 0;
}
.cid-sPp7lrVN0O .list li {
  position: relative;
  margin: 0 0 0.625rem;
}
.cid-sPp7lrVN0O .list li::before {
  content: "–";
  display: inline-block;
  margin-right: 1rem;
}
.cid-sPp7lrVN0O .mbr-section-subtitle {
  margin-bottom: 10px;
}
.cid-sPp7lrVN0O .mbr-section-text {
  margin-bottom: 2rem;
}
.cid-sPp7lrVN0O .mbr-section-title {
  margin-bottom: 1rem;
}
.cid-sPp7lrVN0O .mbr-section-title b:last-child,
.cid-sPp7lrVN0O .mbr-section-title strong:last-child {
  color: #f23801;
}
.cid-stCfDsyc0C {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #073b4c;
  overflow: hidden;
}
.cid-stCfDsyc0C svg {
  position: absolute;
  bottom: 6rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.6);
}
.cid-stCfDsyc0C #e2_shape {
  fill: #ffffff !important;
}
.cid-stCfDsyc0C img {
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 10px 55px 5px rgba(152, 152, 152, 0.35);
}
@media (max-width: 576px) {
  .cid-stCfDsyc0C img {
    width: 90%!important;
  }
}
.cid-stCfDsyc0C H1 {
  color: #ffffff;
}
.cid-sP1sQKunFf {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-sP1sQKunFf .mbr-iconfont {
  font-size: 1.4rem !important;
  font-family: 'Moririse2' !important;
  color: #fafafa;
  margin-left: 1rem;
}
.cid-sP1sQKunFf .panel-group {
  border: none;
}
.cid-sP1sQKunFf .panel-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.cid-sP1sQKunFf .panel-body,
.cid-sP1sQKunFf .card-header {
  padding: 1rem 0;
}
.cid-sP1sQKunFf .panel-title-edit {
  color: #000000;
}
.cid-sP1sQKunFf .card .card-header {
  background-color: transparent;
  margin-bottom: 0;
}
.cid-stCwa3UmMA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-stCwa3UmMA .mbr-text {
  color: #000000;
}
.cid-stCrFlNvdf {
  padding-top: 60px;
  background-color: #232323;
}
.cid-stCrFlNvdf .container {
  margin-bottom: 15%;
}
.cid-stCrFlNvdf .content-container .btn-bgr {
  z-index: 0;
}
.cid-stCrFlNvdf .container-boxes {
  padding-bottom: 15px;
  position: relative;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: stretch;
  align-items: stretch;
  background-color: #ffffff;
}
.cid-stCrFlNvdf .icon-block-top span {
  background-color: #172eca;
  padding: 1.5rem;
  position: absolute;
  border-radius: 50%;
  margin-top: -2.5rem;
  top: 0;
  font-size: 1.8rem;
  width: 78px;
  height: 78px;
}
.cid-stCrFlNvdf .box-item {
  position: relative;
  box-shadow: #d2d2d2 0px 0px 15px;
  border-radius: 3px;
  margin-right: 1.5rem;
  width: 29%;
  padding: 2.5rem;
}
.cid-stCrFlNvdf .box-item:first-child {
  background-color: #e43f3f;
  margin-top: -150px;
}
.cid-stCrFlNvdf .box-item:nth-child(2) {
  background-color: #ffffff;
}
.cid-stCrFlNvdf .box-item:last-child {
  background-color: #56fc7f;
  margin-right: 0;
}
.cid-stCrFlNvdf .box-item-text,
.cid-stCrFlNvdf .mbr-section-btn {
  color: #000000;
}
.cid-stCrFlNvdf .box-list {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}
.cid-stCrFlNvdf .box-list li {
  border-bottom: 1px solid;
  padding: 10px 0 5px;
}
.cid-stCrFlNvdf .box-list li:last-child {
  border-bottom: none;
}
.cid-stCrFlNvdf .box-list li span {
  float: right;
  text-align: right;
  padding-left: 0.5rem;
}
.cid-stCrFlNvdf .media-content {
  -webkit-flex-basis: initial;
  flex-basis: initial;
}
@media (min-width: 992px) {
  .cid-stCrFlNvdf .box-item {
    margin-top: -150px;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .cid-stCrFlNvdf .p-descr {
    margin-bottom: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-stCrFlNvdf .box-item {
    margin-bottom: 4rem;
    margin-right: 0;
    margin-top: 0;
    width: 90%;
  }
  .cid-stCrFlNvdf .box-item:last-child {
    margin-bottom: 0;
  }
  .cid-stCrFlNvdf .content-container {
    -webkit-flex-basis: 90%;
    flex-basis: 90%;
  }
  .cid-stCrFlNvdf .box-item:first-child {
    margin-top: -100px;
  }
}
.cid-stCrFlNvdf .mbr-text {
  color: #efefef;
  text-align: left;
}
.cid-stCrFlNvdf H1 {
  color: #ffffff;
  text-align: left;
}
.cid-stCtuI8LqH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #ffffff;
}
.cid-stCtuI8LqH .mbr-text {
  color: #000000;
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
.cid-sPp9PemfcZ {
  padding-top: 45px;
  padding-bottom: 0px;
  overflow: hidden;
  background: #2299aa;
}
@media (min-width: 1330px) {
  .cid-sPp9PemfcZ .container {
    max-width: 1330px !important;
  }
}
.cid-sPp9PemfcZ .content-wrap {
  background-color: #ebd2b4;
}
.cid-sPp9PemfcZ .card-wrap {
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 5rem;
  background-color: #fafafa;
}
@media (min-width: 992px) {
  .cid-sPp9PemfcZ .card-wrap {
    width: calc(100% + 10rem);
    margin-left: 46px;
  }
}
@media (max-width: 767px) {
  .cid-sPp9PemfcZ .card-wrap {
    margin-top: 0;
    margin-bottom: 0;
    padding: 48px 20px 48px 20px;
  }
}
.cid-sPp9PemfcZ .img-wrap {
  height: 100%;
}
.cid-sPp9PemfcZ .img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.cid-sPp9PemfcZ .mbr-section-subtitle {
  animation-delay: .2s;
}
.cid-sPp9PemfcZ .mbr-section-btn {
  margin-top: 2rem;
  margin-bottom: -0.25rem;
  animation-delay: .4s;
}
.cid-sPp9PemfcZ [class*="col"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 992px) {
  .cid-sPp9PemfcZ .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.cid-sPp9PemfcZ .mbr-section-subtitle,
.cid-sPp9PemfcZ .mbr-section-btn {
  color: #000000;
  text-align: left;
}
.cid-sPp9PemfcZ H1 {
  text-align: left;
  color: #000000;
}
.cid-sPpc2GrpEM {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url("../../../assets/images/background2.webp");
}
.cid-sPpc2GrpEM .video-wrapper iframe {
  width: 100%;
}
.cid-sPpc2GrpEM .mbr-section-title,
.cid-sPpc2GrpEM .mbr-section-subtitle,
.cid-sPpc2GrpEM .mbr-text {
  text-align: center;
}
.cid-sPpy9NMZmm {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/usecase-airport-400x400.webp");
}
.cid-sPpy9NMZmm .card-wrapper {
  padding-right: 2rem;
}
@media (max-width: 992px) {
  .cid-sPpy9NMZmm .card {
    margin-bottom: 2rem!important;
  }
  .cid-sPpy9NMZmm .card-wrapper {
    padding: 0 1rem;
  }
}
@media (max-width: 767px) {
  .cid-sPpy9NMZmm .link-wrap {
    align-items: center;
  }
}
.cid-sPpy9NMZmm .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sPpdI1Dnh8 {
  padding-top: 6rem;
  padding-bottom: 5rem;
  background-image: url("../../../assets/images/mbr-1920x1298.webp");
}
@media (min-width: 992px) {
  .cid-sPpdI1Dnh8 .text-wrapper {
    padding: 2rem;
  }
}
@media (max-width: 1000px) {
  .cid-sPpdI1Dnh8 .text-wrapper {
    padding: 2rem 0;
  }
}
.cid-sPpdI1Dnh8 .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-sPpdI1Dnh8 .text-block {
  color: #565A69;
  margin-bottom: 50px;
}
.cid-sPpdI1Dnh8 .row.justify-content-between {
  margin-bottom: 3px;
  margin: 0;
}
.cid-sPpdI1Dnh8 .mbr-section-btn {
  padding-top: 53px;
  margin: 0px;
}
.cid-sPpdI1Dnh8 .desc {
  margin-top: 22px;
  color: #b2b2b2;
  font-weight: 500;
}
.cid-sPpdI1Dnh8 .btn-primary {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.cid-sPpdI1Dnh8 .btn-primary:hover {
  color: #000000 !important;
  background-color: #e3e3e3 !important;
  border-color: #e3e3e3;
}
.cid-sPpdI1Dnh8 .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 2px;
  text-transform: uppercase;
}
.cid-sPpdI1Dnh8 .desc1 {
  font-weight: 700;
  color: #ffffff;
}
.cid-sPpdI1Dnh8 .desc2 {
  font-weight: 700;
  margin-top: 20px;
  color: #ffffff;
}
.cid-sPpdI1Dnh8 .mbr-section-button {
  margin-top: 25px;
}
.cid-to72JnxhnK {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-image: url("../../../assets/images/background3.webp");
}
.cid-to72JnxhnK .mbr-fallback-image.disabled {
  display: none;
}
.cid-to72JnxhnK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-to72JnxhnK .content-wrapper {
  background: #fafafa;
}
@media (max-width: 991px) {
  .cid-to72JnxhnK .content-wrapper .row {
    flex-direction: column-reverse;
  }
  .cid-to72JnxhnK .content-wrapper .image-wrapper {
    margin-bottom: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-to72JnxhnK .content-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-to72JnxhnK .content-wrapper {
    padding: 2rem;
  }
}
@media (min-width: 992px) {
  .cid-to72JnxhnK .content-wrapper {
    padding: 5rem 3rem;
  }
  .cid-to72JnxhnK .content-wrapper .text-wrapper {
    padding-right: 2rem;
  }
}
.cid-to72JnxhnK .image-wrapper img {
  width: 100%;
  object-fit: cover;
}
.cid-to72JnxhnK .mbr-text,
.cid-to72JnxhnK .mbr-section-btn {
  color: #000000;
}
.cid-sPpiIkzgbB {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/1-7brhw5m0msag-ca0iywxpg-2000x800.webp");
}
.cid-sPpiIkzgbB .item-wrapper {
  width: 100%;
}
.cid-sPpiIkzgbB .left-side {
  text-align: left;
  padding: 0 100px 20px;
}
.cid-sPpiIkzgbB .row.big {
  align-items: center;
}
.cid-sPpiIkzgbB .mbr-section-title {
  margin: 26px 0 37px;
  color: #ffffff;
  font-weight: 700;
}
.cid-sPpiIkzgbB .mbr-iconfont {
  font-size: 60px;
  color: #b2b2b2;
  margin-right: 5px;
}
.cid-sPpiIkzgbB .desc1 {
  padding-bottom: 14px;
  margin-top: 14px;
  font-weight: 700;
}
.cid-sPpiIkzgbB .desc2 {
  color: #fefd36;
  font-weight: 500;
}
.cid-sPpiIkzgbB .desc1,
.cid-sPpiIkzgbB .iconfont-wrapper {
  color: #ffffff;
}
.cid-sPpiIkzgbB .right-side {
  padding: 0;
}
.cid-sPpiIkzgbB .justify-content-center {
  padding: 0;
  margin: 0;
}
.cid-sPpiIkzgbB .container-fluid {
  padding: 0;
  margin: 0;
}
.cid-sPpiIkzgbB .bottom {
  margin-bottom: 42px;
}
@media (max-width: 990px) {
  .cid-sPpiIkzgbB .left-side {
    padding: 0 30px 20px;
  }
}
@media (max-width: 690px) {
  .cid-sPpiIkzgbB .left-side {
    padding: 0 15px 20px;
  }
  .cid-sPpiIkzgbB .align-left {
    flex-direction: column;
  }
  .cid-sPpiIkzgbB .mbr-iconfont {
    margin-right: 0px;
  }
}
.cid-sPplvmucYy {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/mbr-1920x1757.webp");
}
.cid-sPplvmucYy .mbr-overlay {
  backdrop-filter: blur(3.5px);
}
.cid-sPplvmucYy img {
  transform: scale(2) translateX(-2rem);
  z-index: 0;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sPplvmucYy img {
    transform: scale(1) translateX(0);
  }
}
.cid-sPplvmucYy .card-wrapper {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 30px;
  padding: 6rem 3rem;
  margin: 0;
  z-index: 1;
  overflow: visible;
  position: relative;
  justify-content: center;
}
@media (max-width: 767px) {
  .cid-sPplvmucYy .card-wrapper {
    padding: 2rem 1rem;
  }
}
.cid-sPplvmucYy .card-wrapper:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-sPplvmucYy .card-wrapper {
    margin-bottom: 2rem;
  }
}
.cid-sPplvmucYy .col-12 {
  position: relative;
}
.cid-sPplvmucYy .round {
  position: absolute;
  top: -60px;
  right: -150px;
  width: 280px;
  height: 280px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 100%);
  backdrop-filter: blur(3.5px);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  z-index: 2;
}
@media (max-width: 767px) {
  .cid-sPplvmucYy .round {
    top: -30px;
    right: -110px;
    width: 180px;
    height: 180px;
  }
}
.cid-sPplvmucYy .round:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0.3;
  height: 100%;
  width: 100%;
  pointer-events: none;
  border: 2px solid white;
  border-radius: 50%;
}
.cid-sPplvmucYy .round2 {
  top: auto;
  right: auto;
  bottom: -30px;
  left: -30px;
  width: 120px;
  height: 120px;
  z-index: 0;
}
.cid-sPplvmucYy .mbr-section-title {
  color: #263d5a;
}
.cid-sPplvmucYy .mbr-text,
.cid-sPplvmucYy .mbr-section-btn {
  color: #000000;
}
.cid-sPplvmucYy .mbr-section-subtitle {
  color: #263d5a;
}
.cid-tUsvlPHG7I {
  padding-top: 4rem;
  padding-bottom: 5rem;
  background-color: #ffb5b5;
}
.cid-tUsvlPHG7I .mbr-fallback-image.disabled {
  display: none;
}
.cid-tUsvlPHG7I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tUsvlPHG7I .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-tUsvlPHG7I .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-tUsvlPHG7I .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-srJDdKwjI3 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/background5.webp");
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .media-wrap {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .mbr-text {
  color: #767676;
}
.cid-srJDdKwjI3 .links {
  color: #000000;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .links {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .copyright {
    margin-bottom: 1rem;
    text-align: center;
  }
}
.cid-srJDdKwjI3 .footer-lower hr {
  margin: 1rem 0;
  border-color: #000;
  opacity: 0.05;
}
.cid-srJDdKwjI3 .footer-lower .social-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.cid-srJDdKwjI3 .footer-lower .social-list .mbr-iconfont-social {
  font-size: 1.3rem;
  color: #232323;
}
.cid-srJDdKwjI3 .footer-lower .social-list .soc-item {
  margin: 0 0.5rem;
}
.cid-srJDdKwjI3 .footer-lower .social-list a {
  margin: 0;
  opacity: 0.5;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.cid-srJDdKwjI3 .footer-lower .social-list a:hover {
  opacity: 1;
}
@media (max-width: 767px) {
  .cid-srJDdKwjI3 .footer-lower .social-list {
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cid-srJDdKwjI3 .copyright > p {
  color: #000000;
}
.cid-v5EuLLXxZ6 {
  z-index: 1000;
  width: 100%;
  min-height: auto !important;
  height: 0 !important;
  background: transparent !important;
}
.cid-v5EuLLXxZ6 nav.navbar {
  position: fixed;
}
.cid-v5EuLLXxZ6 .dropdown-item:before {
  font-family: Moririse2 !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);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown-menu {
  padding: 0;
  border-radius: 4px;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
}
.cid-v5EuLLXxZ6 .dropdown-item {
  border-bottom: 1px solid #e6e6e6;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover,
.cid-v5EuLLXxZ6 .dropdown-item:focus {
  background: #fafafa !important;
  color: white !important;
}
.cid-v5EuLLXxZ6 .dropdown-item:hover span {
  color: white;
}
.cid-v5EuLLXxZ6 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link {
  padding: 0 !important;
  margin: 0.667em 1.5em !important;
  transition: all 0.3s;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .nav-dropdown .link:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: all 0.3s;
  }
  .cid-v5EuLLXxZ6 .nav-dropdown .link:hover:before {
    width: 100%;
  }
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-v5EuLLXxZ6 .nav-link {
  position: relative;
}
.cid-v5EuLLXxZ6 .container {
  display: flex;
  margin: auto;
  padding: 1%;
  min-height: 60px;
  border-radius: 20px;
  background: transparent !important;
  transition: .3s all;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .container {
    flex-wrap: nowrap;
  }
}
.cid-v5EuLLXxZ6 .iconfont-wrapper {
  color: #c4b2f6 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown-menu,
.cid-v5EuLLXxZ6 .navbar.opened {
  background: #08154b !important;
}
.cid-v5EuLLXxZ6 .nav-item:focus,
.cid-v5EuLLXxZ6 .nav-link:focus {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-v5EuLLXxZ6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-v5EuLLXxZ6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar {
  min-height: 70px;
  transition: all 0.3s;
  border-bottom: none !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 1% 1% 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.opened {
  transition: all 0.3s;
}
.cid-v5EuLLXxZ6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-v5EuLLXxZ6 .navbar .navbar-logo img {
  width: auto;
}
.cid-v5EuLLXxZ6 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-v5EuLLXxZ6 .navbar.collapsed {
  justify-content: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-v5EuLLXxZ6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-v5EuLLXxZ6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4.6rem);
  }
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 41%;
}
.cid-v5EuLLXxZ6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-v5EuLLXxZ6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: 0.5rem;
    margin-top: 0.2rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 40%;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-v5EuLLXxZ6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 2rem;
  }
  .cid-v5EuLLXxZ6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-v5EuLLXxZ6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
@media (max-width: 991px) and (max-width: 767px) {
  .cid-v5EuLLXxZ6 .navbar .navbar-brand {
    width: calc(100% - 31px);
  }
}
.cid-v5EuLLXxZ6 .navbar.navbar-short {
  min-height: 70px;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-logo img {
  height: 2.5rem !important;
}
.cid-v5EuLLXxZ6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-v5EuLLXxZ6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 5;
  position: relative;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-v5EuLLXxZ6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-v5EuLLXxZ6 .dropdown-item.active,
.cid-v5EuLLXxZ6 .dropdown-item:active {
  background-color: transparent;
}
.cid-v5EuLLXxZ6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-v5EuLLXxZ6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #08154b;
}
.cid-v5EuLLXxZ6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-v5EuLLXxZ6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-v5EuLLXxZ6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-v5EuLLXxZ6 .navbar-buttons {
  text-align: center;
  min-width: 170px;
}
.cid-v5EuLLXxZ6 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  z-index: 5;
  align-self: center;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 5px;
  width: 40px;
  height: 3px;
  background-color: #0032fa;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 10px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 24px;
  transition: all 0.15s;
}
.cid-v5EuLLXxZ6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 37px;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-v5EuLLXxZ6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-v5EuLLXxZ6 .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.cid-v5EuLLXxZ6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-v5EuLLXxZ6 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-v5EuLLXxZ6 .navbar {
    height: 70px;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    height: auto;
  }
  .cid-v5EuLLXxZ6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-v5EuLLXxZ6 .navbar-short .container {
  background: rgba(8, 21, 75, 0.4) !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn {
  padding: 0.4em 1.7em;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success {
  color: #f8f1ec !important;
}
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:hover,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success:focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.focus,
.cid-v5EuLLXxZ6 .mbr-section-btn .btn-success.active {
  color: #f8f1ec !important;
}
@media (max-width: 575px) {
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    display: flex;
  }
}
@media (max-width: 991px) {
  .cid-v5EuLLXxZ6 .navbar {
    transition: .3s all !important;
  }
  .cid-v5EuLLXxZ6 .container {
    padding: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-collapse {
    flex-grow: 1;
    width: 100%;
    max-height: 100%;
  }
  .cid-v5EuLLXxZ6 .navbar-brand {
    min-height: 50px;
    max-width: 50%;
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened {
    background: #08154b;
    height: 100vh !important;
    max-height: 100vh !important;
    padding: 1% 1% 2% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .container {
    height: 100%;
    box-shadow: none !important;
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    flex-wrap: nowrap;
  }
  .cid-v5EuLLXxZ6 .navbar.opened .navbar-collapse {
    padding-top: 40px !important;
    width: 100% !important;
  }
  .cid-v5EuLLXxZ6 .navbar.opened button.navbar-toggler {
    position: absolute;
    right: 2%;
    top: 2%;
  }
  .cid-v5EuLLXxZ6 .navbar-nav {
    margin-bottom: 100px;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-item {
    margin: 0 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link {
    width: max-content;
    max-width: 100%;
    margin: 10px 0 !important;
    padding: 10px 0 !important;
    justify-content: flex-start !important;
    opacity: 0.4;
    font-size: 55px !important;
    line-height: 1 !important;
  }
  .cid-v5EuLLXxZ6 .navbar-nav .nav-link:hover {
    opacity: 1;
  }
  .cid-v5EuLLXxZ6 .navbar.dropdown-menu .dropdown-item {
    text-align: left !important;
  }
  .cid-v5EuLLXxZ6 .icons-menu {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .cid-v5EuLLXxZ6 .icons-menu .iconfont-wrapper {
    padding: 0 !important;
  }
  .cid-v5EuLLXxZ6 .mbr-section-btn {
    text-align: left;
  }
}
