body {
  font-family: Rubik;
}
.display-1 {
  font-family: 'Rubik', sans-serif;
  font-size: 4.25rem;
  font-display: swap;
}
.display-1 > .mbr-iconfont {
  font-size: 6.8rem;
}
.display-2 {
  font-family: 'Rubik', sans-serif;
  font-size: 3rem;
  font-display: swap;
}
.display-2 > .mbr-iconfont {
  font-size: 4.8rem;
}
.display-4 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-4 > .mbr-iconfont {
  font-size: 1.6rem;
}
.display-5 {
  font-family: 'Rubik', sans-serif;
  font-size: 1.5rem;
  font-display: swap;
}
.display-5 > .mbr-iconfont {
  font-size: 2.4rem;
}
.display-7 {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.display-7 > .mbr-iconfont {
  font-size: 1.6rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.4rem;
    font-size: calc( 2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (2.1374999999999997rem + (4.25 - 2.1374999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.8rem;
    font-size: calc( 1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1rem + (1 - 1) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.2rem;
    font-size: calc( 1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.175rem + (1.5 - 1.175) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* Buttons */
.btn {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-sm {
  padding: 0.6rem 1.5rem;
  border-radius: 3px;
}
.btn-md {
  padding: 1rem 3rem;
  border-radius: 3px;
}
.btn-lg {
  padding: 1.2rem 3.2rem;
  border-radius: 3px;
}
.bg-primary {
  background-color: #ff5c00 !important;
}
.bg-success {
  background-color: #f7ed4a !important;
}
.bg-info {
  background-color: #82786e !important;
}
.bg-warning {
  background-color: #879a9f !important;
}
.bg-danger {
  background-color: #b1a374 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #ff5c00 !important;
  border-color: #ff5c00 !important;
  color: #ffffff !important;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: #ffffff !important;
  background-color: #b34000 !important;
  border-color: #b34000 !important;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #b34000 !important;
  border-color: #b34000 !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
  color: #ffffff !important;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e50039 !important;
  border-color: #e50039 !important;
}
.btn-info,
.btn-info:active {
  background-color: #82786e !important;
  border-color: #82786e !important;
  color: #ffffff !important;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #59524b !important;
  border-color: #59524b !important;
}
.btn-success,
.btn-success:active {
  background-color: #f7ed4a !important;
  border-color: #f7ed4a !important;
  color: #3f3c03 !important;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #3f3c03 !important;
  background-color: #eadd0a !important;
  border-color: #eadd0a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #879a9f !important;
  border-color: #879a9f !important;
  color: #ffffff !important;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #617479 !important;
  border-color: #617479 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
  color: #ffffff !important;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #8b7d4e !important;
  border-color: #8b7d4e !important;
}
.btn-white {
  color: #333333 !important;
}
.btn-white,
.btn-white:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #808080 !important;
  background-color: #d9d9d9 !important;
  border-color: #d9d9d9 !important;
}
.btn-black,
.btn-black:active {
  background-color: #333333 !important;
  border-color: #333333 !important;
  color: #ffffff !important;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #0d0d0d !important;
  border-color: #0d0d0d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background: none;
  border-color: #993700;
  color: #993700;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #ffffff;
  background-color: #ff5c00;
  border-color: #ff5c00;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff5c00 !important;
  border-color: #ff5c00 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background: none;
  border-color: #cc0033;
  color: #cc0033;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffffff;
  background-color: #ff3366;
  border-color: #ff3366;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #ff3366 !important;
  border-color: #ff3366 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background: none;
  border-color: #4b453f;
  color: #4b453f;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #ffffff;
  background-color: #82786e;
  border-color: #82786e;
}
.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: none;
  border-color: #d2c609;
  color: #d2c609;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #3f3c03;
  background-color: #f7ed4a;
  border-color: #f7ed4a;
}
.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: none;
  border-color: #55666b;
  color: #55666b;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #ffffff;
  background-color: #879a9f;
  border-color: #879a9f;
}
.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: none;
  border-color: #7a6e45;
  color: #7a6e45;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffffff;
  background-color: #b1a374;
  border-color: #b1a374;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #b1a374 !important;
  border-color: #b1a374 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background: none;
  border-color: #000000;
  color: #000000;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #ffffff;
  background-color: #333333;
  border-color: #333333;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #333333 !important;
  border-color: #333333 !important;
}
.btn-white-outline,
.btn-white-outline:active,
.btn-white-outline.active {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus {
  color: #333333;
  background-color: #ffffff;
  border-color: #ffffff;
}
.text-primary {
  color: #ff5c00 !important;
}
.text-secondary {
  color: #ff3366 !important;
}
.text-success {
  color: #f7ed4a !important;
}
.text-info {
  color: #82786e !important;
}
.text-warning {
  color: #879a9f !important;
}
.text-danger {
  color: #b1a374 !important;
}
.text-white {
  color: #ffffff !important;
}
.text-black {
  color: #000000 !important;
}
a.text-primary:hover,
a.text-primary:focus {
  color: #993700 !important;
}
a.text-secondary:hover,
a.text-secondary:focus {
  color: #cc0033 !important;
}
a.text-success:hover,
a.text-success:focus {
  color: #d2c609 !important;
}
a.text-info:hover,
a.text-info:focus {
  color: #4b453f !important;
}
a.text-warning:hover,
a.text-warning:focus {
  color: #55666b !important;
}
a.text-danger:hover,
a.text-danger:focus {
  color: #7a6e45 !important;
}
a.text-white:hover,
a.text-white:focus {
  color: #b3b3b3 !important;
}
a.text-black:hover,
a.text-black:focus {
  color: #4d4d4d !important;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #82786e;
}
.alert-warning {
  background-color: #879a9f;
}
.alert-danger {
  background-color: #b1a374;
}
.mbr-section-btn a.btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: none !important;
}
.mbr-section-btn a.btn:not(.btn-form):hover,
.mbr-section-btn a.btn:not(.btn-form):focus {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
  -webkit-box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2) !important;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #ff5c00;
  border-color: #ff5c00;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #ff5c00;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffdecc;
}
.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: #dfd9c6;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rubik', sans-serif;
  font-size: 1rem;
  font-display: swap;
}
.form-control > .mbr-iconfont {
  font-size: 1.6rem;
}
blockquote {
  border-color: #ff5c00;
}
/* Forms */
.mbr-form .btn {
  margin: .4rem 0;
}
.mbr-form .input-group-btn a.btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn a.btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 767px) {
  .btn {
    font-size: .75rem !important;
  }
  .btn .mbr-iconfont {
    font-size: 1rem !important;
  }
}
/* Footer */
.mbr-footer-content li::before,
.mbr-footer .mbr-contacts li::before {
  background: #ff5c00;
}
.mbr-footer-content li a:hover,
.mbr-footer .mbr-contacts li a:hover {
  color: #ff5c00;
}
.footer3 input[type="email"],
.footer4 input[type="email"] {
  border-radius: 100px !important;
}
.footer3 .input-group-btn a.btn,
.footer4 .input-group-btn a.btn {
  border-radius: 100px !important;
}
.footer3 .input-group-btn button[type="submit"],
.footer4 .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
}
/* Headers*/
.header13 .form-inline input[type="email"],
.header14 .form-inline input[type="email"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="text"],
.header14 .form-inline input[type="text"] {
  border-radius: 100px;
}
.header13 .form-inline input[type="tel"],
.header14 .form-inline input[type="tel"] {
  border-radius: 100px;
}
.header13 .form-inline a.btn,
.header14 .form-inline a.btn {
  border-radius: 100px;
}
.header13 .form-inline button,
.header14 .form-inline button {
  border-radius: 100px !important;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .card-wrapper {
    flex: auto !important;
  }
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #ff5c00;
  color: #ffffff;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: currentColor;
  border-bottom-color: currentColor;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #ff5c00;
  border-bottom-color: #ff5c00;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #ff5c00 !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: #ff3366 !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 100px;
  height: 100px;
  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='%23ff5c00' %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.3;
}
.cid-rJyD2khgGT {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-rJyD2khgGT .mbr-section-title,
.cid-rJyD2khgGT .mbr-section-subtitle {
  color: #000000;
}
.cid-rJyD2khgGT .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 25px blue, 0 0 5px black;
}
.cid-rJyD2khgGT .mbr-text,
.cid-rJyD2khgGT .typed-text,
.cid-rJyD2khgGT .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-rJyD2khgGT .btn {
  margin-left: 4px !important;
}
.cid-rJyD2khgGT .animated-element {
  color: #f7ed4a;
}
.cid-rJyD2khgGT .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-rJyD2khgGT .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-rJyD2khgGT .typed-text,
  .cid-rJyD2khgGT .mbr-section-subtitle,
  .cid-rJyD2khgGT .mbr-section-text,
  .cid-rJyD2khgGT .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-rJyD2khgGT .mbr-section-text,
.cid-rJyD2khgGT .mbr-section-btn {
  color: #ffffff;
}
.cid-rJyD2khgGT .mbr-section-subtitle,
.cid-rJyD2khgGT .typed-text {
  color: #ff5c00;
}
.cid-rSZy8M06aL {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-rSZy8M06aL .mbr-section-subtitle {
  color: #efefef;
}
.cid-rSZy8M06aL H2 {
  color: #efefef;
}
.cid-uu4IP4DXvn.popup-builder {
  background-color: #ffffff;
}
.cid-uu4IP4DXvn.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu4IP4DXvn.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu4IP4DXvn .modal-content,
.cid-uu4IP4DXvn .modal-dialog {
  height: auto;
}
.cid-uu4IP4DXvn .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu4IP4DXvn .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu4IP4DXvn .form-wrapper .mbr-form .form-group,
  .cid-uu4IP4DXvn .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu4IP4DXvn .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu4IP4DXvn .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-uu4IP4DXvn .mbr-text {
  text-align: center;
}
.cid-uu4IP4DXvn .pt-0 {
  padding-top: 0 !important;
}
.cid-uu4IP4DXvn .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu4IP4DXvn .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu4IP4DXvn .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu4IP4DXvn .modal-open {
  overflow: hidden;
}
.cid-uu4IP4DXvn .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu4IP4DXvn .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu4IP4DXvn .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu4IP4DXvn .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-uu4IP4DXvn .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu4IP4DXvn .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu4IP4DXvn .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu4IP4DXvn .modal-content {
  background: #091d62;
  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-uu4IP4DXvn .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu4IP4DXvn .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu4IP4DXvn .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu4IP4DXvn .modal-backdrop.show {
  opacity: .5;
}
.cid-uu4IP4DXvn .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-uu4IP4DXvn .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu4IP4DXvn .modal-header {
    padding: 1rem;
  }
}
.cid-uu4IP4DXvn .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu4IP4DXvn .modal-header .close svg {
  fill: #353535;
}
.cid-uu4IP4DXvn .modal-header .close:hover {
  opacity: 1;
}
.cid-uu4IP4DXvn .modal-header .close:focus {
  outline: none;
}
.cid-uu4IP4DXvn .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
  color: #ffffff;
}
.cid-uu4IP4DXvn .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu4IP4DXvn .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu4IP4DXvn .modal-body {
    padding: 1rem;
  }
}
.cid-uu4IP4DXvn .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-uu4IP4DXvn .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu4IP4DXvn .modal-footer {
    padding: 1rem;
  }
}
.cid-uu4IP4DXvn .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu4IP4DXvn .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu4IP4DXvn .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu4IP4DXvn .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu4IP4DXvn .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu4IP4DXvn .modal-lg,
  .cid-uu4IP4DXvn .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu4IP4DXvn .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu4IP4DXvn .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu4IP4DXvn .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-uu4IP4DXvn .form-group {
  margin-bottom: 1rem;
}
.cid-uu4IP4DXvn .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu4IP4DXvn .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu4IP4DXvn .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-uu4IP4DXvn .mbr-section-btn {
  margin: 0;
}
.cid-uu4IP4DXvn .mbr-section-btn .btn {
  margin: 0;
}
.cid-rSU6Tf0D9o {
  padding-top: 15px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-rSU6Tf0D9o p {
  line-height: 1.6;
}
.cid-rSU6Tf0D9o .card-box {
  width: -webkit-fill-available;
}
.cid-rSU6Tf0D9o .card-img {
  width: auto;
}
.cid-rSU6Tf0D9o .card-img span {
  font-size: 96px;
  padding: 0.6rem;
  margin: 0 1rem;
  border-radius: 8px;
}
.cid-rSU6Tf0D9o .mbr-iconfont {
  font-size: 2.5rem !important;
}
.cid-rSU6Tf0D9o .card-wrapper {
  display: flex;
  flex-direction: row;
}
.cid-rSU6Tf0D9o .card {
  height: 100%;
  margin: auto;
}
.cid-rSU6Tf0D9o img {
  width: 100%;
  heigth: auto;
}
.cid-rSU6Tf0D9o .card-title1 {
  color: #073b4c;
}
.cid-rSU6Tf0D9o .mbr-text1 {
  color: #ffffff;
  text-shadow: 1px 1px 1px black, 0 0 1px blue, 0 0 5px #7785f1;
}
.cid-rSU6Tf0D9o .card-title2 {
  color: #ff5c00;
  text-shadow: 1px 1px 1px black, 0 0 0.5px black;
}
.cid-rSU6Tf0D9o .mbr-text2 {
  color: #ffffff;
}
@media (max-width: 576px) {
  .cid-rSU6Tf0D9o .card-wrapper {
    flex-direction: column;
    align-items: center;
    padding: 1rem 0 0 0!important;
  }
  .cid-rSU6Tf0D9o .card-img {
    order: 1;
  }
  .cid-rSU6Tf0D9o .card-box {
    order: 2;
  }
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sviTEaxiJy {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-sviTEaxiJy h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-sviTEaxiJy p {
  color: #767676;
}
.cid-sviTEaxiJy .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-sviTEaxiJy .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-sviTEaxiJy .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-sviTEaxiJy .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-sviTEaxiJy .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-sviTEaxiJy .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-s6zdIu2bfg {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-s6zdIu2bfg H2 {
  color: #0c0691;
  text-align: center;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-rP8pvvDhoE {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/scf-1112x638.webp");
}
.cid-rP8SmOKLCa {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rP8SmOKLCa H1 {
  color: #232323;
}
.cid-rP8SmOKLCa .mbr-text,
.cid-rP8SmOKLCa .mbr-section-btn {
  color: #767676;
}
.cid-rP8SmOKLCa .img1 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  border-radius: 10px;
}
.cid-rP8SmOKLCa .relative {
  position: relative;
}
.cid-rP8SmOKLCa .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rP8SmOKLCa .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-rP8SmOKLCa .card-img2 .img2 {
  width: 120%;
}
.cid-rP8SmOKLCa .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rP8SmOKLCa .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-rP8SmOKLCa .img2 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rP8ZRTTRHh {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-rP8ZRTTRHh svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rP8ZRTTRHh #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-rP8ZRTTRHh img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-rP8ZRTTRHh img {
    width: 100%;
    left: 0;
  }
}
.cid-rP8ZRTTRHh H1 {
  color: #82786e;
}
.cid-rP8ZRTTRHh .mbr-text,
.cid-rP8ZRTTRHh .mbr-section-btn {
  color: #716c80;
}
.cid-rP97jv01iT {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rP97jv01iT svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rP97jv01iT .mbr-text,
.cid-rP97jv01iT .mbr-section-btn {
  color: #716c80;
}
.cid-rP97jv01iT #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rP97jv01iT #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rP97jv01iT H1 {
  color: #82786e;
}
.cid-rP97jv01iT img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
.cid-rP97jv01iT .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rP97jv01iT .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rP97jv01iT img {
    left: 0px;
    width: 100%;
  }
}
.cid-rP9M3EqsAV {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rP9M3EqsAV svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rP9M3EqsAV .mbr-text,
.cid-rP9M3EqsAV .mbr-section-btn {
  color: #716c80;
}
.cid-rP9M3EqsAV #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rP9M3EqsAV #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rP9M3EqsAV H1 {
  color: #82786e;
}
.cid-rP9M3EqsAV img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
.cid-rP9M3EqsAV .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rP9M3EqsAV .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rP9M3EqsAV img {
    left: 0px;
    width: 100%;
  }
}
.cid-rP9P1zuIwN {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rP9P1zuIwN svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rP9P1zuIwN .mbr-text,
.cid-rP9P1zuIwN .mbr-section-btn {
  color: #716c80;
}
.cid-rP9P1zuIwN #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rP9P1zuIwN #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rP9P1zuIwN H1 {
  color: #82786e;
}
.cid-rP9P1zuIwN img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
.cid-rP9P1zuIwN .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rP9P1zuIwN .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rP9P1zuIwN img {
    left: 0px;
    width: 100%;
  }
}
.cid-rP9YuW0p01 {
  padding-top: 60px;
  padding-bottom: 45px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.cid-rP9YuW0p01 svg {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(1.8, 1.8);
}
.cid-rP9YuW0p01 #e1_ellipse {
  fill: #e1e8ff !important;
}
.cid-rP9YuW0p01 img {
  width: 80%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
@media (max-width: 576px) {
  .cid-rP9YuW0p01 img {
    width: 100%;
    left: 0;
  }
}
.cid-rP9YuW0p01 H1 {
  color: #82786e;
}
.cid-rP9YuW0p01 .mbr-text,
.cid-rP9YuW0p01 .mbr-section-btn {
  color: #716c80;
}
.cid-rP9YK6laTv {
  padding-top: 75px;
  padding-bottom: 60px;
  background-color: #ffffff;
  overflow: hidden;
}
.cid-rP9YK6laTv H1 {
  color: #232323;
}
.cid-rP9YK6laTv .mbr-text,
.cid-rP9YK6laTv .mbr-section-btn {
  color: #767676;
}
.cid-rP9YK6laTv .img1 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  border-radius: 10px;
}
.cid-rP9YK6laTv .relative {
  position: relative;
}
.cid-rP9YK6laTv .card-img {
  width: 100%;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
.cid-rP9YK6laTv .card-img2 {
  display: inline-block;
  width: 50%;
  float: left;
}
.cid-rP9YK6laTv .card-img2 .img2 {
  width: 120%;
}
.cid-rP9YK6laTv .card-img1 {
  display: inline-block;
  width: 50%;
  float: right;
}
.cid-rP9YK6laTv .card-img1 .img1 {
  width: 180%;
  transform: translateX(-45%);
}
.cid-rP9YK6laTv .img2 {
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
  margin-top: 4rem;
  object-fit: cover;
  position: relative;
  border-radius: 10px;
  animation: line 3s ease-in-out infinite;
}
.cid-rPa0Ou4zQX {
  padding-top: 45px;
  padding-bottom: 60px;
  background-color: #f2f6ff;
  position: relative;
  overflow: hidden;
}
.cid-rPa0Ou4zQX svg {
  position: absolute;
  bottom: 4rem;
  left: 50%;
  transform: translate(-50%) scale(2, 1.2);
  animation: wave 5s ease-in-out infinite;
}
@keyframes line {
  from {
    transform: translateY(4px);
  }
  50% {
    transform: translateY(-4px);
  }
  to {
    transform: translateY(4px);
  }
}
@keyframes wave {
  from {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
  50% {
    transform: rotate(0.2deg) translate(-50%) scale(2.1, 1.3);
  }
  to {
    transform: rotate(-0.2deg) translate(-50%) scale(2, 1.2);
  }
}
.cid-rPa0Ou4zQX .mbr-text,
.cid-rPa0Ou4zQX .mbr-section-btn {
  color: #716c80;
}
.cid-rPa0Ou4zQX #e12_areaS3 {
  fill: #e1e8ff !important;
}
.cid-rPa0Ou4zQX #e19_areaS3 {
  fill: #bfceff !important;
}
.cid-rPa0Ou4zQX H1 {
  color: #82786e;
}
.cid-rPa0Ou4zQX img {
  width: 70%;
  border-radius: 10px;
  height: 100%;
  object-fit: cover;
  animation: line 4s ease-in-out infinite;
  box-shadow: 0 10px 55px 5px rgba(255, 102, 140, 0.35);
}
.cid-rPa0Ou4zQX .box {
  width: 95%;
  height: 90%;
  opacity: 0.5;
  background-color: #ffffff;
  position: absolute;
  top: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 0.5rem;
}
@media (max-width: 1200px) {
  .cid-rPa0Ou4zQX .box {
    top: 2%;
    width: 97%;
    height: 96%;
  }
}
@media (max-width: 576px) {
  .cid-rPa0Ou4zQX img {
    left: 0px;
    width: 100%;
  }
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-suCvDflrBK {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-suCvDflrBK H1 {
  color: #ff5c00;
}
.cid-suCvDflrBK .mbr-text,
.cid-suCvDflrBK .mbr-section-btn {
  color: #073b4c;
  text-shadow: 0.1em 0.1em 0.1em white;
}
.cid-rPdC0NznwC {
  padding-top: 15px;
  padding-bottom: 15px;
  background: linear-gradient(45deg, #ffffff, #ffffff);
}
@media (min-width: 1280px) {
  .cid-rPdC0NznwC .mbr-figure {
    padding-left: 5rem;
  }
}
@media (max-width: 991px) {
  .cid-rPdC0NznwC .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-rPdC0NznwC .mbr-text,
.cid-rPdC0NznwC .mbr-section-btn {
  color: #232323;
}
.cid-rPdC0NznwC .mbr-section-title {
  color: #232323;
  text-align: center;
}
.cid-rPwiMycFUt {
  background: #ffffff;
  padding-top: 0px;
  padding-bottom: 0px;
}
.cid-rPwiMycFUt .image-block {
  margin: auto;
}
.cid-rPwiMycFUt .mbr-figure {
  margin: 0 auto;
}
.cid-rPwiMycFUt figcaption {
  position: relative;
}
.cid-rPwiMycFUt figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-rPwiMycFUt .image-block {
    width: 100% !important;
  }
}
.cid-rPvSL3RiuV {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-rPvSL3RiuV .mbr-text {
  color: #232323;
}
.cid-rPlQU3HwRj {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #091d62;
}
.cid-rPlQU3HwRj .mbr-section-subtitle {
  color: #ffffff;
}
.cid-rPlQU3HwRj .btn {
  margin: 0 0 .5rem 0;
}
.cid-rPlQU3HwRj H2 {
  color: #cccccc;
}
.cid-rL15q9tSOh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-rL15q9tSOh .card-box {
  padding: 0 2rem;
}
.cid-rL15q9tSOh .mbr-section-btn {
  padding-top: 1rem;
}
.cid-rL15q9tSOh .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-rL15q9tSOh h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-rL15q9tSOh p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-rL15q9tSOh .mbr-text {
  color: #767676;
}
.cid-rL15q9tSOh .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-rL15q9tSOh .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-rPs7PIElL6 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-rPs7PIElL6 .counter-container {
  color: #767676;
}
.cid-rPs7PIElL6 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-rPs7PIElL6 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-rPs7PIElL6 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-rPs7PIElL6 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-rPs7PIElL6 .mbr-text {
  color: #767676;
}
.cid-rL16DyVaEx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-color: #091d62;
}
.cid-rPm0bHnLgG {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-rPm0bHnLgG .counter-container {
  color: #767676;
}
.cid-rPm0bHnLgG .counter-container ul {
  margin-bottom: 0;
}
.cid-rPm0bHnLgG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rPm0bHnLgG .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-rPv6cJDPKX {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-rPv6cJDPKX .mbr-section-btn > * {
  margin: 0;
}
.cid-rPv6cJDPKX h4 {
  font-weight: 500;
}
.cid-rPv6cJDPKX p {
  color: #232323;
}
.cid-rPv6cJDPKX .aside-content {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cid-rPv6cJDPKX .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-rPv6cJDPKX .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-rPv6cJDPKX .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-rPv6cJDPKX .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-rPv6cJDPKX .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-rPv6cJDPKX .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-rPv6cJDPKX .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-rPv6cJDPKX .card-img span {
    font-size: 40px !important;
  }
}
.cid-rPv6cJDPKX .cost {
  text-decoration: line-through;
  color: #767676;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-Vg8pOfCGH3 {
  padding-top: 135px;
  padding-bottom: 75px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-Vg8pOfCGH3 .mbr-text {
  color: #716c80;
  text-shadow: 0 0 0.5px white;
}
.cid-Vg8pOfCGH3 .card-wrapper {
  display: flex;
  flex-direction: row;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  transition: all 0.3s;
  padding: 1rem 1rem !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.35);
}
.cid-Vg8pOfCGH3 .card-wrapper:hover {
  transform: translateY(-1rem);
}
.cid-Vg8pOfCGH3 .card-wrapper:hover .ico2 {
  color: #ff5c00 !important;
}
.cid-Vg8pOfCGH3 .text-info:hover {
  color: inherit!important;
}
.cid-Vg8pOfCGH3 .ico2 {
  color: #82786e !important;
  transition: all 0.6s;
}
.cid-Vg8pOfCGH3 .card-box {
  padding: 0rem 1rem;
}
.cid-Vg8pOfCGH3 .ico1 {
  font-size: 3rem !important;
}
.cid-Vg8pOfCGH3 h3,
.cid-Vg8pOfCGH3 h4 {
  padding: 0;
  margin: 0;
}
.cid-Vg8pOfCGH3 .card-title,
.cid-Vg8pOfCGH3 .card-img {
  color: #57468b;
}
.cid-Vg8pOfCGH3 .card-title {
  color: #57468b;
}
.cid-Vg8pOfCGH3 H1 {
  color: #57468b;
}
.cid-Vg8pOfCGH3 .text,
.cid-Vg8pOfCGH3 .mbr-section-btn {
  color: #232323;
}
.cid-ttXc5cFACy .google-map {
  height: 25rem;
  position: relative;
}
.cid-ttXc5cFACy .google-map iframe {
  height: 100%;
  width: 100%;
}
.cid-ttXc5cFACy .google-map [data-state-details] {
  color: #6b6763;
  font-family: Montserrat;
  height: 1.5em;
  margin-top: -0.75em;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 100%;
}
.cid-ttXc5cFACy .google-map[data-state] {
  background: #e9e5dc;
}
.cid-ttXc5cFACy .google-map[data-state="loading"] [data-state-details] {
  display: none;
}
.cid-tv5jEn7e3p {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #efefef;
}
.cid-tv5jEn7e3p P {
  color: #767676;
}
.cid-tv5jEn7e3p .mbr-text,
.cid-tv5jEn7e3p .mbr-section-btn {
  color: #fb0015;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-s3WD6rXaTw {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/background1.webp");
}
.cid-s3WD6rXaTw .mbr-section-title,
.cid-s3WD6rXaTw .mbr-section-subtitle {
  color: #000000;
}
.cid-s3WD6rXaTw .mbr-section-text {
  color: #232323;
}
.cid-s3WD6rXaTw .mbr-text,
.cid-s3WD6rXaTw .typed-text,
.cid-s3WD6rXaTw .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-s3WD6rXaTw .btn {
  margin-left: 4px !important;
}
.cid-s3WD6rXaTw .animated-element {
  color: #ff3366;
}
.cid-s3WD6rXaTw .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #ff3366;
}
.cid-s3WD6rXaTw .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-s3WD6rXaTw .typed-text,
  .cid-s3WD6rXaTw .mbr-section-subtitle,
  .cid-s3WD6rXaTw .mbr-section-text,
  .cid-s3WD6rXaTw .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-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-s5aVg8cBBF {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/mbr-1920x1076.webp");
}
.cid-s5aVg8cBBF P {
  color: #767676;
}
.cid-s5aVg8cBBF .mbr-text,
.cid-s5aVg8cBBF .mbr-section-btn {
  color: #ffffff;
}
.cid-s5aVg8cBBF H1 {
  color: #0ffa27;
}
.cid-s5aVgaqsX6 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s5aVgaqsX6 .counter-container {
  color: #767676;
}
.cid-s5aVgaqsX6 .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-s5aVgaqsX6 .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-s5aVgaqsX6 .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-s5aVgaqsX6 .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-s5aVgaqsX6 .mbr-text {
  color: #767676;
}
.cid-s5ctZZI6PK {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #efefef;
}
.cid-s5ctZZI6PK .counter-container {
  color: #767676;
}
.cid-s5ctZZI6PK .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-s5ctZZI6PK .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-s5ctZZI6PK .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
}
.cid-s5ctZZI6PK .counter-container ol li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-s6eYAtqDb1 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #c1c1c1;
}
.cid-s6eV3MZtls {
  padding-top: 30px;
  padding-bottom: 45px;
  background-color: #ffffff;
}
.cid-s6eV3MZtls .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-s6eP1zXhmE {
  padding-top: 90px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/mbr-1920x1076.webp");
}
.cid-s6eP1zXhmE P {
  color: #767676;
}
.cid-s6eP1zXhmE .mbr-text,
.cid-s6eP1zXhmE .mbr-section-btn {
  color: #ffffff;
}
.cid-s6eP1zXhmE H1 {
  color: #0ffa27;
}
.cid-s6i1OMP1Ec {
  padding-top: 90px;
  padding-bottom: 90px;
  background: linear-gradient(45deg, #ffd1ff, #fad0c4);
}
.cid-s6i1OMP1Ec .plan-body .btn-bgr {
  z-index: 0;
}
.cid-s6i1OMP1Ec .list-group-item {
  padding: .5rem 1.25rem;
}
.cid-s6i1OMP1Ec .price-term {
  display: block;
  line-height: 1;
  margin-top: 0.45rem;
}
.cid-s6i1OMP1Ec .plan-title {
  background-color: #4284df;
}
.cid-s6i1OMP1Ec .plan-header {
  border-radius: 8px 8px 0 0;
  overflow: hidden;
}
.cid-s6i1OMP1Ec .plan-body {
  border-radius: 0 0 8px 8px;
}
.cid-s6i1OMP1Ec .mbr-section-btn {
  padding: 0 2.45rem;
}
.cid-s6i1OMP1Ec .plan {
  position: relative;
  max-width: 330px;
  padding-right: 0;
  padding-left: 0;
  color: #767676;
}
.cid-s6i1OMP1Ec .plan .list-group-item {
  position: relative;
  -webkit-justify-content: center;
  justify-content: center;
  border: 0;
  background: transparent;
}
.cid-s6i1OMP1Ec .plan .list-group-item:last-child {
  border-radius: 8px;
}
.cid-s6i1OMP1Ec .plan:nth-child(2) .plan-title {
  background-color: #eb4e6f;
}
.cid-s6i1OMP1Ec .plan-header,
.cid-s6i1OMP1Ec .plan-body {
  background-color: #ffffff;
  border-bottom: solid 2px rgba(0, 0, 0, 0.07);
}
.cid-s6i1OMP1Ec .price-figure {
  font-weight: 600;
  color: #232323;
}
.cid-s6i1OMP1Ec .price-value {
  font-weight: 700;
  vertical-align: top;
  line-height: 1;
  margin-right: 0.25rem;
}
@media (max-width: 550px) {
  .cid-s6i1OMP1Ec .price-figure {
    font-size: 4.25rem;
  }
}
.cid-s6i1OMP1Ec .list-group,
.cid-s6i1OMP1Ec .mbr-section-btn {
  text-align: left;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-s6ePj5em3R {
  padding-top: 90px;
  padding-bottom: 105px;
  background-image: url("../../../assets/images/mbr-1920x1076.webp");
}
.cid-s6ePj5em3R P {
  color: #767676;
}
.cid-s6ePj5em3R .mbr-text,
.cid-s6ePj5em3R .mbr-section-btn {
  color: #ffffff;
}
.cid-s6ePj5em3R H1 {
  color: #0ffa27;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sb3fABqm3h {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sb3fABqm3h P {
  color: #767676;
}
.cid-sb3fABqm3h .mbr-text,
.cid-sb3fABqm3h .mbr-section-btn {
  color: #ffffff;
}
.cid-sb3fABqm3h H1 {
  color: #091d62;
}
.cid-sbcn4LnI1A {
  padding-top: 60px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-sbcn4LnI1A .mbr-section-subtitle {
  color: #767676;
}
.cid-sbcCMpvHTq {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sbcCMpvHTq .counter-container {
  color: #767676;
}
.cid-sbcCMpvHTq .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sbcCMpvHTq .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sbcCMpvHTq .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sbcCMpvHTq .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sb3h0yLOkb {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #c1c1c1;
  background: linear-gradient(45deg, #c1c1c1, #ffffff);
}
.cid-sb3h0yLOkb .mbr-section-subtitle {
  color: #767676;
}
.cid-sb3h0yLOkb .btn {
  margin: 0 0 .5rem 0;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sfcs6Zaswu {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1076.webp");
}
.cid-sfcs6Zaswu H2 {
  color: #f7ed4a;
}
.cid-sfcs708tNV {
  background: #ffffff;
}
.cid-sfcs708tNV .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfcs708tNV .mbr-figure {
  margin: 0 auto;
}
.cid-sfcs708tNV figcaption {
  position: relative;
}
.cid-sfcs708tNV figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfcs708tNV .image-block {
    width: 100% !important;
  }
}
.cid-sfcs70r3Ui {
  background: #ffffff;
}
.cid-sfcs70r3Ui .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfcs70r3Ui .mbr-figure {
  margin: 0 auto;
}
.cid-sfcs70r3Ui figcaption {
  position: relative;
}
.cid-sfcs70r3Ui figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfcs70r3Ui .image-block {
    width: 100% !important;
  }
}
.cid-sfcs70K2LQ {
  background: #ffffff;
}
.cid-sfcs70K2LQ .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfcs70K2LQ .mbr-figure {
  margin: 0 auto;
}
.cid-sfcs70K2LQ figcaption {
  position: relative;
}
.cid-sfcs70K2LQ figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfcs70K2LQ .image-block {
    width: 100% !important;
  }
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sfcslFoI1d {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/mbr-1920x1076.webp");
}
.cid-sfcslFoI1d H2 {
  color: #f7ed4a;
}
.cid-sfcslGdv5M {
  background: #ffffff;
}
.cid-sfcslGdv5M .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfcslGdv5M .mbr-figure {
  margin: 0 auto;
}
.cid-sfcslGdv5M figcaption {
  position: relative;
}
.cid-sfcslGdv5M figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfcslGdv5M .image-block {
    width: 100% !important;
  }
}
.cid-sfcslGtF0v {
  background: #ffffff;
}
.cid-sfcslGtF0v .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfcslGtF0v .mbr-figure {
  margin: 0 auto;
}
.cid-sfcslGtF0v figcaption {
  position: relative;
}
.cid-sfcslGtF0v figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfcslGtF0v .image-block {
    width: 100% !important;
  }
}
.cid-sfcslGOfUL {
  background: #ffffff;
}
.cid-sfcslGOfUL .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfcslGOfUL .mbr-figure {
  margin: 0 auto;
}
.cid-sfcslGOfUL figcaption {
  position: relative;
}
.cid-sfcslGOfUL figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfcslGOfUL .image-block {
    width: 100% !important;
  }
}
.cid-sfcsRR4X1m {
  background: #ffffff;
}
.cid-sfcsRR4X1m .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfcsRR4X1m .mbr-figure {
  margin: 0 auto;
}
.cid-sfcsRR4X1m figcaption {
  position: relative;
}
.cid-sfcsRR4X1m figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfcsRR4X1m .image-block {
    width: 100% !important;
  }
}
.cid-sfcsTpylWn {
  background: #ffffff;
}
.cid-sfcsTpylWn .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfcsTpylWn .mbr-figure {
  margin: 0 auto;
}
.cid-sfcsTpylWn figcaption {
  position: relative;
}
.cid-sfcsTpylWn figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfcsTpylWn .image-block {
    width: 100% !important;
  }
}
.cid-sfcsSDy7cf {
  background: #ffffff;
}
.cid-sfcsSDy7cf .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sfcsSDy7cf .mbr-figure {
  margin: 0 auto;
}
.cid-sfcsSDy7cf figcaption {
  position: relative;
}
.cid-sfcsSDy7cf figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sfcsSDy7cf .image-block {
    width: 100% !important;
  }
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sI3IytJCY1 {
  padding-top: 135px;
  padding-bottom: 225px;
  background-image: url("../../../assets/images/head-line-oa-2000x903.webp");
}
.cid-sI3IytJCY1 H1 {
  color: #0c0691;
  text-shadow: 1px 1px 2px black, 0 0 1px darkblue,0 0 5px white;
}
.cid-sI3IytJCY1 #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sI3IytJCY1 P {
  color: white;
  text-shadow: 2px 2px 4px black, 0 0 15px blue, 0 0 5px black;
}
.cid-sI3IytJCY1 P2 {
  color: YELLOW;
}
.cid-sI3IytJCY1 P3 {
  color: red;
}
.cid-slAw2AfB8e {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #091d62;
}
.cid-slAw2AfB8e P {
  color: #767676;
}
.cid-slAw2AfB8e H1 {
  color: #efefef;
}
.cid-slAw2AfB8e .mbr-text,
.cid-slAw2AfB8e .mbr-section-btn {
  color: #efefef;
}
.cid-uu53I4MFwc.popup-builder {
  background-color: #ffffff;
}
.cid-uu53I4MFwc.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu53I4MFwc.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu53I4MFwc .modal-content,
.cid-uu53I4MFwc .modal-dialog {
  height: auto;
}
.cid-uu53I4MFwc .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu53I4MFwc .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu53I4MFwc .form-wrapper .mbr-form .form-group,
  .cid-uu53I4MFwc .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu53I4MFwc .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu53I4MFwc .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-uu53I4MFwc .mbr-text {
  text-align: center;
}
.cid-uu53I4MFwc .pt-0 {
  padding-top: 0 !important;
}
.cid-uu53I4MFwc .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu53I4MFwc .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu53I4MFwc .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu53I4MFwc .modal-open {
  overflow: hidden;
}
.cid-uu53I4MFwc .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu53I4MFwc .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu53I4MFwc .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu53I4MFwc .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-uu53I4MFwc .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu53I4MFwc .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu53I4MFwc .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu53I4MFwc .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-uu53I4MFwc .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu53I4MFwc .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu53I4MFwc .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu53I4MFwc .modal-backdrop.show {
  opacity: .5;
}
.cid-uu53I4MFwc .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-uu53I4MFwc .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu53I4MFwc .modal-header {
    padding: 1rem;
  }
}
.cid-uu53I4MFwc .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu53I4MFwc .modal-header .close svg {
  fill: #353535;
}
.cid-uu53I4MFwc .modal-header .close:hover {
  opacity: 1;
}
.cid-uu53I4MFwc .modal-header .close:focus {
  outline: none;
}
.cid-uu53I4MFwc .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uu53I4MFwc .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu53I4MFwc .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu53I4MFwc .modal-body {
    padding: 1rem;
  }
}
.cid-uu53I4MFwc .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-uu53I4MFwc .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu53I4MFwc .modal-footer {
    padding: 1rem;
  }
}
.cid-uu53I4MFwc .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu53I4MFwc .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu53I4MFwc .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu53I4MFwc .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu53I4MFwc .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu53I4MFwc .modal-lg,
  .cid-uu53I4MFwc .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu53I4MFwc .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu53I4MFwc .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu53I4MFwc .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-uu53I4MFwc .form-group {
  margin-bottom: 1rem;
}
.cid-uu53I4MFwc .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu53I4MFwc .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu53I4MFwc .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-uu53I4MFwc .mbr-section-btn {
  margin: 0;
}
.cid-uu53I4MFwc .mbr-section-btn .btn {
  margin: 0;
}
.cid-uu4Lio7KxL.popup-builder {
  background-color: #ffffff;
}
.cid-uu4Lio7KxL.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu4Lio7KxL.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu4Lio7KxL .modal-content,
.cid-uu4Lio7KxL .modal-dialog {
  height: auto;
}
.cid-uu4Lio7KxL .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu4Lio7KxL .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu4Lio7KxL .form-wrapper .mbr-form .form-group,
  .cid-uu4Lio7KxL .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu4Lio7KxL .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu4Lio7KxL .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-uu4Lio7KxL .mbr-text {
  text-align: center;
}
.cid-uu4Lio7KxL .pt-0 {
  padding-top: 0 !important;
}
.cid-uu4Lio7KxL .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu4Lio7KxL .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu4Lio7KxL .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu4Lio7KxL .modal-open {
  overflow: hidden;
}
.cid-uu4Lio7KxL .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu4Lio7KxL .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu4Lio7KxL .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu4Lio7KxL .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-uu4Lio7KxL .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu4Lio7KxL .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu4Lio7KxL .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu4Lio7KxL .modal-content {
  background: #091d62;
  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-uu4Lio7KxL .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu4Lio7KxL .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu4Lio7KxL .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu4Lio7KxL .modal-backdrop.show {
  opacity: .5;
}
.cid-uu4Lio7KxL .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-uu4Lio7KxL .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu4Lio7KxL .modal-header {
    padding: 1rem;
  }
}
.cid-uu4Lio7KxL .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu4Lio7KxL .modal-header .close svg {
  fill: #353535;
}
.cid-uu4Lio7KxL .modal-header .close:hover {
  opacity: 1;
}
.cid-uu4Lio7KxL .modal-header .close:focus {
  outline: none;
}
.cid-uu4Lio7KxL .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uu4Lio7KxL .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu4Lio7KxL .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu4Lio7KxL .modal-body {
    padding: 1rem;
  }
}
.cid-uu4Lio7KxL .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-uu4Lio7KxL .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu4Lio7KxL .modal-footer {
    padding: 1rem;
  }
}
.cid-uu4Lio7KxL .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu4Lio7KxL .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu4Lio7KxL .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu4Lio7KxL .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu4Lio7KxL .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu4Lio7KxL .modal-lg,
  .cid-uu4Lio7KxL .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu4Lio7KxL .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu4Lio7KxL .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu4Lio7KxL .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-uu4Lio7KxL .form-group {
  margin-bottom: 1rem;
}
.cid-uu4Lio7KxL .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu4Lio7KxL .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu4Lio7KxL .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-uu4Lio7KxL .mbr-section-btn {
  margin: 0;
}
.cid-uu4Lio7KxL .mbr-section-btn .btn {
  margin: 0;
}
.cid-slAwLF9OWZ {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-slAwLF9OWZ H2 {
  color: #232323;
  text-shadow: -2px 0 white, 0 1px white, white 0.1em 0.1em 0.1em;
}
.cid-slAwLF9OWZ .mbr-section-subtitle {
  color: #000000;
}
.cid-tAxMUlWRxp {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tAxMUlWRxp .counter-container {
  color: #767676;
}
.cid-tAxMUlWRxp .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-tAxMUlWRxp .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-tAxMUlWRxp .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-tAxMUlWRxp .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-snjtlt5G0g {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-snjtlt5G0g .mbr-section-subtitle {
  color: #767676;
}
.cid-snjsiXwv6E {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snjsiXwv6E .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-snjsiXwv6E .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-snjsiXwv6E .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-snjsiXwv6E .mbr-figure,
  .cid-snjsiXwv6E img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-snjsiXwv6E .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-snjsiXwv6E .mbr-author-desc {
  color: #333333;
}
.cid-snjsiXwv6E H2 {
  color: #333333;
  text-align: left;
}
.cid-snjsiXwv6E .counter-container {
  color: #767676;
}
.cid-snjsiXwv6E .counter-container ul {
  margin-bottom: 0;
}
.cid-snjsiXwv6E .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-snjsiXwv6E .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-snjth5FeLe {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snjth5FeLe .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-snjth5FeLe .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-snjth5FeLe .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-snjth5FeLe .mbr-figure,
  .cid-snjth5FeLe img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-snjth5FeLe .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-snjth5FeLe .mbr-author-desc {
  color: #333333;
}
.cid-snjth5FeLe H2 {
  color: #333333;
  text-align: left;
}
.cid-snjth5FeLe .counter-container {
  color: #767676;
}
.cid-snjth5FeLe .counter-container ul {
  margin-bottom: 0;
}
.cid-snjth5FeLe .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-snjth5FeLe .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-snjtgqLMGN {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snjtgqLMGN .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-snjtgqLMGN .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-snjtgqLMGN .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-snjtgqLMGN .mbr-figure,
  .cid-snjtgqLMGN img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-snjtgqLMGN .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-snjtgqLMGN .mbr-author-desc {
  color: #333333;
}
.cid-snjtgqLMGN H2 {
  color: #333333;
  text-align: left;
}
.cid-snjtgqLMGN .counter-container {
  color: #767676;
}
.cid-snjtgqLMGN .counter-container ul {
  margin-bottom: 0;
}
.cid-snjtgqLMGN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-snjtgqLMGN .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-snjtfZ0BBE {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-snjtfZ0BBE .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-snjtfZ0BBE .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-snjtfZ0BBE .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-snjtfZ0BBE .mbr-figure,
  .cid-snjtfZ0BBE img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-snjtfZ0BBE .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-snjtfZ0BBE .mbr-author-desc {
  color: #333333;
}
.cid-snjtfZ0BBE H2 {
  color: #333333;
  text-align: left;
}
.cid-snjtfZ0BBE .counter-container {
  color: #767676;
}
.cid-snjtfZ0BBE .counter-container ul {
  margin-bottom: 0;
}
.cid-snjtfZ0BBE .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-snjtfZ0BBE .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-snjtfZ0BBE P {
  color: #333333;
}
.cid-snItLI9IIt {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snItLI9IIt .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-snItLI9IIt .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-snItLI9IIt .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-snItLI9IIt .mbr-figure,
  .cid-snItLI9IIt img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-snItLI9IIt .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-snItLI9IIt .mbr-author-desc {
  color: #333333;
}
.cid-snItLI9IIt H2 {
  color: #333333;
  text-align: left;
}
.cid-snItLI9IIt .counter-container {
  color: #767676;
}
.cid-snItLI9IIt .counter-container ul {
  margin-bottom: 0;
}
.cid-snItLI9IIt .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-snItLI9IIt .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-snjmZQaTbY {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snjmZQaTbY .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-snjmZQaTbY .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-snjmZQaTbY .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-snjmZQaTbY .mbr-figure,
  .cid-snjmZQaTbY img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-snjmZQaTbY .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-snjmZQaTbY .mbr-author-desc {
  color: #333333;
}
.cid-snjmZQaTbY H2 {
  color: #333333;
  text-align: left;
}
.cid-snjmZQaTbY .counter-container {
  color: #767676;
}
.cid-snjmZQaTbY .counter-container ul {
  margin-bottom: 0;
}
.cid-snjmZQaTbY .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-snjmZQaTbY .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-snItKXjMje {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-snItKXjMje .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-snItKXjMje .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-snItKXjMje .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-snItKXjMje .mbr-figure,
  .cid-snItKXjMje img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-snItKXjMje .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-snItKXjMje .mbr-author-desc {
  color: #333333;
}
.cid-snItKXjMje H2 {
  color: #333333;
  text-align: left;
}
.cid-snItKXjMje .counter-container {
  color: #767676;
}
.cid-snItKXjMje .counter-container ul {
  margin-bottom: 0;
}
.cid-snItKXjMje .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-snItKXjMje .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tAy4bHK20V {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tAy4bHK20V .mbr-section-subtitle {
  color: #767676;
}
.cid-tAy4bHK20V H2 {
  color: #ffffff;
}
.cid-tAy4cxeP9V {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAy4cxeP9V .counter-container {
  color: #767676;
}
.cid-tAy4cxeP9V .counter-container ul {
  margin-bottom: 0;
}
.cid-tAy4cxeP9V .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-tAy4cxeP9V .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-tABU3e4r8L {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tABU3e4r8L .mbr-section-subtitle {
  color: #767676;
}
.cid-tABU3e4r8L H2 {
  color: #ffffff;
}
.cid-tABTYXorMx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-tABTYXorMx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-tABTYXorMx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-tABTYXorMx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-tABTYXorMx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-tABTYXorMx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #cccccc) !important;
}
.cid-tABTYXorMx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-tABTYXorMx .mbr-gallery-item > div:hover:before {
  opacity: 0.5 !important;
}
.cid-tABTYXorMx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-tABTYXorMx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.5;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #cccccc) !important;
}
.cid-tABTYXorMx .mbr-gallery-item > div > span {
  text-align: center;
}
.cid-tux5M0SVc3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tux5M0SVc3 .mbr-section-subtitle {
  color: #767676;
}
.cid-tux5M0SVc3 H2 {
  color: #ffffff;
}
.cid-tux5U921tp {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tux5U921tp .card-img {
  background-color: #fff;
}
.cid-tux5U921tp .card {
  align-self: stretch;
}
.cid-tux5U921tp .card-box {
  padding: 1rem;
  background-color: #ffffff;
}
.cid-tux5U921tp h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tux5U921tp p {
  text-align: left;
}
.cid-tux5U921tp .mbr-text {
  color: #767676;
}
.cid-tux5U921tp .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tux5U921tp .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tux5U921tp .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tux5U921tp .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-tux5U921tp .mbr-section-btn a {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tux5U921tp .card-title {
  text-align: center;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sm9EKHWvCC {
  padding-top: 120px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sm9EKHWvCC H2 {
  color: #091d62;
}
.cid-sm9EKHWvCC .mbr-text {
  color: #073b4c;
  text-shadow: 0.1em 0.1em 0.2em white;
}
.cid-sm9EKJAVh2 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sm9EKJAVh2 .counter-container {
  color: #767676;
}
.cid-sm9EKJAVh2 .counter-container ul {
  margin-bottom: 0;
}
.cid-sm9EKJAVh2 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sm9EKJAVh2 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-spWTpHhFIh {
  padding-top: 120px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-spWTpHhFIh H2 {
  color: #091d62;
  text-shadow: -2px 0 white, 0 1px white, white 0.1em 0.1em 0.1em;
}
.cid-spWTpIeyv4 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #091d62;
}
.cid-spWTpIeyv4 P {
  color: #767676;
}
.cid-spWTpIeyv4 H1 {
  color: #efefef;
}
.cid-spWTpIeyv4 .mbr-text,
.cid-spWTpIeyv4 .mbr-section-btn {
  color: #efefef;
}
.cid-spWTpJdiJj {
  padding-top: 120px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-spWTpJdiJj H2 {
  color: #232323;
  text-shadow: -2px 0 white, 0 1px white, white 0.1em 0.1em 0.1em;
}
.cid-spWTpJdiJj .mbr-section-subtitle {
  color: #000000;
}
.cid-spWTpJR6yh {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-spWTpJR6yh .mbr-section-subtitle {
  color: #767676;
}
.cid-spWTpMWFje {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWTpMWFje .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-spWTpMWFje .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-spWTpMWFje .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-spWTpMWFje .mbr-figure,
  .cid-spWTpMWFje img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-spWTpMWFje .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-spWTpMWFje .mbr-author-desc {
  color: #333333;
}
.cid-spWTpMWFje H2 {
  color: #333333;
  text-align: left;
}
.cid-spWTpMWFje .counter-container {
  color: #767676;
}
.cid-spWTpMWFje .counter-container ul {
  margin-bottom: 0;
}
.cid-spWTpMWFje .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-spWTpMWFje .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-spWTpMWFje P {
  color: #333333;
}
.cid-spWTpKnBS0 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWTpKnBS0 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-spWTpKnBS0 .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-spWTpKnBS0 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-spWTpKnBS0 .mbr-figure,
  .cid-spWTpKnBS0 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-spWTpKnBS0 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-spWTpKnBS0 .mbr-author-desc {
  color: #333333;
}
.cid-spWTpKnBS0 H2 {
  color: #333333;
  text-align: left;
}
.cid-spWTpKnBS0 .counter-container {
  color: #767676;
}
.cid-spWTpKnBS0 .counter-container ul {
  margin-bottom: 0;
}
.cid-spWTpKnBS0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-spWTpKnBS0 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-spWTpLJFno {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWTpLJFno .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-spWTpLJFno .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-spWTpLJFno .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-spWTpLJFno .mbr-figure,
  .cid-spWTpLJFno img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-spWTpLJFno .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-spWTpLJFno .mbr-author-desc {
  color: #333333;
}
.cid-spWTpLJFno H2 {
  color: #333333;
  text-align: left;
}
.cid-spWTpLJFno .counter-container {
  color: #767676;
}
.cid-spWTpLJFno .counter-container ul {
  margin-bottom: 0;
}
.cid-spWTpLJFno .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-spWTpLJFno .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-spWTpMqtlj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-spWTpMqtlj .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-spWTpMqtlj .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-spWTpMqtlj .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-spWTpMqtlj .mbr-figure,
  .cid-spWTpMqtlj img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-spWTpMqtlj .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-spWTpMqtlj .mbr-author-desc {
  color: #333333;
}
.cid-spWTpMqtlj H2 {
  color: #333333;
  text-align: left;
}
.cid-spWTpMqtlj .counter-container {
  color: #767676;
}
.cid-spWTpMqtlj .counter-container ul {
  margin-bottom: 0;
}
.cid-spWTpMqtlj .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-spWTpMqtlj .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-spWTpNrZo0 {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spWTpNrZo0 .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-spWTpNrZo0 .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-spWTpNrZo0 .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-spWTpNrZo0 .mbr-figure,
  .cid-spWTpNrZo0 img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-spWTpNrZo0 .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-spWTpNrZo0 .mbr-author-desc {
  color: #333333;
}
.cid-spWTpNrZo0 H2 {
  color: #333333;
  text-align: left;
}
.cid-spWTpNrZo0 .counter-container {
  color: #767676;
}
.cid-spWTpNrZo0 .counter-container ul {
  margin-bottom: 0;
}
.cid-spWTpNrZo0 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-spWTpNrZo0 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-spWTpNXrTH {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spWTpNXrTH .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-spWTpNXrTH .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-spWTpNXrTH .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-spWTpNXrTH .mbr-figure,
  .cid-spWTpNXrTH img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-spWTpNXrTH .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-spWTpNXrTH .mbr-author-desc {
  color: #333333;
}
.cid-spWTpNXrTH H2 {
  color: #333333;
  text-align: left;
}
.cid-spWTpNXrTH .counter-container {
  color: #767676;
}
.cid-spWTpNXrTH .counter-container ul {
  margin-bottom: 0;
}
.cid-spWTpNXrTH .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-spWTpNXrTH .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-spWTpOy8ws {
  padding-top: 0px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-spWTpOy8ws .testimonial-text {
  font-style: italic;
  font-weight: 300;
  color: #333333;
}
.cid-spWTpOy8ws .mbr-author-name {
  font-weight: bold;
  color: #333333;
}
.cid-spWTpOy8ws .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
@media (max-width: 991px) {
  .cid-spWTpOy8ws .mbr-figure,
  .cid-spWTpOy8ws img {
    max-height: 300px;
    width: auto;
    margin: auto;
  }
  .cid-spWTpOy8ws .media-content {
    padding-top: 1.5rem !important;
  }
}
.cid-spWTpOy8ws .mbr-author-desc {
  color: #333333;
}
.cid-spWTpOy8ws H2 {
  color: #333333;
  text-align: left;
}
.cid-spWTpOy8ws .counter-container {
  color: #767676;
}
.cid-spWTpOy8ws .counter-container ul {
  margin-bottom: 0;
}
.cid-spWTpOy8ws .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-spWTpOy8ws .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sqYxioQTRi {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
@media (min-width: 992px) {
  .cid-sqYxioQTRi .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sqYxioQTRi .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sqYxioQTRi .mbr-text,
.cid-sqYxioQTRi .mbr-section-btn {
  color: #ffffff;
}
.cid-sqYxioQTRi .mbr-section-title {
  color: #0c0691;
}
.cid-sqYxioQTRi .mbr-section-text {
  color: #232323;
  text-shadow: 0.1em 0.1em 0.1em white;
}
.cid-srfnN0AfPl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-srfnN0AfPl .mbr-section-subtitle {
  color: #ffffff;
}
.cid-srfnN0AfPl H2 {
  color: #ffffff;
}
.cid-srabDpewnP {
  background: #ffffff;
}
.cid-srabDpewnP .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-srabDpewnP .video-block {
    width: 100% !important;
  }
}
.cid-sr9VBFgHuN {
  padding-top: 15px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sr9VBFgHuN h2 {
  text-align: left;
}
.cid-sr9VBFgHuN h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sr9VBFgHuN p {
  color: #767676;
  text-align: left;
}
.cid-sr9VBFgHuN .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-sr9VBFgHuN .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-sr9VBFgHuN .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-sr9VBFgHuN .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-sr9VBFgHuN .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-sr9VBFgHuN .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-sr9VBFgHuN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sr9VBFgHuN .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
  }
}
@media (max-width: 300px) {
  .cid-sr9VBFgHuN .card-img span {
    font-size: 40px !important;
  }
}
.cid-srfnb6s3hi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-srfnb6s3hi .btn {
  margin: 0 0 .5rem 0;
}
.cid-srftfJfYXj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-srftfJfYXj .mbr-section-subtitle {
  color: #767676;
}
.cid-sqQPGFvwmH {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sqQPGFvwmH h4 {
  text-align: left;
  font-weight: 500;
}
.cid-sqQPGFvwmH p {
  color: #767676;
  text-align: left;
}
.cid-sqQPGFvwmH .card-img {
  text-align: left;
}
.cid-sqQPGFvwmH .card-img span {
  font-size: 72px;
  color: #707070;
}
.cid-rNFja3D0hd {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #cccccc;
}
.cid-rNFja3D0hd .counter-container {
  color: #767676;
}
.cid-rNFja3D0hd .counter-container ul {
  margin-bottom: 0;
}
.cid-rNFja3D0hd .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
}
.cid-rNFja3D0hd .counter-container ul li:before {
  position: absolute;
  left: 0px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sbB2BCor89 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #2a5eab;
}
.cid-sbB2BCor89 .mbr-section-subtitle {
  color: #767676;
}
.cid-sbB2BCor89 .btn {
  margin: 0 0 .5rem 0;
}
.cid-sbB2BCor89 H2 {
  color: #ffffff;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-s42kA4veTf {
  padding-top: 90px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-s42kA4veTf P {
  color: #767676;
}
.cid-s42kA4veTf .mbr-text,
.cid-s42kA4veTf .mbr-section-btn {
  color: #ffffff;
  text-shadow: 0.05em 0.05em 0.1em black;
}
.cid-s42kA4veTf H1 {
  color: #091d62;
}
.cid-srebISbafD {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sFoiTP56KO {
  padding-top: 135px;
  padding-bottom: 135px;
  background-image: url("../../../assets/images/head-line-oa-2000x903.webp");
}
.cid-sFoiTP56KO H1 {
  color: #0c0691;
}
.cid-sFoiTP56KO #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sFoiTP56KO P {
  color: white;
  text-shadow: 2px 2px 4px black, 0 0 15px blue, 0 0 5px black;
}
.cid-sFoiTP56KO P2 {
  color: YELLOW;
}
.cid-sFoiTP56KO P3 {
  color: red;
}
.cid-sulegIHejk {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-suVZG1oZIz .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .nav-item,
.cid-suVZG1oZIz .nav-link,
.cid-suVZG1oZIz .navbar-caption {
  font-weight: normal;
}
.cid-suVZG1oZIz .nav-item:focus,
.cid-suVZG1oZIz .nav-link:focus {
  outline: none;
}
.cid-suVZG1oZIz .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-suVZG1oZIz .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-suVZG1oZIz .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-suVZG1oZIz .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-suVZG1oZIz .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-suVZG1oZIz .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-suVZG1oZIz .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-suVZG1oZIz .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-suVZG1oZIz .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-suVZG1oZIz .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-suVZG1oZIz .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-suVZG1oZIz .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-suVZG1oZIz .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-suVZG1oZIz .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-suVZG1oZIz .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-suVZG1oZIz .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-suVZG1oZIz .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-suVZG1oZIz .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-suVZG1oZIz .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-suVZG1oZIz .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-suVZG1oZIz .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-suVZG1oZIz .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-suVZG1oZIz .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-suVZG1oZIz .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-suVZG1oZIz .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-suVZG1oZIz .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-suVZG1oZIz .dropdown-item.active,
.cid-suVZG1oZIz .dropdown-item:active {
  background-color: transparent;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-suVZG1oZIz .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-suVZG1oZIz .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-suVZG1oZIz .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-suVZG1oZIz ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-suVZG1oZIz .navbar-buttons {
  text-align: center;
}
.cid-suVZG1oZIz button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-suVZG1oZIz button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-suVZG1oZIz nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-suVZG1oZIz .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-suVZG1oZIz a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-suVZG1oZIz .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-suVZG1oZIz .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-suVZG1oZIz .soc-item {
  margin: .5rem .3rem;
}
.cid-suVZG1oZIz .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-suVZG1oZIz .navbar {
    height: 77px;
  }
  .cid-suVZG1oZIz .navbar.opened {
    height: auto;
  }
  .cid-suVZG1oZIz .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-suDjMZPHuq {
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-suDjMZPHuq H2 {
  color: #0c0691;
  text-align: center;
  text-shadow: -2px 0 1px white, 0 1px white, white 0.1em 0.1em 0.1em;
}
.cid-svj1QtogUn {
  padding-top: 90px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-svj1QtogUn .title {
  padding-bottom: 2.5rem;
}
.cid-svj1QtogUn h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-svj1QtogUn .bottom-line p {
  color: #767676;
}
.cid-svj1QtogUn .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-svj1QtogUn .card-wrapper .card-box {
  width: 100%;
}
.cid-svj1QtogUn .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-svj1QtogUn .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-svj1QtogUn .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-svj1QtogUn .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-svj1QtogUn .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-svj1QtogUn .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-svj1QtogUn .wrapper {
    padding-top: 1rem;
  }
}
.cid-svj1QtogUn .counter-container {
  color: #767676;
}
.cid-svj1QtogUn .counter-container ul {
  margin-bottom: 0;
}
.cid-svj1QtogUn .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-svj1QtogUn .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-svj1QtogUn .card-title {
  color: #0c0691;
}
.cid-svj1QtogUn H2 {
  color: #0c0691;
}
.cid-svj1QtogUn .cost {
  color: #ff5c00;
}
.cid-svj72u4Eng {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-svj72u4Eng .title {
  padding-bottom: 2.5rem;
}
.cid-svj72u4Eng h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-svj72u4Eng .bottom-line p {
  color: #767676;
}
.cid-svj72u4Eng .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-svj72u4Eng .card-wrapper .card-box {
  width: 100%;
}
.cid-svj72u4Eng .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-svj72u4Eng .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-svj72u4Eng .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-svj72u4Eng .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-svj72u4Eng .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-svj72u4Eng .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-svj72u4Eng .wrapper {
    padding-top: 1rem;
  }
}
.cid-svj72u4Eng .counter-container {
  color: #767676;
}
.cid-svj72u4Eng .counter-container ul {
  margin-bottom: 0;
}
.cid-svj72u4Eng .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-svj72u4Eng .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-svj72u4Eng .card-title {
  color: #0c0691;
}
.cid-svj72u4Eng H2 {
  color: #0c0691;
}
.cid-svj72u4Eng .cost {
  color: #ff5c00;
}
.cid-svjaQYadgU {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-svjaQYadgU .title {
  padding-bottom: 2.5rem;
}
.cid-svjaQYadgU h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-svjaQYadgU .bottom-line p {
  color: #767676;
}
.cid-svjaQYadgU .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-svjaQYadgU .card-wrapper .card-box {
  width: 100%;
}
.cid-svjaQYadgU .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-svjaQYadgU .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-svjaQYadgU .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-svjaQYadgU .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-svjaQYadgU .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-svjaQYadgU .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-svjaQYadgU .wrapper {
    padding-top: 1rem;
  }
}
.cid-svjaQYadgU .counter-container {
  color: #767676;
}
.cid-svjaQYadgU .counter-container ul {
  margin-bottom: 0;
}
.cid-svjaQYadgU .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-svjaQYadgU .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-svjaQYadgU .card-title {
  color: #0c0691;
}
.cid-svjaQYadgU H2 {
  color: #0c0691;
}
.cid-svjaQYadgU .cost {
  color: #ff5c00;
}
.cid-svjwz6GI7D {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-svjwz6GI7D .title {
  padding-bottom: 2.5rem;
}
.cid-svjwz6GI7D h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-svjwz6GI7D .bottom-line p {
  color: #767676;
}
.cid-svjwz6GI7D .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-svjwz6GI7D .card-wrapper .card-box {
  width: 100%;
}
.cid-svjwz6GI7D .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-svjwz6GI7D .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-svjwz6GI7D .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-svjwz6GI7D .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-svjwz6GI7D .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-svjwz6GI7D .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-svjwz6GI7D .wrapper {
    padding-top: 1rem;
  }
}
.cid-svjwz6GI7D .counter-container {
  color: #767676;
}
.cid-svjwz6GI7D .counter-container ul {
  margin-bottom: 0;
}
.cid-svjwz6GI7D .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-svjwz6GI7D .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-svjwz6GI7D .card-title {
  color: #0c0691;
}
.cid-svjwz6GI7D H2 {
  color: #0c0691;
}
.cid-svjwz6GI7D .cost {
  color: #ff5c00;
}
.cid-svu7rKgYe9 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-svu7rKgYe9 .title {
  padding-bottom: 2.5rem;
}
.cid-svu7rKgYe9 h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-svu7rKgYe9 .bottom-line p {
  color: #767676;
}
.cid-svu7rKgYe9 .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-svu7rKgYe9 .card-wrapper .card-box {
  width: 100%;
}
.cid-svu7rKgYe9 .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-svu7rKgYe9 .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-svu7rKgYe9 .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-svu7rKgYe9 .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-svu7rKgYe9 .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-svu7rKgYe9 .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-svu7rKgYe9 .wrapper {
    padding-top: 1rem;
  }
}
.cid-svu7rKgYe9 .counter-container {
  color: #767676;
}
.cid-svu7rKgYe9 .counter-container ul {
  margin-bottom: 0;
}
.cid-svu7rKgYe9 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-svu7rKgYe9 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-svu7rKgYe9 .card-title {
  color: #0c0691;
}
.cid-svu7rKgYe9 H2 {
  color: #0c0691;
}
.cid-svu7rKgYe9 .cost {
  color: #ff5c00;
}
.cid-svjEyUeuVG {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-svjEyUeuVG .title {
  padding-bottom: 2.5rem;
}
.cid-svjEyUeuVG h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-svjEyUeuVG .bottom-line p {
  color: #767676;
}
.cid-svjEyUeuVG .card-wrapper {
  background-color: #ffffff;
  background-color: transparent;
  position: relative;
  justify-content: unset;
}
.cid-svjEyUeuVG .card-wrapper .card-box {
  width: 100%;
}
.cid-svjEyUeuVG .card-wrapper .card-box .wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.cid-svjEyUeuVG .card-wrapper .card-box .wrapper .top-line {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-svjEyUeuVG .card-wrapper .card-box .wrapper .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-svjEyUeuVG .card-wrapper .card-box .wrapper .bottom-line {
    width: 100%;
  }
  .cid-svjEyUeuVG .card-wrapper .card-box .wrapper .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
@media (max-width: 767px) {
  .cid-svjEyUeuVG .card.pb-5 {
    padding-bottom: 2rem !important;
  }
  .cid-svjEyUeuVG .wrapper {
    padding-top: 1rem;
  }
}
.cid-svjEyUeuVG .counter-container {
  color: #767676;
}
.cid-svjEyUeuVG .counter-container ul {
  margin-bottom: 0;
}
.cid-svjEyUeuVG .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-svjEyUeuVG .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-svjEyUeuVG .card-title {
  color: #0c0691;
}
.cid-svjEyUeuVG H2 {
  color: #0c0691;
}
.cid-svjEyUeuVG .cost {
  color: #ff5c00;
}
.cid-tux4KOlZty {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tux4KOlZty .mbr-section-subtitle {
  color: #767676;
}
.cid-tux4KOlZty H2 {
  color: #ffffff;
}
.cid-tux4JvepvS {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tux4JvepvS .card-img {
  background-color: #fff;
}
.cid-tux4JvepvS .card {
  align-self: stretch;
}
.cid-tux4JvepvS .card-box {
  padding: 1rem;
  background-color: #ffffff;
}
.cid-tux4JvepvS h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tux4JvepvS p {
  text-align: left;
}
.cid-tux4JvepvS .mbr-text {
  color: #767676;
}
.cid-tux4JvepvS .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tux4JvepvS .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tux4JvepvS .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tux4JvepvS .mbr-section-btn {
  padding-top: 0.5rem;
}
.cid-tux4JvepvS .mbr-section-btn a {
  margin-top: 0.5rem;
  margin-bottom: 0;
}
.cid-tux4JvepvS .card-title {
  text-align: center;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-svc2urBpy0 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svc2urBpy0 .nav-item,
.cid-svc2urBpy0 .nav-link,
.cid-svc2urBpy0 .navbar-caption {
  font-weight: normal;
}
.cid-svc2urBpy0 .nav-item:focus,
.cid-svc2urBpy0 .nav-link:focus {
  outline: none;
}
.cid-svc2urBpy0 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-svc2urBpy0 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-svc2urBpy0 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svc2urBpy0 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-svc2urBpy0 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-svc2urBpy0 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-svc2urBpy0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-svc2urBpy0 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-svc2urBpy0 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-svc2urBpy0 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-svc2urBpy0 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-svc2urBpy0 .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-svc2urBpy0 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-svc2urBpy0 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-svc2urBpy0 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-svc2urBpy0 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-svc2urBpy0 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-svc2urBpy0 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-svc2urBpy0 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-svc2urBpy0 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-svc2urBpy0 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-svc2urBpy0 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-svc2urBpy0 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-svc2urBpy0 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-svc2urBpy0 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-svc2urBpy0 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-svc2urBpy0 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-svc2urBpy0 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-svc2urBpy0 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-svc2urBpy0 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-svc2urBpy0 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-svc2urBpy0 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-svc2urBpy0 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-svc2urBpy0 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-svc2urBpy0 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-svc2urBpy0 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-svc2urBpy0 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-svc2urBpy0 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-svc2urBpy0 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-svc2urBpy0 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-svc2urBpy0 .dropdown-item.active,
.cid-svc2urBpy0 .dropdown-item:active {
  background-color: transparent;
}
.cid-svc2urBpy0 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-svc2urBpy0 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-svc2urBpy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-svc2urBpy0 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-svc2urBpy0 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-svc2urBpy0 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-svc2urBpy0 .navbar-buttons {
  text-align: center;
}
.cid-svc2urBpy0 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-svc2urBpy0 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-svc2urBpy0 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-svc2urBpy0 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-svc2urBpy0 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-svc2urBpy0 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-svc2urBpy0 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svc2urBpy0 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-svc2urBpy0 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-svc2urBpy0 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-svc2urBpy0 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-svc2urBpy0 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-svc2urBpy0 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-svc2urBpy0 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-svc2urBpy0 .soc-item {
  margin: .5rem .3rem;
}
.cid-svc2urBpy0 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-svc2urBpy0 .navbar {
    height: 77px;
  }
  .cid-svc2urBpy0 .navbar.opened {
    height: auto;
  }
  .cid-svc2urBpy0 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-svcrREc14e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-svcrREc14e H1 {
  color: #ff5c00;
}
.cid-svcqQPIF5e {
  padding-top: 90px;
  padding-bottom: 90px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-svcqQPIF5e .media-container-row {
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
}
@media (min-width: 992px) {
  .cid-svcqQPIF5e .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-svcqQPIF5e .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-svcqQPIF5e .mbr-text {
    text-align: center;
  }
}
.cid-svcqQPIF5e H1 {
  color: #232323;
}
.cid-svcqQPIF5e .mbr-text,
.cid-svcqQPIF5e .mbr-section-btn {
  color: #333333;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-syRx99rhYi .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syRx99rhYi .nav-item,
.cid-syRx99rhYi .nav-link,
.cid-syRx99rhYi .navbar-caption {
  font-weight: normal;
}
.cid-syRx99rhYi .nav-item:focus,
.cid-syRx99rhYi .nav-link:focus {
  outline: none;
}
.cid-syRx99rhYi .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-syRx99rhYi .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-syRx99rhYi .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syRx99rhYi .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-syRx99rhYi .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-syRx99rhYi .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-syRx99rhYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-syRx99rhYi .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-syRx99rhYi .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-syRx99rhYi .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-syRx99rhYi .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-syRx99rhYi .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-syRx99rhYi .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-syRx99rhYi .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-syRx99rhYi .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-syRx99rhYi .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-syRx99rhYi .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-syRx99rhYi .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-syRx99rhYi .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-syRx99rhYi .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-syRx99rhYi .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-syRx99rhYi .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-syRx99rhYi .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-syRx99rhYi .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-syRx99rhYi .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-syRx99rhYi .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-syRx99rhYi .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-syRx99rhYi .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-syRx99rhYi .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-syRx99rhYi .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-syRx99rhYi .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-syRx99rhYi .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-syRx99rhYi .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-syRx99rhYi .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-syRx99rhYi .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-syRx99rhYi .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-syRx99rhYi .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-syRx99rhYi .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-syRx99rhYi .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-syRx99rhYi .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-syRx99rhYi .dropdown-item.active,
.cid-syRx99rhYi .dropdown-item:active {
  background-color: transparent;
}
.cid-syRx99rhYi .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-syRx99rhYi .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-syRx99rhYi .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-syRx99rhYi .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-syRx99rhYi .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-syRx99rhYi ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-syRx99rhYi .navbar-buttons {
  text-align: center;
}
.cid-syRx99rhYi button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-syRx99rhYi button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-syRx99rhYi button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-syRx99rhYi button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-syRx99rhYi button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-syRx99rhYi button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-syRx99rhYi nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syRx99rhYi nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-syRx99rhYi nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-syRx99rhYi nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-syRx99rhYi .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-syRx99rhYi a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-syRx99rhYi .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-syRx99rhYi .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-syRx99rhYi .soc-item {
  margin: .5rem .3rem;
}
.cid-syRx99rhYi .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-syRx99rhYi .navbar {
    height: 77px;
  }
  .cid-syRx99rhYi .navbar.opened {
    height: auto;
  }
  .cid-syRx99rhYi .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-syRx9alAPb {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-syRx9alAPb .mbr-section-title,
.cid-syRx9alAPb .mbr-section-subtitle {
  color: #000000;
}
.cid-syRx9alAPb .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 15px blue, 0 0 5px black;
}
.cid-syRx9alAPb .mbr-text,
.cid-syRx9alAPb .typed-text,
.cid-syRx9alAPb .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-syRx9alAPb .btn {
  margin-left: 4px !important;
}
.cid-syRx9alAPb .animated-element {
  color: #f7ed4a;
}
.cid-syRx9alAPb .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-syRx9alAPb .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-syRx9alAPb .typed-text,
  .cid-syRx9alAPb .mbr-section-subtitle,
  .cid-syRx9alAPb .mbr-section-text,
  .cid-syRx9alAPb .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-syRx9alAPb .mbr-section-text,
.cid-syRx9alAPb .mbr-section-btn {
  color: #ffffff;
}
.cid-syRx9alAPb .mbr-section-subtitle,
.cid-syRx9alAPb .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-syRx9alAPb #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-syRx9alAPb P1 {
  color: YELLOW;
}
.cid-sDuOhJOGQc {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sDuOhJOGQc H1 {
  color: #ffffff;
}
.cid-sDuOhJOGQc .mbr-text,
.cid-sDuOhJOGQc .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
.cid-sDuOhJOGQc P1 {
  color: red;
}
.cid-sFbpPFPNi4 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #091d62;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sFbpPFPNi4 .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sFbpPFPNi4 .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sFbpPFPNi4 .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sFbpPFPNi4 .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sFbpPFPNi4 .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sFbpPFPNi4 .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sFbpPFPNi4 .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sFbpPFPNi4 .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sFbpPFPNi4 .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sFbqla1jbr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
.cid-sDi7UQFKJ8 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-sDi7UQFKJ8 .card-box {
  padding: 0 2rem;
}
.cid-sDi7UQFKJ8 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sDi7UQFKJ8 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sDi7UQFKJ8 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sDi7UQFKJ8 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sDi7UQFKJ8 .mbr-text {
  color: #767676;
}
.cid-sDi7UQFKJ8 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sDi7UQFKJ8 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sFhwRMvVfo {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sFhwRMvVfo .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-sFhwRMvVfo .pricing {
    padding: 1.5rem;
  }
}
.cid-sFhwRMvVfo .plan-header,
.cid-sFhwRMvVfo .plan-body {
  background-color: #fff;
}
.cid-sFhwRMvVfo .plan-title {
  margin-top: 1.4rem;
  color: #ff5c00;
}
.cid-sFhwRMvVfo .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-sFhwRMvVfo .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sFhwRMvVfo .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #cc2952;
}
.cid-sFhwRMvVfo hr {
  margin: 2rem 0;
}
.cid-sFhwRMvVfo .mbr-text,
.cid-sFhwRMvVfo blockquote {
  color: #767676;
}
.cid-sFhwRMvVfo blockquote {
  background-color: #efefef;
  border-color: #55b4d4;
  border-width: 6px;
  margin-bottom: 0px;
  border-radius: 0px 25px 25px 0px;
}
.cid-sFhwRMvVfo H2 {
  color: #212529;
}
.cid-sFhPA9OXlw {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sFhPA9OXlw P1 {
  color: red;
}
.cid-sGZgCgVHAu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGZgCgVHAu .card {
  align-self: stretch;
}
.cid-sGZgCgVHAu .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sGZgCgVHAu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGZgCgVHAu p {
  color: #767676;
  text-align: left;
}
.cid-sGZgCgVHAu .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGZgCgVHAu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGZgCgVHAu .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sGZgCgVHAu P {
  text-align: left;
}
.cid-sFiHzriaB7 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sFiHzriaB7 P1 {
  color: red;
}
.cid-sFiOAlu2Ac {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
@media (min-width: 992px) {
  .cid-sFiOAlu2Ac .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sFiOAlu2Ac .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sFiOAlu2Ac .mbr-text {
    text-align: center;
  }
}
.cid-sFiOAlu2Ac .mbr-text,
.cid-sFiOAlu2Ac .mbr-section-btn {
  text-align: left;
}
.cid-sDABD3rrcx {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sDABD3rrcx .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sDABD3rrcx .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sDABD3rrcx .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sDABD3rrcx .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sDABD3rrcx .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-sDABD3rrcx .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sDABD3rrcx .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sDABD3rrcx .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sDABD3rrcx .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-sDABD3rrcx .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-sGNRVzrLOF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGNRVzrLOF .mbr-section-subtitle {
  color: #767676;
}
.cid-sGNRVzrLOF .btn {
  margin: 0 0 .5rem 0;
}
.cid-tuvmOwka9S {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tuvmOwka9S .mbr-section-subtitle {
  color: #767676;
}
.cid-tuvmOwka9S H2 {
  color: #ffffff;
}
.cid-tuGmYmAqDa {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuGmYmAqDa .card-img {
  background-color: #fff;
}
.cid-tuGmYmAqDa .card {
  align-self: stretch;
}
.cid-tuGmYmAqDa .card-box {
  padding: 2rem;
}
.cid-tuGmYmAqDa h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tuGmYmAqDa p {
  text-align: left;
}
.cid-tuGmYmAqDa .mbr-text {
  color: #767676;
}
.cid-tuGmYmAqDa .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tuGmYmAqDa .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tuGmYmAqDa .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sFncHpjZXZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFncHpjZXZ .nav-item,
.cid-sFncHpjZXZ .nav-link,
.cid-sFncHpjZXZ .navbar-caption {
  font-weight: normal;
}
.cid-sFncHpjZXZ .nav-item:focus,
.cid-sFncHpjZXZ .nav-link:focus {
  outline: none;
}
.cid-sFncHpjZXZ .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sFncHpjZXZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sFncHpjZXZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFncHpjZXZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFncHpjZXZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFncHpjZXZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFncHpjZXZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFncHpjZXZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFncHpjZXZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFncHpjZXZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFncHpjZXZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sFncHpjZXZ .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sFncHpjZXZ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFncHpjZXZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFncHpjZXZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFncHpjZXZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFncHpjZXZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sFncHpjZXZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFncHpjZXZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFncHpjZXZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFncHpjZXZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFncHpjZXZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFncHpjZXZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFncHpjZXZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFncHpjZXZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFncHpjZXZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFncHpjZXZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFncHpjZXZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFncHpjZXZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFncHpjZXZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFncHpjZXZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sFncHpjZXZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sFncHpjZXZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFncHpjZXZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFncHpjZXZ .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sFncHpjZXZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFncHpjZXZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFncHpjZXZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFncHpjZXZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFncHpjZXZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFncHpjZXZ .dropdown-item.active,
.cid-sFncHpjZXZ .dropdown-item:active {
  background-color: transparent;
}
.cid-sFncHpjZXZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFncHpjZXZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFncHpjZXZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sFncHpjZXZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFncHpjZXZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFncHpjZXZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFncHpjZXZ .navbar-buttons {
  text-align: center;
}
.cid-sFncHpjZXZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFncHpjZXZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFncHpjZXZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFncHpjZXZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFncHpjZXZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFncHpjZXZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFncHpjZXZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFncHpjZXZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFncHpjZXZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFncHpjZXZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFncHpjZXZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFncHpjZXZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFncHpjZXZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sFncHpjZXZ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFncHpjZXZ .soc-item {
  margin: .5rem .3rem;
}
.cid-sFncHpjZXZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFncHpjZXZ .navbar {
    height: 77px;
  }
  .cid-sFncHpjZXZ .navbar.opened {
    height: auto;
  }
  .cid-sFncHpjZXZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFncHqRKrS {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sFncHqRKrS .mbr-section-title,
.cid-sFncHqRKrS .mbr-section-subtitle {
  color: #000000;
}
.cid-sFncHqRKrS .mbr-section-text {
  color: #232323;
  text-shadow: 0 0 8px #0a1e65;
}
.cid-sFncHqRKrS .mbr-text,
.cid-sFncHqRKrS .typed-text,
.cid-sFncHqRKrS .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sFncHqRKrS .btn {
  margin-left: 4px !important;
}
.cid-sFncHqRKrS .animated-element {
  color: #f7ed4a;
}
.cid-sFncHqRKrS .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sFncHqRKrS .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sFncHqRKrS .typed-text,
  .cid-sFncHqRKrS .mbr-section-subtitle,
  .cid-sFncHqRKrS .mbr-section-text,
  .cid-sFncHqRKrS .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-sFncHqRKrS .mbr-section-text,
.cid-sFncHqRKrS .mbr-section-btn {
  color: #ffffff;
}
.cid-sFncHqRKrS .mbr-section-subtitle,
.cid-sFncHqRKrS .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sFncHqRKrS #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sFncHqRKrS P1 {
  color: YELLOW;
}
.cid-sFnevybG8i {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sCFGP2vUql .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFGP2vUql .nav-item,
.cid-sCFGP2vUql .nav-link,
.cid-sCFGP2vUql .navbar-caption {
  font-weight: normal;
}
.cid-sCFGP2vUql .nav-item:focus,
.cid-sCFGP2vUql .nav-link:focus {
  outline: none;
}
.cid-sCFGP2vUql .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sCFGP2vUql .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sCFGP2vUql .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFGP2vUql .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sCFGP2vUql .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sCFGP2vUql .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sCFGP2vUql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sCFGP2vUql .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sCFGP2vUql .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sCFGP2vUql .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sCFGP2vUql .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sCFGP2vUql .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sCFGP2vUql .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sCFGP2vUql .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sCFGP2vUql .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sCFGP2vUql .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sCFGP2vUql .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sCFGP2vUql .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sCFGP2vUql .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sCFGP2vUql .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sCFGP2vUql .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sCFGP2vUql .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sCFGP2vUql .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sCFGP2vUql .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sCFGP2vUql .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sCFGP2vUql .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sCFGP2vUql .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sCFGP2vUql .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sCFGP2vUql .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sCFGP2vUql .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sCFGP2vUql .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sCFGP2vUql .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sCFGP2vUql .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sCFGP2vUql .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sCFGP2vUql .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sCFGP2vUql .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sCFGP2vUql .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sCFGP2vUql .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sCFGP2vUql .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sCFGP2vUql .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sCFGP2vUql .dropdown-item.active,
.cid-sCFGP2vUql .dropdown-item:active {
  background-color: transparent;
}
.cid-sCFGP2vUql .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sCFGP2vUql .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sCFGP2vUql .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sCFGP2vUql .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sCFGP2vUql .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sCFGP2vUql ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sCFGP2vUql .navbar-buttons {
  text-align: center;
}
.cid-sCFGP2vUql button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sCFGP2vUql button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sCFGP2vUql button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sCFGP2vUql button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sCFGP2vUql button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sCFGP2vUql button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sCFGP2vUql nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCFGP2vUql nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sCFGP2vUql nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sCFGP2vUql nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sCFGP2vUql .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sCFGP2vUql a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sCFGP2vUql .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sCFGP2vUql .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sCFGP2vUql .soc-item {
  margin: .5rem .3rem;
}
.cid-sCFGP2vUql .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sCFGP2vUql .navbar {
    height: 77px;
  }
  .cid-sCFGP2vUql .navbar.opened {
    height: auto;
  }
  .cid-sCFGP2vUql .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sCFGP3wZrF {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sCFGP3wZrF .mbr-section-title,
.cid-sCFGP3wZrF .mbr-section-subtitle {
  color: #000000;
}
.cid-sCFGP3wZrF .mbr-section-text {
  color: #232323;
  text-shadow: 0 0 8px #0a1e65;
}
.cid-sCFGP3wZrF .mbr-text,
.cid-sCFGP3wZrF .typed-text,
.cid-sCFGP3wZrF .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sCFGP3wZrF .btn {
  margin-left: 4px !important;
}
.cid-sCFGP3wZrF .animated-element {
  color: #f7ed4a;
}
.cid-sCFGP3wZrF .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sCFGP3wZrF .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sCFGP3wZrF .typed-text,
  .cid-sCFGP3wZrF .mbr-section-subtitle,
  .cid-sCFGP3wZrF .mbr-section-text,
  .cid-sCFGP3wZrF .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-sCFGP3wZrF .mbr-section-text,
.cid-sCFGP3wZrF .mbr-section-btn {
  color: #ffffff;
}
.cid-sCFGP3wZrF .mbr-section-subtitle,
.cid-sCFGP3wZrF .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sCFGP3wZrF #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sCFGP3wZrF P1 {
  color: YELLOW;
}
.cid-sCFGP3wZrF P2 {
  color: blue;
}
.cid-sFoblGojmF {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sFog1fVohd .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFog1fVohd .nav-item,
.cid-sFog1fVohd .nav-link,
.cid-sFog1fVohd .navbar-caption {
  font-weight: normal;
}
.cid-sFog1fVohd .nav-item:focus,
.cid-sFog1fVohd .nav-link:focus {
  outline: none;
}
.cid-sFog1fVohd .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sFog1fVohd .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sFog1fVohd .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFog1fVohd .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFog1fVohd .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFog1fVohd .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFog1fVohd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFog1fVohd .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFog1fVohd .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFog1fVohd .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFog1fVohd .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sFog1fVohd .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sFog1fVohd .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFog1fVohd .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFog1fVohd .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFog1fVohd .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFog1fVohd .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sFog1fVohd .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFog1fVohd .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFog1fVohd .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFog1fVohd .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFog1fVohd .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFog1fVohd .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFog1fVohd .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFog1fVohd .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFog1fVohd .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFog1fVohd .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFog1fVohd .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFog1fVohd .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFog1fVohd .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFog1fVohd .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sFog1fVohd .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sFog1fVohd .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFog1fVohd .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFog1fVohd .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sFog1fVohd .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFog1fVohd .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFog1fVohd .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFog1fVohd .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFog1fVohd .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFog1fVohd .dropdown-item.active,
.cid-sFog1fVohd .dropdown-item:active {
  background-color: transparent;
}
.cid-sFog1fVohd .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFog1fVohd .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFog1fVohd .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sFog1fVohd .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFog1fVohd .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFog1fVohd ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFog1fVohd .navbar-buttons {
  text-align: center;
}
.cid-sFog1fVohd button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFog1fVohd button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFog1fVohd button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFog1fVohd button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFog1fVohd button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFog1fVohd button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFog1fVohd nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFog1fVohd nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFog1fVohd nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFog1fVohd nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFog1fVohd .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFog1fVohd a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFog1fVohd .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sFog1fVohd .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFog1fVohd .soc-item {
  margin: .5rem .3rem;
}
.cid-sFog1fVohd .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFog1fVohd .navbar {
    height: 77px;
  }
  .cid-sFog1fVohd .navbar.opened {
    height: auto;
  }
  .cid-sFog1fVohd .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFog1gJcYF {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sFog1gJcYF .mbr-section-title,
.cid-sFog1gJcYF .mbr-section-subtitle {
  color: #000000;
}
.cid-sFog1gJcYF .mbr-section-text {
  color: #232323;
  text-shadow: 0 0 8px #0a1e65;
}
.cid-sFog1gJcYF .mbr-text,
.cid-sFog1gJcYF .typed-text,
.cid-sFog1gJcYF .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sFog1gJcYF .btn {
  margin-left: 4px !important;
}
.cid-sFog1gJcYF .animated-element {
  color: #f7ed4a;
}
.cid-sFog1gJcYF .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sFog1gJcYF .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sFog1gJcYF .typed-text,
  .cid-sFog1gJcYF .mbr-section-subtitle,
  .cid-sFog1gJcYF .mbr-section-text,
  .cid-sFog1gJcYF .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-sFog1gJcYF .mbr-section-text,
.cid-sFog1gJcYF .mbr-section-btn {
  color: #ffffff;
}
.cid-sFog1gJcYF .mbr-section-subtitle,
.cid-sFog1gJcYF .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sFog1gJcYF #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sFog1gJcYF P1 {
  color: YELLOW;
}
.cid-sFog1gJcYF P2 {
  color: black;
}
.cid-sFog1hymh5 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sFpOHjZYBf .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFpOHjZYBf .nav-item,
.cid-sFpOHjZYBf .nav-link,
.cid-sFpOHjZYBf .navbar-caption {
  font-weight: normal;
}
.cid-sFpOHjZYBf .nav-item:focus,
.cid-sFpOHjZYBf .nav-link:focus {
  outline: none;
}
.cid-sFpOHjZYBf .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sFpOHjZYBf .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sFpOHjZYBf .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFpOHjZYBf .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFpOHjZYBf .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFpOHjZYBf .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFpOHjZYBf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFpOHjZYBf .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFpOHjZYBf .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFpOHjZYBf .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFpOHjZYBf .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sFpOHjZYBf .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sFpOHjZYBf .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFpOHjZYBf .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFpOHjZYBf .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFpOHjZYBf .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFpOHjZYBf .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sFpOHjZYBf .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFpOHjZYBf .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFpOHjZYBf .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFpOHjZYBf .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFpOHjZYBf .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFpOHjZYBf .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFpOHjZYBf .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFpOHjZYBf .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFpOHjZYBf .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFpOHjZYBf .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFpOHjZYBf .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFpOHjZYBf .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFpOHjZYBf .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFpOHjZYBf .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sFpOHjZYBf .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sFpOHjZYBf .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFpOHjZYBf .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFpOHjZYBf .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sFpOHjZYBf .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFpOHjZYBf .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFpOHjZYBf .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFpOHjZYBf .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFpOHjZYBf .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFpOHjZYBf .dropdown-item.active,
.cid-sFpOHjZYBf .dropdown-item:active {
  background-color: transparent;
}
.cid-sFpOHjZYBf .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFpOHjZYBf .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFpOHjZYBf .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sFpOHjZYBf .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFpOHjZYBf .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFpOHjZYBf ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFpOHjZYBf .navbar-buttons {
  text-align: center;
}
.cid-sFpOHjZYBf button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFpOHjZYBf button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFpOHjZYBf button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFpOHjZYBf button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFpOHjZYBf button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFpOHjZYBf button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFpOHjZYBf nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFpOHjZYBf nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFpOHjZYBf nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFpOHjZYBf nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFpOHjZYBf .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFpOHjZYBf a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFpOHjZYBf .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sFpOHjZYBf .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFpOHjZYBf .soc-item {
  margin: .5rem .3rem;
}
.cid-sFpOHjZYBf .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFpOHjZYBf .navbar {
    height: 77px;
  }
  .cid-sFpOHjZYBf .navbar.opened {
    height: auto;
  }
  .cid-sFpOHjZYBf .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFpOHl55Za {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sFpOHl55Za .mbr-section-title,
.cid-sFpOHl55Za .mbr-section-subtitle {
  color: #000000;
}
.cid-sFpOHl55Za .mbr-section-text {
  color: #232323;
  text-shadow: 0 0 8px #0a1e65;
}
.cid-sFpOHl55Za .mbr-text,
.cid-sFpOHl55Za .typed-text,
.cid-sFpOHl55Za .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sFpOHl55Za .btn {
  margin-left: 4px !important;
}
.cid-sFpOHl55Za .animated-element {
  color: #f7ed4a;
}
.cid-sFpOHl55Za .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sFpOHl55Za .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sFpOHl55Za .typed-text,
  .cid-sFpOHl55Za .mbr-section-subtitle,
  .cid-sFpOHl55Za .mbr-section-text,
  .cid-sFpOHl55Za .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-sFpOHl55Za .mbr-section-text,
.cid-sFpOHl55Za .mbr-section-btn {
  color: #ffffff;
}
.cid-sFpOHl55Za .mbr-section-subtitle,
.cid-sFpOHl55Za .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sFpOHl55Za #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sFpOHl55Za P1 {
  color: YELLOW;
}
.cid-sFpOHl55Za P11 {
  color: #4285F4;
}
.cid-sFpOHl55Za P12 {
  color: #DB4437;
}
.cid-sFpOHl55Za P13 {
  color: #F4B400;
}
.cid-sFpOHl55Za P14 {
  color: #0F9D58;
}
.cid-sFpOHlMmH4 {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sFpOyRIf1v .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFpOyRIf1v .nav-item,
.cid-sFpOyRIf1v .nav-link,
.cid-sFpOyRIf1v .navbar-caption {
  font-weight: normal;
}
.cid-sFpOyRIf1v .nav-item:focus,
.cid-sFpOyRIf1v .nav-link:focus {
  outline: none;
}
.cid-sFpOyRIf1v .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sFpOyRIf1v .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sFpOyRIf1v .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFpOyRIf1v .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sFpOyRIf1v .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sFpOyRIf1v .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sFpOyRIf1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sFpOyRIf1v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sFpOyRIf1v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sFpOyRIf1v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sFpOyRIf1v .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sFpOyRIf1v .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sFpOyRIf1v .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sFpOyRIf1v .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sFpOyRIf1v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sFpOyRIf1v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sFpOyRIf1v .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sFpOyRIf1v .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sFpOyRIf1v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sFpOyRIf1v .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sFpOyRIf1v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sFpOyRIf1v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sFpOyRIf1v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sFpOyRIf1v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sFpOyRIf1v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sFpOyRIf1v .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sFpOyRIf1v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sFpOyRIf1v .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sFpOyRIf1v .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sFpOyRIf1v .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sFpOyRIf1v .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sFpOyRIf1v .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sFpOyRIf1v .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sFpOyRIf1v .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sFpOyRIf1v .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sFpOyRIf1v .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sFpOyRIf1v .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sFpOyRIf1v .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sFpOyRIf1v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sFpOyRIf1v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sFpOyRIf1v .dropdown-item.active,
.cid-sFpOyRIf1v .dropdown-item:active {
  background-color: transparent;
}
.cid-sFpOyRIf1v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sFpOyRIf1v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sFpOyRIf1v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sFpOyRIf1v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sFpOyRIf1v .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sFpOyRIf1v ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sFpOyRIf1v .navbar-buttons {
  text-align: center;
}
.cid-sFpOyRIf1v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sFpOyRIf1v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sFpOyRIf1v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sFpOyRIf1v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sFpOyRIf1v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sFpOyRIf1v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sFpOyRIf1v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFpOyRIf1v nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sFpOyRIf1v nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sFpOyRIf1v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sFpOyRIf1v .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sFpOyRIf1v a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sFpOyRIf1v .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sFpOyRIf1v .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sFpOyRIf1v .soc-item {
  margin: .5rem .3rem;
}
.cid-sFpOyRIf1v .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sFpOyRIf1v .navbar {
    height: 77px;
  }
  .cid-sFpOyRIf1v .navbar.opened {
    height: auto;
  }
  .cid-sFpOyRIf1v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sFpOySLckX {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sFpOySLckX .mbr-section-title,
.cid-sFpOySLckX .mbr-section-subtitle {
  color: #000000;
}
.cid-sFpOySLckX .mbr-section-text {
  color: #232323;
  text-shadow: 0 0 8px #0a1e65;
}
.cid-sFpOySLckX .mbr-text,
.cid-sFpOySLckX .typed-text,
.cid-sFpOySLckX .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sFpOySLckX .btn {
  margin-left: 4px !important;
}
.cid-sFpOySLckX .animated-element {
  color: #f7ed4a;
}
.cid-sFpOySLckX .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sFpOySLckX .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sFpOySLckX .typed-text,
  .cid-sFpOySLckX .mbr-section-subtitle,
  .cid-sFpOySLckX .mbr-section-text,
  .cid-sFpOySLckX .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-sFpOySLckX .mbr-section-text,
.cid-sFpOySLckX .mbr-section-btn {
  color: #ffffff;
}
.cid-sFpOySLckX .mbr-section-subtitle,
.cid-sFpOySLckX .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sFpOySLckX #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sFpOySLckX P1 {
  color: YELLOW;
}
.cid-sFpOySLckX P2 {
  color: Green;
}
.cid-sFpOyTUF6H {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #efefef;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sGjAOT3PQH .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGjAOT3PQH .nav-item,
.cid-sGjAOT3PQH .nav-link,
.cid-sGjAOT3PQH .navbar-caption {
  font-weight: normal;
}
.cid-sGjAOT3PQH .nav-item:focus,
.cid-sGjAOT3PQH .nav-link:focus {
  outline: none;
}
.cid-sGjAOT3PQH .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sGjAOT3PQH .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sGjAOT3PQH .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGjAOT3PQH .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGjAOT3PQH .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGjAOT3PQH .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sGjAOT3PQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGjAOT3PQH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGjAOT3PQH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGjAOT3PQH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGjAOT3PQH .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sGjAOT3PQH .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sGjAOT3PQH .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sGjAOT3PQH .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGjAOT3PQH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGjAOT3PQH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGjAOT3PQH .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sGjAOT3PQH .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGjAOT3PQH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGjAOT3PQH .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGjAOT3PQH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGjAOT3PQH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGjAOT3PQH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGjAOT3PQH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGjAOT3PQH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGjAOT3PQH .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGjAOT3PQH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGjAOT3PQH .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGjAOT3PQH .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGjAOT3PQH .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGjAOT3PQH .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sGjAOT3PQH .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGjAOT3PQH .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGjAOT3PQH .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGjAOT3PQH .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sGjAOT3PQH .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGjAOT3PQH .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGjAOT3PQH .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGjAOT3PQH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGjAOT3PQH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGjAOT3PQH .dropdown-item.active,
.cid-sGjAOT3PQH .dropdown-item:active {
  background-color: transparent;
}
.cid-sGjAOT3PQH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGjAOT3PQH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGjAOT3PQH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sGjAOT3PQH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGjAOT3PQH .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGjAOT3PQH ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGjAOT3PQH .navbar-buttons {
  text-align: center;
}
.cid-sGjAOT3PQH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGjAOT3PQH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGjAOT3PQH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGjAOT3PQH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGjAOT3PQH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGjAOT3PQH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGjAOT3PQH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGjAOT3PQH nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGjAOT3PQH nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGjAOT3PQH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGjAOT3PQH .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGjAOT3PQH a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGjAOT3PQH .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sGjAOT3PQH .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sGjAOT3PQH .soc-item {
  margin: .5rem .3rem;
}
.cid-sGjAOT3PQH .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGjAOT3PQH .navbar {
    height: 77px;
  }
  .cid-sGjAOT3PQH .navbar.opened {
    height: auto;
  }
  .cid-sGjAOT3PQH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGjAOTFzJn {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sGjAOTFzJn .mbr-section-title,
.cid-sGjAOTFzJn .mbr-section-subtitle {
  color: #000000;
  text-shadow: 0 0 8px #0a1e65;
}
.cid-sGjAOTFzJn .mbr-section-text {
  color: #232323;
  text-shadow: 0 0 8px #0a1e65;
}
.cid-sGjAOTFzJn .mbr-text,
.cid-sGjAOTFzJn .typed-text,
.cid-sGjAOTFzJn .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sGjAOTFzJn .btn {
  margin-left: 4px !important;
}
.cid-sGjAOTFzJn .animated-element {
  color: #f7ed4a;
}
.cid-sGjAOTFzJn .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sGjAOTFzJn .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sGjAOTFzJn .typed-text,
  .cid-sGjAOTFzJn .mbr-section-subtitle,
  .cid-sGjAOTFzJn .mbr-section-text,
  .cid-sGjAOTFzJn .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-sGjAOTFzJn .mbr-section-text,
.cid-sGjAOTFzJn .mbr-section-btn {
  color: #ffffff;
}
.cid-sGjAOTFzJn .mbr-section-subtitle,
.cid-sGjAOTFzJn .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sGjAOTFzJn #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sGjAOTFzJn P1 {
  color: YELLOW;
}
.cid-sJ9gCPKKQm {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #091d62;
}
.cid-sJ9gCPKKQm .mbr-section-subtitle {
  color: #efefef;
}
.cid-sJ9gCPKKQm H2 {
  color: #ffffff;
}
.cid-sJ9gCPKKQm P1 {
  color: red;
}
.cid-sJ9fQRroJB {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
@media (min-width: 992px) {
  .cid-sJ9fQRroJB .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sJ9fQRroJB .mbr-figure {
    padding-bottom: 3rem;
  }
}
.cid-sJ9fQRroJB .mbr-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sJ9fQRroJB .mbr-text {
    text-align: center;
  }
}
.cid-sJ9fQRroJB .counter-container {
  color: white;
}
.cid-sJ9fQRroJB .counter-container ul {
  margin-bottom: 0;
}
.cid-sJ9fQRroJB .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sJ9fQRroJB .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff5c00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sJ9fQRroJB H1 {
  color: #ffffff;
}
.cid-sJ9fQRroJB DIV {
  color: #ffffff;
}
.cid-sIjmApTKL6 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIjmApTKL6 .mbr-section-subtitle {
  color: #767676;
}
.cid-sIjoi6e5sA {
  padding-top: 0px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-sIjoi6e5sA .card-box {
  padding: 1rem 2rem 2rem;
}
.cid-sIjoi6e5sA h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sIjoi6e5sA p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
  padding-top: 2rem;
}
.cid-sIjoi6e5sA .mbr-section-btn {
  padding-top: 2.5rem;
}
.cid-sIjoi6e5sA .mbr-section-btn a {
  margin: 0;
}
.cid-sIjoi6e5sA .mbr-text {
  color: #767676;
}
.cid-sIjoi6e5sA .card-wrapper {
  height: 100%;
}
@media (max-width: 767px) {
  .cid-sIjoi6e5sA .card:not(.last-child) {
    padding-bottom: 2rem;
  }
}
.cid-sIjmBtRDts {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sIjmBtRDts .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-sIjmBtRDts .section-text {
  padding: 2rem 0;
}
.cid-sIjmBtRDts .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-sIjmBtRDts .inner-container {
    width: 100% !important;
  }
}
.cid-sIjKjEAr8a {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sGmmiTPRDa .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGmmiTPRDa .nav-item,
.cid-sGmmiTPRDa .nav-link,
.cid-sGmmiTPRDa .navbar-caption {
  font-weight: normal;
}
.cid-sGmmiTPRDa .nav-item:focus,
.cid-sGmmiTPRDa .nav-link:focus {
  outline: none;
}
.cid-sGmmiTPRDa .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sGmmiTPRDa .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sGmmiTPRDa .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGmmiTPRDa .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGmmiTPRDa .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGmmiTPRDa .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sGmmiTPRDa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGmmiTPRDa .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGmmiTPRDa .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGmmiTPRDa .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGmmiTPRDa .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sGmmiTPRDa .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sGmmiTPRDa .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sGmmiTPRDa .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGmmiTPRDa .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGmmiTPRDa .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGmmiTPRDa .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sGmmiTPRDa .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGmmiTPRDa .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGmmiTPRDa .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGmmiTPRDa .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGmmiTPRDa .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGmmiTPRDa .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGmmiTPRDa .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGmmiTPRDa .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGmmiTPRDa .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGmmiTPRDa .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGmmiTPRDa .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGmmiTPRDa .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGmmiTPRDa .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGmmiTPRDa .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sGmmiTPRDa .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGmmiTPRDa .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGmmiTPRDa .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGmmiTPRDa .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sGmmiTPRDa .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGmmiTPRDa .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGmmiTPRDa .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGmmiTPRDa .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGmmiTPRDa .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGmmiTPRDa .dropdown-item.active,
.cid-sGmmiTPRDa .dropdown-item:active {
  background-color: transparent;
}
.cid-sGmmiTPRDa .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGmmiTPRDa .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGmmiTPRDa .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sGmmiTPRDa .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGmmiTPRDa .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGmmiTPRDa ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGmmiTPRDa .navbar-buttons {
  text-align: center;
}
.cid-sGmmiTPRDa button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGmmiTPRDa button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGmmiTPRDa button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGmmiTPRDa button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGmmiTPRDa button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGmmiTPRDa button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGmmiTPRDa nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGmmiTPRDa nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGmmiTPRDa nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGmmiTPRDa nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGmmiTPRDa .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGmmiTPRDa a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGmmiTPRDa .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sGmmiTPRDa .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sGmmiTPRDa .soc-item {
  margin: .5rem .3rem;
}
.cid-sGmmiTPRDa .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGmmiTPRDa .navbar {
    height: 77px;
  }
  .cid-sGmmiTPRDa .navbar.opened {
    height: auto;
  }
  .cid-sGmmiTPRDa .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGmmiV1G4A {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sGmmiV1G4A .mbr-section-title,
.cid-sGmmiV1G4A .mbr-section-subtitle {
  color: #000000;
}
.cid-sGmmiV1G4A .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 15px blue, 0 0 5px black;
}
.cid-sGmmiV1G4A .mbr-text,
.cid-sGmmiV1G4A .typed-text,
.cid-sGmmiV1G4A .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sGmmiV1G4A .btn {
  margin-left: 4px !important;
}
.cid-sGmmiV1G4A .animated-element {
  color: #f7ed4a;
}
.cid-sGmmiV1G4A .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sGmmiV1G4A .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sGmmiV1G4A .typed-text,
  .cid-sGmmiV1G4A .mbr-section-subtitle,
  .cid-sGmmiV1G4A .mbr-section-text,
  .cid-sGmmiV1G4A .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-sGmmiV1G4A .mbr-section-text,
.cid-sGmmiV1G4A .mbr-section-btn {
  color: #ffffff;
}
.cid-sGmmiV1G4A .mbr-section-subtitle,
.cid-sGmmiV1G4A .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sGmmiV1G4A #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sGmmiV1G4A P1 {
  color: YELLOW;
}
.cid-sGmmiV1G4A P2 {
  color: blue;
}
.cid-sGmmiVTLEz {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGmmiVTLEz H1 {
  color: #ffffff;
}
.cid-sGmmiVTLEz .mbr-text,
.cid-sGmmiVTLEz .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
.cid-sGmmiVTLEz P3 {
  color: Blue;
}
.cid-sGmmiWs2FF {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGmmiWs2FF .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGmmiWs2FF .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGmmiWs2FF .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGmmiWs2FF .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGmmiWs2FF .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGmmiWs2FF .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGmmiWs2FF .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sGmmiWs2FF .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sGmmiWs2FF .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGmmiX9jEO {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
.cid-sGmmiXvE03 {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-sGmmiXvE03 .card-box {
  padding: 0 2rem;
}
.cid-sGmmiXvE03 .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sGmmiXvE03 .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sGmmiXvE03 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sGmmiXvE03 p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sGmmiXvE03 .mbr-text {
  color: #767676;
}
.cid-sGmmiXvE03 .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGmmiXvE03 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGmmiYjfUh {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sGmmiYjfUh .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-sGmmiYjfUh .pricing {
    padding: 1.5rem;
  }
}
.cid-sGmmiYjfUh .plan-header,
.cid-sGmmiYjfUh .plan-body {
  background-color: #fff;
}
.cid-sGmmiYjfUh .plan-title {
  margin-top: 1.4rem;
  color: #ff5c00;
}
.cid-sGmmiYjfUh .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-sGmmiYjfUh .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sGmmiYjfUh .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #cc2952;
}
.cid-sGmmiYjfUh hr {
  margin: 2rem 0;
}
.cid-sGmmiYjfUh .mbr-text,
.cid-sGmmiYjfUh blockquote {
  color: #767676;
}
.cid-sGmmiYjfUh blockquote {
  background-color: #efefef;
  border-color: #55b4d4;
  border-width: 6px;
  margin-bottom: 0px;
  border-radius: 0px 25px 25px 0px;
}
.cid-sGmmiYjfUh H2 {
  color: #212529;
}
.cid-sGmmiYWBaI {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGmmiYWBaI P3 {
  color: blue;
}
.cid-sGpeWT2fpK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGpeWT2fpK .card {
  align-self: stretch;
}
.cid-sGpeWT2fpK .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sGpeWT2fpK h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGpeWT2fpK p {
  color: #767676;
  text-align: left;
}
.cid-sGpeWT2fpK .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGpeWT2fpK .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGpeWT2fpK .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sGpfz8oAVJ {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGpfz8oAVJ .card {
  align-self: stretch;
}
.cid-sGpfz8oAVJ .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sGpfz8oAVJ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGpfz8oAVJ p {
  color: #767676;
  text-align: left;
}
.cid-sGpfz8oAVJ .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGpfz8oAVJ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGpfz8oAVJ .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sGmmj00YyK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGmmj00YyK P3 {
  color: Blue;
}
.cid-sGmmj0oFXu {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
@media (min-width: 992px) {
  .cid-sGmmj0oFXu .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGmmj0oFXu .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sGmmj0oFXu .mbr-text {
    text-align: center;
  }
}
.cid-sGmmj0oFXu .mbr-text,
.cid-sGmmj0oFXu .mbr-section-btn {
  text-align: left;
}
.cid-sGmmj0Y8Wn {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGmmj0Y8Wn .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sGmmj0Y8Wn .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sGmmj0Y8Wn .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sGmmj0Y8Wn .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sGmmj0Y8Wn .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-sGmmj0Y8Wn .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sGmmj0Y8Wn .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sGmmj0Y8Wn .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sGmmj0Y8Wn .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-sGmmj0Y8Wn .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-sGJ0aIBdBi {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGJ0aIBdBi .mbr-section-subtitle {
  color: #767676;
}
.cid-sGJ0aIBdBi .btn {
  margin: 0 0 .5rem 0;
}
.cid-tuwU6GK5wW {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tuwU6GK5wW .mbr-section-subtitle {
  color: #767676;
}
.cid-tuwU6GK5wW H2 {
  color: #ffffff;
}
.cid-tuGotTVmIZ {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuGotTVmIZ .card-img {
  background-color: #fff;
}
.cid-tuGotTVmIZ .card {
  align-self: center;
}
.cid-tuGotTVmIZ .card-box {
  padding: 2rem;
}
.cid-tuGotTVmIZ h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tuGotTVmIZ p {
  text-align: left;
}
.cid-tuGotTVmIZ .mbr-text {
  color: #767676;
}
.cid-tuGotTVmIZ .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tuGotTVmIZ .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tuGotTVmIZ .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sGudtX6RHx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGudtX6RHx .nav-item,
.cid-sGudtX6RHx .nav-link,
.cid-sGudtX6RHx .navbar-caption {
  font-weight: normal;
}
.cid-sGudtX6RHx .nav-item:focus,
.cid-sGudtX6RHx .nav-link:focus {
  outline: none;
}
.cid-sGudtX6RHx .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sGudtX6RHx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sGudtX6RHx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGudtX6RHx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGudtX6RHx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGudtX6RHx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sGudtX6RHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGudtX6RHx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGudtX6RHx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGudtX6RHx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGudtX6RHx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sGudtX6RHx .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sGudtX6RHx .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sGudtX6RHx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGudtX6RHx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGudtX6RHx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGudtX6RHx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sGudtX6RHx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGudtX6RHx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGudtX6RHx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGudtX6RHx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGudtX6RHx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGudtX6RHx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGudtX6RHx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGudtX6RHx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGudtX6RHx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGudtX6RHx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGudtX6RHx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGudtX6RHx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGudtX6RHx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGudtX6RHx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sGudtX6RHx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGudtX6RHx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGudtX6RHx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGudtX6RHx .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sGudtX6RHx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGudtX6RHx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGudtX6RHx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGudtX6RHx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGudtX6RHx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGudtX6RHx .dropdown-item.active,
.cid-sGudtX6RHx .dropdown-item:active {
  background-color: transparent;
}
.cid-sGudtX6RHx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGudtX6RHx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGudtX6RHx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sGudtX6RHx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGudtX6RHx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGudtX6RHx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGudtX6RHx .navbar-buttons {
  text-align: center;
}
.cid-sGudtX6RHx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGudtX6RHx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGudtX6RHx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGudtX6RHx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGudtX6RHx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGudtX6RHx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGudtX6RHx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGudtX6RHx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGudtX6RHx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGudtX6RHx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGudtX6RHx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGudtX6RHx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGudtX6RHx .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sGudtX6RHx .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sGudtX6RHx .soc-item {
  margin: .5rem .3rem;
}
.cid-sGudtX6RHx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGudtX6RHx .navbar {
    height: 77px;
  }
  .cid-sGudtX6RHx .navbar.opened {
    height: auto;
  }
  .cid-sGudtX6RHx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGudtXTbxr {
  padding-top: 0px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sGudtXTbxr .mbr-section-title,
.cid-sGudtXTbxr .mbr-section-subtitle {
  color: #000000;
}
.cid-sGudtXTbxr .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 15px blue, 0 0 5px black;
}
.cid-sGudtXTbxr .mbr-text,
.cid-sGudtXTbxr .typed-text,
.cid-sGudtXTbxr .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sGudtXTbxr .btn {
  margin-left: 4px !important;
}
.cid-sGudtXTbxr .animated-element {
  color: #f7ed4a;
}
.cid-sGudtXTbxr .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sGudtXTbxr .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sGudtXTbxr .typed-text,
  .cid-sGudtXTbxr .mbr-section-subtitle,
  .cid-sGudtXTbxr .mbr-section-text,
  .cid-sGudtXTbxr .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-sGudtXTbxr .mbr-section-text,
.cid-sGudtXTbxr .mbr-section-btn {
  color: #ffffff;
}
.cid-sGudtXTbxr .mbr-section-subtitle,
.cid-sGudtXTbxr .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sGudtXTbxr #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sGudtXTbxr P1 {
  color: YELLOW;
}
.cid-sGudtXTbxr P2 {
  color: blue;
}
.cid-sGudtXTbxr P3 {
  color: green;
}
.cid-sGudtYhVXy {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGudtYhVXy H1 {
  color: #ffffff;
}
.cid-sGudtYhVXy .mbr-text,
.cid-sGudtYhVXy .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
.cid-sGudtYhVXy P4 {
  color: #00ff00;
}
.cid-sGudtYIZEx {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGudtYIZEx .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGudtYIZEx .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGudtYIZEx .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGudtYIZEx .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGudtYIZEx .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGudtYIZEx .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGudtYIZEx .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sGudtYIZEx .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sGudtYIZEx .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGudtZeyCJ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
.cid-sGudtZzaji {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-sGudtZzaji .card-box {
  padding: 0 2rem;
}
.cid-sGudtZzaji .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sGudtZzaji .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sGudtZzaji h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sGudtZzaji p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sGudtZzaji .mbr-text {
  color: #767676;
}
.cid-sGudtZzaji .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGudtZzaji .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGudu0iPGy {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sGudu0iPGy .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-sGudu0iPGy .pricing {
    padding: 1.5rem;
  }
}
.cid-sGudu0iPGy .plan-header,
.cid-sGudu0iPGy .plan-body {
  background-color: #fff;
}
.cid-sGudu0iPGy .plan-title {
  margin-top: 1.4rem;
  color: #ff5c00;
}
.cid-sGudu0iPGy .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-sGudu0iPGy .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sGudu0iPGy .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #cc2952;
}
.cid-sGudu0iPGy hr {
  margin: 2rem 0;
}
.cid-sGudu0iPGy .mbr-text,
.cid-sGudu0iPGy blockquote {
  color: #767676;
}
.cid-sGudu0iPGy blockquote {
  background-color: #efefef;
  border-color: #55b4d4;
  border-width: 6px;
  margin-bottom: 0px;
  border-radius: 0px 25px 25px 0px;
}
.cid-sGudu0iPGy H2 {
  color: #212529;
}
.cid-sGudu0UP6S {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGudu0UP6S P4 {
  color: #00ff00;
}
.cid-sGudu1icyu {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGudu1icyu .card {
  align-self: stretch;
}
.cid-sGudu1icyu .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sGudu1icyu h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGudu1icyu p {
  color: #767676;
  text-align: left;
}
.cid-sGudu1icyu .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGudu1icyu .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGudu1icyu .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sGudu2qFKX {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGudu2qFKX P4 {
  color: #00ff00;
}
.cid-sGudu2OT8U {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
@media (min-width: 992px) {
  .cid-sGudu2OT8U .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGudu2OT8U .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sGudu2OT8U .mbr-text {
    text-align: center;
  }
}
.cid-sGudu2OT8U .mbr-text,
.cid-sGudu2OT8U .mbr-section-btn {
  text-align: left;
}
.cid-sGudu3knym {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGudu3knym .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sGudu3knym .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sGudu3knym .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sGudu3knym .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sGudu3knym .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-sGudu3knym .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sGudu3knym .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sGudu3knym .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sGudu3knym .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-sGudu3knym .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-sGNRxI4gNC {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGNRxI4gNC .mbr-section-subtitle {
  color: #767676;
}
.cid-sGNRxI4gNC .btn {
  margin: 0 0 .5rem 0;
}
.cid-tuwVCAnofe {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tuwVCAnofe .mbr-section-subtitle {
  color: #767676;
}
.cid-tuwVCAnofe H2 {
  color: #ffffff;
}
.cid-tuIuW6KTbG {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuIuW6KTbG .card-img {
  background-color: #fff;
}
.cid-tuIuW6KTbG .card {
  align-self: center;
}
.cid-tuIuW6KTbG .card-box {
  padding: 2rem;
}
.cid-tuIuW6KTbG h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tuIuW6KTbG p {
  text-align: left;
}
.cid-tuIuW6KTbG .mbr-text {
  color: #767676;
}
.cid-tuIuW6KTbG .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tuIuW6KTbG .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tuIuW6KTbG .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sGufKd6npS .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGufKd6npS .nav-item,
.cid-sGufKd6npS .nav-link,
.cid-sGufKd6npS .navbar-caption {
  font-weight: normal;
}
.cid-sGufKd6npS .nav-item:focus,
.cid-sGufKd6npS .nav-link:focus {
  outline: none;
}
.cid-sGufKd6npS .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sGufKd6npS .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sGufKd6npS .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGufKd6npS .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGufKd6npS .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGufKd6npS .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sGufKd6npS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGufKd6npS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGufKd6npS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGufKd6npS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGufKd6npS .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sGufKd6npS .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sGufKd6npS .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sGufKd6npS .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGufKd6npS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGufKd6npS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGufKd6npS .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sGufKd6npS .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGufKd6npS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGufKd6npS .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGufKd6npS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGufKd6npS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGufKd6npS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGufKd6npS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGufKd6npS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGufKd6npS .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGufKd6npS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGufKd6npS .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGufKd6npS .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGufKd6npS .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGufKd6npS .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sGufKd6npS .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGufKd6npS .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGufKd6npS .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGufKd6npS .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sGufKd6npS .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGufKd6npS .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGufKd6npS .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGufKd6npS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGufKd6npS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGufKd6npS .dropdown-item.active,
.cid-sGufKd6npS .dropdown-item:active {
  background-color: transparent;
}
.cid-sGufKd6npS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGufKd6npS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGufKd6npS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sGufKd6npS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGufKd6npS .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGufKd6npS ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGufKd6npS .navbar-buttons {
  text-align: center;
}
.cid-sGufKd6npS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGufKd6npS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGufKd6npS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGufKd6npS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGufKd6npS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGufKd6npS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGufKd6npS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGufKd6npS nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGufKd6npS nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGufKd6npS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGufKd6npS .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGufKd6npS a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGufKd6npS .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sGufKd6npS .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sGufKd6npS .soc-item {
  margin: .5rem .3rem;
}
.cid-sGufKd6npS .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGufKd6npS .navbar {
    height: 77px;
  }
  .cid-sGufKd6npS .navbar.opened {
    height: auto;
  }
  .cid-sGufKd6npS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGufKeEUdq {
  padding-top: 75px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sGufKeEUdq .mbr-section-title,
.cid-sGufKeEUdq .mbr-section-subtitle {
  color: #000000;
}
.cid-sGufKeEUdq .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 15px blue, 0 0 5px black;
}
.cid-sGufKeEUdq .mbr-text,
.cid-sGufKeEUdq .typed-text,
.cid-sGufKeEUdq .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sGufKeEUdq .btn {
  margin-left: 4px !important;
}
.cid-sGufKeEUdq .animated-element {
  color: #f7ed4a;
}
.cid-sGufKeEUdq .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sGufKeEUdq .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sGufKeEUdq .typed-text,
  .cid-sGufKeEUdq .mbr-section-subtitle,
  .cid-sGufKeEUdq .mbr-section-text,
  .cid-sGufKeEUdq .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-sGufKeEUdq .mbr-section-text,
.cid-sGufKeEUdq .mbr-section-btn {
  color: #ffffff;
}
.cid-sGufKeEUdq .mbr-section-subtitle,
.cid-sGufKeEUdq .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sGufKeEUdq #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sGufKeEUdq P1 {
  color: YELLOW;
}
.cid-sGufKeEUdq P2 {
  color: blue;
}
.cid-sGufKeEUdq P3 {
  color: green;
}
.cid-sGufKeEUdq P4 {
  color: black;
}
.cid-sGufKeEUdq P5 {
  color: black;
  text-shadow: 2px 2px 4px #ff0050, 0 0 15px #00f2ea, 0 0 5px white;
}
.cid-sGufKfs19H {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGufKfs19H H1 {
  color: #ffffff;
}
.cid-sGufKfs19H .mbr-text,
.cid-sGufKfs19H .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
.cid-sGufKfs19H P5 {
  color: black;
  text-shadow: 2px 2px 4px #ff0050, 0 0 15px #00f2ea, 0 0 5px white;
}
.cid-sGufKfYTTB {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
  overflow: hidden;
  box-sizing: border-box;
}
.cid-sGufKfYTTB .mbr-slider .carousel-control {
  background: #1b1b1b;
}
.cid-sGufKfYTTB .mbr-slider .carousel-control-prev {
  left: 0;
  margin-left: 2.5rem;
}
.cid-sGufKfYTTB .mbr-slider .carousel-control-next {
  right: 0;
  margin-right: 2.5rem;
}
.cid-sGufKfYTTB .mbr-slider .modal-body .close {
  background: #1b1b1b;
}
.cid-sGufKfYTTB .mbr-gallery-item > div::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #554346;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGufKfYTTB .mbr-gallery-item > div:hover .mbr-gallery-title::before {
  background: transparent !important;
}
.cid-sGufKfYTTB .mbr-gallery-item > div:hover:before {
  opacity: 0.7 !important;
}
.cid-sGufKfYTTB .mbr-gallery-title {
  font-size: .9em;
  position: absolute;
  display: block;
  width: 100%;
  bottom: 0;
  padding: 1rem;
  color: #fff;
  z-index: 2;
}
.cid-sGufKfYTTB .mbr-gallery-title:before {
  content: " ";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  position: absolute;
  background: #554346 !important;
  opacity: 0.7;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
  background: linear-gradient(to left, #554346, #45505b) !important;
}
.cid-sGufKgDldz {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
.cid-sGufKgZwbn {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-sGufKgZwbn .card-box {
  padding: 0 2rem;
}
.cid-sGufKgZwbn .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sGufKgZwbn .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sGufKgZwbn h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sGufKgZwbn p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sGufKgZwbn .mbr-text {
  color: #767676;
}
.cid-sGufKgZwbn .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGufKgZwbn .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGufKhMw8E {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sGufKhMw8E .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-sGufKhMw8E .pricing {
    padding: 1.5rem;
  }
}
.cid-sGufKhMw8E .plan-header,
.cid-sGufKhMw8E .plan-body {
  background-color: #fff;
}
.cid-sGufKhMw8E .plan-title {
  margin-top: 1.4rem;
  color: #ff5c00;
}
.cid-sGufKhMw8E .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-sGufKhMw8E .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sGufKhMw8E .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #cc2952;
}
.cid-sGufKhMw8E hr {
  margin: 2rem 0;
}
.cid-sGufKhMw8E .mbr-text,
.cid-sGufKhMw8E blockquote {
  color: #767676;
}
.cid-sGufKhMw8E blockquote {
  background-color: #efefef;
  border-color: #55b4d4;
  border-width: 6px;
  margin-bottom: 0px;
  border-radius: 0px 25px 25px 0px;
}
.cid-sGufKhMw8E H2 {
  color: #212529;
}
.cid-sGufKimvum {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGufKimvum P5 {
  color: black;
  text-shadow: 2px 2px 4px #ff0050, 0 0 15px #00f2ea, 0 0 5px white;
}
.cid-sGufKiNstH {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGufKiNstH .card {
  align-self: stretch;
}
.cid-sGufKiNstH .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sGufKiNstH h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGufKiNstH p {
  color: #767676;
  text-align: left;
}
.cid-sGufKiNstH .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGufKiNstH .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGufKiNstH .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sGufKk5nCT {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGufKk5nCT P5 {
  color: black;
  text-shadow: 2px 2px 4px #ff0050, 0 0 15px #00f2ea, 0 0 5px white;
}
.cid-sGufKl0qYZ {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
@media (min-width: 992px) {
  .cid-sGufKl0qYZ .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGufKl0qYZ .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sGufKl0qYZ .mbr-text {
    text-align: center;
  }
}
.cid-sGufKl0qYZ .mbr-text,
.cid-sGufKl0qYZ .mbr-section-btn {
  text-align: left;
}
.cid-sGufKlHgZc {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGufKlHgZc .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sGufKlHgZc .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sGufKlHgZc .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sGufKlHgZc .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sGufKlHgZc .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-sGufKlHgZc .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sGufKlHgZc .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sGufKlHgZc .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sGufKlHgZc .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-sGufKlHgZc .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-sGNPpCK1eT {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGNPpCK1eT .mbr-section-subtitle {
  color: #767676;
}
.cid-sGNPpCK1eT .btn {
  margin: 0 0 .5rem 0;
}
.cid-tuwXSRitKV {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tuwXSRitKV .mbr-section-subtitle {
  color: #767676;
}
.cid-tuwXSRitKV H2 {
  color: #ffffff;
}
.cid-tuIx0YhonV {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuIx0YhonV .card-img {
  background-color: #fff;
}
.cid-tuIx0YhonV .card {
  align-self: center;
}
.cid-tuIx0YhonV .card-box {
  padding: 2rem;
}
.cid-tuIx0YhonV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tuIx0YhonV p {
  text-align: left;
}
.cid-tuIx0YhonV .mbr-text {
  color: #767676;
}
.cid-tuIx0YhonV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tuIx0YhonV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tuIx0YhonV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sGwJx9p1ge .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGwJx9p1ge .nav-item,
.cid-sGwJx9p1ge .nav-link,
.cid-sGwJx9p1ge .navbar-caption {
  font-weight: normal;
}
.cid-sGwJx9p1ge .nav-item:focus,
.cid-sGwJx9p1ge .nav-link:focus {
  outline: none;
}
.cid-sGwJx9p1ge .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sGwJx9p1ge .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sGwJx9p1ge .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGwJx9p1ge .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sGwJx9p1ge .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sGwJx9p1ge .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sGwJx9p1ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sGwJx9p1ge .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sGwJx9p1ge .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sGwJx9p1ge .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sGwJx9p1ge .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sGwJx9p1ge .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sGwJx9p1ge .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sGwJx9p1ge .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sGwJx9p1ge .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sGwJx9p1ge .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sGwJx9p1ge .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sGwJx9p1ge .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sGwJx9p1ge .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sGwJx9p1ge .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sGwJx9p1ge .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sGwJx9p1ge .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sGwJx9p1ge .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sGwJx9p1ge .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sGwJx9p1ge .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sGwJx9p1ge .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sGwJx9p1ge .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sGwJx9p1ge .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sGwJx9p1ge .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sGwJx9p1ge .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sGwJx9p1ge .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sGwJx9p1ge .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sGwJx9p1ge .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sGwJx9p1ge .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sGwJx9p1ge .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sGwJx9p1ge .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sGwJx9p1ge .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sGwJx9p1ge .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sGwJx9p1ge .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sGwJx9p1ge .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sGwJx9p1ge .dropdown-item.active,
.cid-sGwJx9p1ge .dropdown-item:active {
  background-color: transparent;
}
.cid-sGwJx9p1ge .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sGwJx9p1ge .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sGwJx9p1ge .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sGwJx9p1ge .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sGwJx9p1ge .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sGwJx9p1ge ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sGwJx9p1ge .navbar-buttons {
  text-align: center;
}
.cid-sGwJx9p1ge button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sGwJx9p1ge button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sGwJx9p1ge button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sGwJx9p1ge button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sGwJx9p1ge button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sGwJx9p1ge button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sGwJx9p1ge nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGwJx9p1ge nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sGwJx9p1ge nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sGwJx9p1ge nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sGwJx9p1ge .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sGwJx9p1ge a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sGwJx9p1ge .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sGwJx9p1ge .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sGwJx9p1ge .soc-item {
  margin: .5rem .3rem;
}
.cid-sGwJx9p1ge .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sGwJx9p1ge .navbar {
    height: 77px;
  }
  .cid-sGwJx9p1ge .navbar.opened {
    height: auto;
  }
  .cid-sGwJx9p1ge .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sGwJxa9N16 {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sGwJxa9N16 .mbr-section-title,
.cid-sGwJxa9N16 .mbr-section-subtitle {
  color: #000000;
}
.cid-sGwJxa9N16 .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 15px blue, 0 0 5px black;
}
.cid-sGwJxa9N16 .mbr-text,
.cid-sGwJxa9N16 .typed-text,
.cid-sGwJxa9N16 .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sGwJxa9N16 .btn {
  margin-left: 4px !important;
}
.cid-sGwJxa9N16 .animated-element {
  color: #f7ed4a;
}
.cid-sGwJxa9N16 .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sGwJxa9N16 .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sGwJxa9N16 .typed-text,
  .cid-sGwJxa9N16 .mbr-section-subtitle,
  .cid-sGwJxa9N16 .mbr-section-text,
  .cid-sGwJxa9N16 .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-sGwJxa9N16 .mbr-section-text,
.cid-sGwJxa9N16 .mbr-section-btn {
  color: #ffffff;
}
.cid-sGwJxa9N16 .mbr-section-subtitle,
.cid-sGwJxa9N16 .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sGwJxa9N16 #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sGwJxa9N16 P1 {
  color: YELLOW;
}
.cid-sGwJxa9N16 P11 {
  color: #4285F4;
}
.cid-sGwJxa9N16 P12 {
  color: #DB4437;
}
.cid-sGwJxa9N16 P13 {
  color: #F4B400;
}
.cid-sGwJxa9N16 P14 {
  color: #0F9D58;
}
.cid-sGwJxaBOSO {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGwJxaBOSO H1 {
  color: #ffffff;
}
.cid-sGwJxaBOSO .mbr-text,
.cid-sGwJxaBOSO .mbr-section-btn {
  color: #cccccc;
  text-align: left;
}
.cid-sGwJxaBOSO P1 {
  color: red;
}
.cid-sGwJxaBOSO P11 {
  color: #4285F4;
}
.cid-sGwJxaBOSO P12 {
  color: #DB4437;
}
.cid-sGwJxaBOSO P13 {
  color: #F4B400;
}
.cid-sGwJxaBOSO P14 {
  color: #0F9D58;
}
.cid-uu4KQCLJRG.popup-builder {
  background-color: #ffffff;
}
.cid-uu4KQCLJRG.popup-builder .modal {
  position: relative;
  display: block;
  z-index: 1;
}
.cid-uu4KQCLJRG.popup-builder .modal-dialog {
  margin-top: 60px;
  margin-bottom: 60px;
}
.cid-uu4KQCLJRG .modal-content,
.cid-uu4KQCLJRG .modal-dialog {
  height: auto;
}
.cid-uu4KQCLJRG .form-wrapper .input-group-btn {
  margin-right: auto;
  margin-left: auto;
}
.cid-uu4KQCLJRG .form-wrapper .input-group-btn .btn {
  margin: 0 !important;
}
@media (min-width: 769px) {
  .cid-uu4KQCLJRG .form-wrapper .mbr-form .form-group,
  .cid-uu4KQCLJRG .form-wrapper .mbr-form .input-group-btn {
    padding: 0 .5rem;
  }
}
.cid-uu4KQCLJRG .card-img {
  width: 100%;
  margin: auto;
  border-radius: 0;
}
.cid-uu4KQCLJRG .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-uu4KQCLJRG .mbr-text {
  text-align: center;
}
.cid-uu4KQCLJRG .pt-0 {
  padding-top: 0 !important;
}
.cid-uu4KQCLJRG .pb-0 {
  padding-bottom: 0 !important;
}
.cid-uu4KQCLJRG .form-content {
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.cid-uu4KQCLJRG .mbr-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.cid-uu4KQCLJRG .modal-open {
  overflow: hidden;
}
.cid-uu4KQCLJRG .modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.cid-uu4KQCLJRG .modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.cid-uu4KQCLJRG .modal-dialog {
  position: relative;
  width: auto;
  margin: .5rem;
  pointer-events: none;
}
.cid-uu4KQCLJRG .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-uu4KQCLJRG .modal.show .modal-dialog {
  -webkit-transform: none;
  transform: none;
}
.cid-uu4KQCLJRG .modal-dialog-centered {
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100% - (.5rem * 2));
}
.cid-uu4KQCLJRG .modal-dialog-centered::before {
  display: block;
  height: calc(100vh - (.5rem * 2));
  content: "";
}
.cid-uu4KQCLJRG .modal-content {
  background: #091d62;
  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-uu4KQCLJRG .margin-center-pos {
  margin-top: auto;
  margin-bottom: auto;
}
.cid-uu4KQCLJRG .modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.cid-uu4KQCLJRG .modal-backdrop.fade {
  opacity: 0;
}
.cid-uu4KQCLJRG .modal-backdrop.show {
  opacity: .5;
}
.cid-uu4KQCLJRG .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-uu4KQCLJRG .modal-header {
    padding: 2rem 2rem 1rem;
  }
}
@media (max-width: 991px) {
  .cid-uu4KQCLJRG .modal-header {
    padding: 1rem;
  }
}
.cid-uu4KQCLJRG .modal-header .close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  margin: -1rem -1rem -1rem auto;
  padding: 1rem;
  opacity: .75;
}
.cid-uu4KQCLJRG .modal-header .close svg {
  fill: #353535;
}
.cid-uu4KQCLJRG .modal-header .close:hover {
  opacity: 1;
}
.cid-uu4KQCLJRG .modal-header .close:focus {
  outline: none;
}
.cid-uu4KQCLJRG .modal-title {
  line-height: 1.5;
  width: 100%;
  margin: 0;
  text-align: center;
}
.cid-uu4KQCLJRG .modal-body {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
@media (min-width: 992px) {
  .cid-uu4KQCLJRG .modal-body {
    padding: 1rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu4KQCLJRG .modal-body {
    padding: 1rem;
  }
}
.cid-uu4KQCLJRG .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-uu4KQCLJRG .modal-footer {
    padding: 0rem 2rem 2rem;
  }
}
@media (max-width: 991px) {
  .cid-uu4KQCLJRG .modal-footer {
    padding: 1rem;
  }
}
.cid-uu4KQCLJRG .modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 576px) {
  .cid-uu4KQCLJRG .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .cid-uu4KQCLJRG .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2));
  }
  .cid-uu4KQCLJRG .modal-dialog-centered::before {
    height: calc(100vh - (1.75rem * 2));
  }
  .cid-uu4KQCLJRG .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .cid-uu4KQCLJRG .modal-lg,
  .cid-uu4KQCLJRG .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .cid-uu4KQCLJRG .modal-xl {
    max-width: 1140px;
  }
}
.cid-uu4KQCLJRG .row {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cid-uu4KQCLJRG .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-uu4KQCLJRG .form-group {
  margin-bottom: 1rem;
}
.cid-uu4KQCLJRG .form-control {
  display: block;
  width: 100%;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}
.cid-uu4KQCLJRG .col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}
.cid-uu4KQCLJRG .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-uu4KQCLJRG .mbr-section-btn {
  margin: 0;
}
.cid-uu4KQCLJRG .mbr-section-btn .btn {
  margin: 0;
}
.cid-sIjdFaG2BF {
  padding-top: 15px;
  padding-bottom: 30px;
  background: linear-gradient(45deg, #091d62, #091d62);
}
@media (min-width: 992px) {
  .cid-sIjdFaG2BF .mbr-figure {
    padding-left: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIjdFaG2BF .mbr-figure {
    padding-top: 3rem;
  }
}
.cid-sIjdFaG2BF P1 {
  color: red;
}
.cid-sIjdFaG2BF P11 {
  color: #4285F4;
}
.cid-sIjdFaG2BF P12 {
  color: #DB4437;
}
.cid-sIjdFaG2BF P13 {
  color: #F4B400;
}
.cid-sIjdFaG2BF P14 {
  color: #0F9D58;
}
.cid-sIjdFaG2BF .mbr-text,
.cid-sIjdFaG2BF .mbr-section-btn {
  text-align: left;
}
.cid-sGwJxbwvwC {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
.cid-sGwJxbQTkx {
  padding-top: 30px;
  padding-bottom: 15px;
  background-image: url("../../../assets/images/bottom-2000x903.webp");
}
.cid-sGwJxbQTkx .card-box {
  padding: 0 2rem;
}
.cid-sGwJxbQTkx .mbr-section-btn {
  padding-top: 1rem;
}
.cid-sGwJxbQTkx .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-sGwJxbQTkx h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
  padding-top: 2rem;
}
.cid-sGwJxbQTkx p {
  margin-bottom: 0;
  text-align: left;
  padding-top: 1.5rem;
}
.cid-sGwJxbQTkx .mbr-text {
  color: #767676;
}
.cid-sGwJxbQTkx .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGwJxbQTkx .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGwJxcyGa8 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sGwJxcyGa8 .pricing {
  padding: 3.3rem;
  color: #767676;
  background-color: #fff;
}
@media (max-width: 767px) {
  .cid-sGwJxcyGa8 .pricing {
    padding: 1.5rem;
  }
}
.cid-sGwJxcyGa8 .plan-header,
.cid-sGwJxcyGa8 .plan-body {
  background-color: #fff;
}
.cid-sGwJxcyGa8 .plan-title {
  margin-top: 1.4rem;
  color: #ff5c00;
}
.cid-sGwJxcyGa8 .price-figure {
  font-weight: 700;
  color: #232323;
}
@media (max-width: 550px) {
  .cid-sGwJxcyGa8 .price-figure {
    font-size: 4.25rem;
  }
}
.cid-sGwJxcyGa8 .price-value {
  font-weight: 700;
  vertical-align: top;
  color: #cc2952;
}
.cid-sGwJxcyGa8 hr {
  margin: 2rem 0;
}
.cid-sGwJxcyGa8 .mbr-text,
.cid-sGwJxcyGa8 blockquote {
  color: #767676;
}
.cid-sGwJxcyGa8 blockquote {
  background-color: #efefef;
  border-color: #55b4d4;
  border-width: 6px;
  margin-bottom: 0px;
  border-radius: 0px 25px 25px 0px;
}
.cid-sGwJxcyGa8 H2 {
  color: #212529;
}
.cid-sGwJxdeSYa {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGwJxdeSYa P11 {
  color: #4285F4;
}
.cid-sGwJxdeSYa P12 {
  color: #DB4437;
}
.cid-sGwJxdeSYa P13 {
  color: #F4B400;
}
.cid-sGwJxdeSYa P14 {
  color: #0F9D58;
}
.cid-sGGNxcq3of {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGGNxcq3of .card {
  align-self: stretch;
}
.cid-sGGNxcq3of .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sGGNxcq3of h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGGNxcq3of p {
  color: #767676;
  text-align: left;
}
.cid-sGGNxcq3of .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGGNxcq3of .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGGNxcq3of .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sGGO6m8sLl {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sGGO6m8sLl .card {
  align-self: stretch;
}
.cid-sGGO6m8sLl .card-box {
  height: 100%;
  background-color: #ffffff;
  padding: 2rem;
}
.cid-sGGO6m8sLl h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-sGGO6m8sLl p {
  color: #767676;
  text-align: left;
}
.cid-sGGO6m8sLl .card-wrapper {
  position: relative;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-sGGO6m8sLl .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-sGGO6m8sLl .card-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.cid-sGwJxeflDK {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sGwJxeflDK P11 {
  color: #4285F4;
}
.cid-sGwJxeflDK P12 {
  color: #DB4437;
}
.cid-sGwJxeflDK P13 {
  color: #F4B400;
}
.cid-sGwJxeflDK P14 {
  color: #0F9D58;
}
.cid-sGwJxeBEYm {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
@media (min-width: 992px) {
  .cid-sGwJxeBEYm .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sGwJxeBEYm .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sGwJxeBEYm .mbr-text {
    text-align: center;
  }
}
.cid-sGwJxeBEYm .mbr-text,
.cid-sGwJxeBEYm .mbr-section-btn {
  text-align: left;
}
.cid-sGwJxf3Zyq {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-sGwJxf3Zyq .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sGwJxf3Zyq .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sGwJxf3Zyq .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sGwJxf3Zyq .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sGwJxf3Zyq .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-sGwJxf3Zyq .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sGwJxf3Zyq .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sGwJxf3Zyq .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sGwJxf3Zyq .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-sGwJxf3Zyq .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-sGNR8abb25 {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #cccccc;
}
.cid-sGNR8abb25 .mbr-section-subtitle {
  color: #767676;
}
.cid-sGNR8abb25 .btn {
  margin: 0 0 .5rem 0;
}
.cid-tuG29LVJUd {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tuG29LVJUd .mbr-section-subtitle {
  color: #767676;
}
.cid-tuG29LVJUd H2 {
  color: #ffffff;
}
.cid-tuAUl4IYBV {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuAUl4IYBV .card-img {
  background-color: #fff;
}
.cid-tuAUl4IYBV .card {
  align-self: center;
}
.cid-tuAUl4IYBV .card-box {
  padding: 2rem;
}
.cid-tuAUl4IYBV h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tuAUl4IYBV p {
  text-align: center;
}
.cid-tuAUl4IYBV .mbr-text {
  color: #767676;
}
.cid-tuAUl4IYBV .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tuAUl4IYBV .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tuAUl4IYBV .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tuAUl4IYBV .card-title {
  text-align: center;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-sIqzzJ5m4Y .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sIqzzJ5m4Y .nav-item,
.cid-sIqzzJ5m4Y .nav-link,
.cid-sIqzzJ5m4Y .navbar-caption {
  font-weight: normal;
}
.cid-sIqzzJ5m4Y .nav-item:focus,
.cid-sIqzzJ5m4Y .nav-link:focus {
  outline: none;
}
.cid-sIqzzJ5m4Y .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-sIqzzJ5m4Y .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-sIqzzJ5m4Y .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sIqzzJ5m4Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-sIqzzJ5m4Y .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-sIqzzJ5m4Y .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-sIqzzJ5m4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-sIqzzJ5m4Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-sIqzzJ5m4Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-sIqzzJ5m4Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-sIqzzJ5m4Y .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-sIqzzJ5m4Y .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-sIqzzJ5m4Y .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-sIqzzJ5m4Y .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-sIqzzJ5m4Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-sIqzzJ5m4Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-sIqzzJ5m4Y .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-sIqzzJ5m4Y .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-sIqzzJ5m4Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-sIqzzJ5m4Y .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-sIqzzJ5m4Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-sIqzzJ5m4Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-sIqzzJ5m4Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-sIqzzJ5m4Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-sIqzzJ5m4Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-sIqzzJ5m4Y .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-sIqzzJ5m4Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-sIqzzJ5m4Y .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-sIqzzJ5m4Y .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-sIqzzJ5m4Y .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-sIqzzJ5m4Y .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-sIqzzJ5m4Y .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-sIqzzJ5m4Y .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-sIqzzJ5m4Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-sIqzzJ5m4Y .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-sIqzzJ5m4Y .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-sIqzzJ5m4Y .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-sIqzzJ5m4Y .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-sIqzzJ5m4Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-sIqzzJ5m4Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-sIqzzJ5m4Y .dropdown-item.active,
.cid-sIqzzJ5m4Y .dropdown-item:active {
  background-color: transparent;
}
.cid-sIqzzJ5m4Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-sIqzzJ5m4Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-sIqzzJ5m4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-sIqzzJ5m4Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-sIqzzJ5m4Y .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-sIqzzJ5m4Y ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-sIqzzJ5m4Y .navbar-buttons {
  text-align: center;
}
.cid-sIqzzJ5m4Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-sIqzzJ5m4Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-sIqzzJ5m4Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-sIqzzJ5m4Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-sIqzzJ5m4Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-sIqzzJ5m4Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-sIqzzJ5m4Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIqzzJ5m4Y nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-sIqzzJ5m4Y nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-sIqzzJ5m4Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-sIqzzJ5m4Y .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-sIqzzJ5m4Y a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-sIqzzJ5m4Y .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-sIqzzJ5m4Y .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-sIqzzJ5m4Y .soc-item {
  margin: .5rem .3rem;
}
.cid-sIqzzJ5m4Y .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-sIqzzJ5m4Y .navbar {
    height: 77px;
  }
  .cid-sIqzzJ5m4Y .navbar.opened {
    height: auto;
  }
  .cid-sIqzzJ5m4Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-sIqzzKjS9Z {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-sIqzzKjS9Z .mbr-section-title,
.cid-sIqzzKjS9Z .mbr-section-subtitle {
  color: #000000;
}
.cid-sIqzzKjS9Z .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 15px blue, 0 0 5px black;
}
.cid-sIqzzKjS9Z .mbr-text,
.cid-sIqzzKjS9Z .typed-text,
.cid-sIqzzKjS9Z .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-sIqzzKjS9Z .btn {
  margin-left: 4px !important;
}
.cid-sIqzzKjS9Z .animated-element {
  color: #f7ed4a;
}
.cid-sIqzzKjS9Z .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-sIqzzKjS9Z .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-sIqzzKjS9Z .typed-text,
  .cid-sIqzzKjS9Z .mbr-section-subtitle,
  .cid-sIqzzKjS9Z .mbr-section-text,
  .cid-sIqzzKjS9Z .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-sIqzzKjS9Z .mbr-section-text,
.cid-sIqzzKjS9Z .mbr-section-btn {
  color: #ffffff;
}
.cid-sIqzzKjS9Z .mbr-section-subtitle,
.cid-sIqzzKjS9Z .typed-text {
  color: #ff5c00;
  text-shadow: 0.05em 0.05em white;
}
.cid-sIqzzKjS9Z #rcorners {
  border-radius: 20px;
  background: red;
  padding: 10px;
  width: 200px;
  height: 10px;
}
.cid-sIqzzKjS9Z P1 {
  color: YELLOW;
}
.cid-sIqzzKjS9Z P11 {
  color: #4285F4;
}
.cid-sIqzzKjS9Z P12 {
  color: #DB4437;
}
.cid-sIqzzKjS9Z P13 {
  color: #F4B400;
}
.cid-sIqzzKjS9Z P14 {
  color: #0F9D58;
}
.cid-sIr75NmFf8 {
  padding-top: 45px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sIr75NmFf8 P {
  color: #767676;
}
.cid-sIr75NmFf8 H1 {
  color: #ffffff;
}
.cid-sIr75NmFf8 .mbr-text,
.cid-sIr75NmFf8 .mbr-section-btn {
  color: #efefef;
}
.cid-sIr75NmFf8 P15 {
  color: red;
}
.cid-sIXjLuEULN {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
@media (min-width: 992px) {
  .cid-sIXjLuEULN .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIXjLuEULN .mbr-figure {
    padding-bottom: 3rem;
  }
}
.cid-sIXjLuEULN .mbr-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cid-sIXjLuEULN .mbr-text {
    text-align: center;
  }
}
.cid-sIXjLuEULN .counter-container {
  color: white;
}
.cid-sIXjLuEULN .counter-container ul {
  margin-bottom: 0;
}
.cid-sIXjLuEULN .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sIXjLuEULN .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff5c00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sIXjLuEULN H1 {
  color: #ffffff;
}
.cid-sIXjLuEULN DIV {
  color: #ffffff;
}
.cid-sIqzzPvtFi {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-sIqzzPvtFi P11 {
  color: #4285F4;
}
.cid-sIqzzPvtFi P12 {
  color: #DB4437;
}
.cid-sIqzzPvtFi P13 {
  color: #F4B400;
}
.cid-sIqzzPvtFi P14 {
  color: #0F9D58;
}
.cid-sIqzzPvtFi H2 {
  color: #091d62;
}
.cid-sIqzzPT6rr {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #091d62;
}
@media (min-width: 992px) {
  .cid-sIqzzPT6rr .mbr-figure {
    padding-right: 4rem;
  }
}
@media (max-width: 991px) {
  .cid-sIqzzPT6rr .mbr-figure {
    padding-bottom: 3rem;
  }
}
@media (max-width: 767px) {
  .cid-sIqzzPT6rr .mbr-text {
    text-align: center;
  }
}
.cid-sIqzzPT6rr .mbr-text,
.cid-sIqzzPT6rr .mbr-section-btn {
  text-align: left;
}
.cid-sIqzzPT6rr .counter-container {
  color: white;
}
.cid-sIqzzPT6rr .counter-container ul {
  margin-bottom: 0;
}
.cid-sIqzzPT6rr .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-sIqzzPT6rr .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #ff5c00;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-sIvBdPouMD {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sIvBdPouMD .mbr-section-subtitle {
  color: #cccccc;
}
.cid-sIv2RF1bKu {
  background: #0f7699;
  background: linear-gradient(0deg, #cc2952, #0f7699);
}
.cid-sIv2RF1bKu .image-block {
  margin: auto;
  width: 100% !important;
}
.cid-sIv2RF1bKu figcaption {
  position: relative;
}
.cid-sIv2RF1bKu figcaption div {
  position: absolute;
  bottom: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .cid-sIv2RF1bKu .image-block {
    width: 100% !important;
  }
}
.cid-sIqzzQlQST {
  padding-top: 0px;
  padding-bottom: 30px;
  background-color: #efefef;
}
.cid-sIqzzQlQST .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-sIqzzQlQST .mbr-content-text {
  color: #767676;
  margin-bottom: 0;
}
.cid-sIqzzQlQST .card {
  word-wrap: break-word;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-sIqzzQlQST .img-text {
  width: 64px;
  height: 64px;
  font-size: 32px;
  border: 2px solid #efefef;
  border-radius: 50%;
}
@media (max-width: 991px) {
  .cid-sIqzzQlQST .img-text {
    width: 48px;
    height: 48px;
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .cid-sIqzzQlQST .cards-block {
    border-top: 2px solid #efefef;
  }
}
.cid-sIqzzQlQST .cards-block .card {
  border-bottom: 2px solid #efefef;
  border-radius: 0;
}
.cid-sIqzzQlQST .cards-container {
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
  word-break: break-word;
}
@media (max-width: 767px) {
  .cid-sIqzzQlQST .panel-item {
    flex-direction: column;
    align-items: center;
  }
  .cid-sIqzzQlQST .panel-item .card-img {
    padding: 0;
    padding-bottom: 1rem;
  }
}
.cid-sICdbI67W4 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-sICdbI67W4 .mbr-section-subtitle {
  color: #efefef;
}
.cid-sICdbI67W4 H2 {
  color: #ffffff;
}
.cid-tuGe6bh203 {
  padding-top: 15px;
  padding-bottom: 0px;
  background-color: #ffffff;
}
.cid-tuGe6bh203 .card-img {
  background-color: #fff;
}
.cid-tuGe6bh203 .card {
  align-self: stretch;
}
.cid-tuGe6bh203 .card-box {
  padding: 2rem;
}
.cid-tuGe6bh203 h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: left;
}
.cid-tuGe6bh203 p {
  text-align: left;
}
.cid-tuGe6bh203 .mbr-text {
  color: #767676;
}
.cid-tuGe6bh203 .card-wrapper {
  height: 100%;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s;
}
.cid-tuGe6bh203 .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
@media (min-width: 992px) {
  .cid-tuGe6bh203 .my-col {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 15px;
    -webkit-flex: 0 0 20%;
  }
}
.cid-tuGe6bh203 .card-title {
  text-align: center;
}
.cid-sJkkAyUb7s {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #fb0015;
}
.cid-sJkkAyUb7s .mbr-section-subtitle {
  color: #767676;
}
.cid-sJkkAyUb7s H2 {
  color: #ffffff;
}
.cid-sJkl6wi4uk {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-sJkl6wi4uk .counter-container {
  color: #767676;
}
.cid-sJkl6wi4uk .counter-container ol {
  margin-bottom: 0;
  counter-reset: myCounter;
}
.cid-sJkl6wi4uk .counter-container ol li {
  margin-bottom: 1rem;
}
.cid-sJkl6wi4uk .counter-container ol li {
  list-style: none;
  padding-left: .5rem;
  position: relative;
}
.cid-sJkl6wi4uk .counter-container ol li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  counter-increment: myCounter;
  content: counter(myCounter);
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 40px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
.cid-sIC5P5XTAq {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-sIC5P5XTAq .mbr-section-subtitle {
  color: #767676;
}
.cid-sIC5P5XTAq .btn {
  margin: 0 0 .5rem 0;
}
.cid-sIC4meLmoq {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-tA3ZhMJiDE {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-tA3ZhMJiDE h4 {
  width: 85%;
  font-weight: 500;
  margin-bottom: 0;
}
.cid-tA3ZhMJiDE p {
  color: #767676;
}
.cid-tA3ZhMJiDE .card-wrapper {
  border-top: 1px solid #efefef;
  background-color: #ffffff;
  position: relative;
  justify-content: unset;
}
.cid-tA3ZhMJiDE .card-wrapper .card-box {
  padding: 2rem;
  width: 100%;
}
.cid-tA3ZhMJiDE .card-wrapper .card-box .top-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cid-tA3ZhMJiDE .card-wrapper .card-box .bottom-line {
  width: 85%;
}
@media (max-width: 767px) {
  .cid-tA3ZhMJiDE .card-wrapper .card-box .bottom-line {
    width: 100%;
  }
  .cid-tA3ZhMJiDE .card-wrapper .card-box .bottom-line p {
    text-align: center;
    margin: 1rem 0 0 0;
  }
}
.cid-tA3ZhNwH3A {
  padding-top: 120px;
  padding-bottom: 60px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-tA3ZhNwH3A H2 {
  color: #0c0691;
  text-align: center;
}
.cid-tA3ZhO1lSn .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tA3ZhO1lSn .nav-item,
.cid-tA3ZhO1lSn .nav-link,
.cid-tA3ZhO1lSn .navbar-caption {
  font-weight: normal;
}
.cid-tA3ZhO1lSn .nav-item:focus,
.cid-tA3ZhO1lSn .nav-link:focus {
  outline: none;
}
.cid-tA3ZhO1lSn .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tA3ZhO1lSn .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tA3ZhO1lSn .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tA3ZhO1lSn .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tA3ZhO1lSn .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tA3ZhO1lSn .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tA3ZhO1lSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tA3ZhO1lSn .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tA3ZhO1lSn .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tA3ZhO1lSn .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tA3ZhO1lSn .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tA3ZhO1lSn .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tA3ZhO1lSn .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tA3ZhO1lSn .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tA3ZhO1lSn .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tA3ZhO1lSn .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tA3ZhO1lSn .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tA3ZhO1lSn .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tA3ZhO1lSn .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tA3ZhO1lSn .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tA3ZhO1lSn .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tA3ZhO1lSn .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tA3ZhO1lSn .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tA3ZhO1lSn .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tA3ZhO1lSn .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tA3ZhO1lSn .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tA3ZhO1lSn .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tA3ZhO1lSn .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tA3ZhO1lSn .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tA3ZhO1lSn .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tA3ZhO1lSn .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tA3ZhO1lSn .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tA3ZhO1lSn .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tA3ZhO1lSn .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tA3ZhO1lSn .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tA3ZhO1lSn .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tA3ZhO1lSn .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tA3ZhO1lSn .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tA3ZhO1lSn .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tA3ZhO1lSn .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tA3ZhO1lSn .dropdown-item.active,
.cid-tA3ZhO1lSn .dropdown-item:active {
  background-color: transparent;
}
.cid-tA3ZhO1lSn .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tA3ZhO1lSn .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tA3ZhO1lSn .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tA3ZhO1lSn .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tA3ZhO1lSn .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tA3ZhO1lSn ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tA3ZhO1lSn .navbar-buttons {
  text-align: center;
}
.cid-tA3ZhO1lSn button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tA3ZhO1lSn button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tA3ZhO1lSn button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tA3ZhO1lSn button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tA3ZhO1lSn button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tA3ZhO1lSn button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tA3ZhO1lSn nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tA3ZhO1lSn nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tA3ZhO1lSn nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tA3ZhO1lSn nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tA3ZhO1lSn .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tA3ZhO1lSn a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tA3ZhO1lSn .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tA3ZhO1lSn .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tA3ZhO1lSn .soc-item {
  margin: .5rem .3rem;
}
.cid-tA3ZhO1lSn .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tA3ZhO1lSn .navbar {
    height: 77px;
  }
  .cid-tA3ZhO1lSn .navbar.opened {
    height: auto;
  }
  .cid-tA3ZhO1lSn .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tA3ZhOTbnM {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-tuSLoOMeoa {
  padding-top: 120px;
  padding-bottom: 15px;
  background-color: #ffffff;
}
.cid-tuSLoOMeoa .mbr-section-subtitle {
  color: #232323;
}
.cid-tKUaBlVGRs {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tKUaBlVGRs .mbr-section-subtitle {
  color: #767676;
}
.cid-tKUadqhAil {
  background: #149dcc;
  background: linear-gradient(0deg, #149dcc, #ffffff);
}
.cid-tKUadqhAil .video-block {
  margin: auto;
  width: 100% !important;
}
@media (max-width: 768px) {
  .cid-tKUadqhAil .video-block {
    width: 100% !important;
  }
}
.cid-tuSKXwmg0I .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tuSKXwmg0I .nav-item,
.cid-tuSKXwmg0I .nav-link,
.cid-tuSKXwmg0I .navbar-caption {
  font-weight: normal;
}
.cid-tuSKXwmg0I .nav-item:focus,
.cid-tuSKXwmg0I .nav-link:focus {
  outline: none;
}
.cid-tuSKXwmg0I .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tuSKXwmg0I .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tuSKXwmg0I .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tuSKXwmg0I .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tuSKXwmg0I .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tuSKXwmg0I .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tuSKXwmg0I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tuSKXwmg0I .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tuSKXwmg0I .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tuSKXwmg0I .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tuSKXwmg0I .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tuSKXwmg0I .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tuSKXwmg0I .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tuSKXwmg0I .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tuSKXwmg0I .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tuSKXwmg0I .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tuSKXwmg0I .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tuSKXwmg0I .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tuSKXwmg0I .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tuSKXwmg0I .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tuSKXwmg0I .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tuSKXwmg0I .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tuSKXwmg0I .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tuSKXwmg0I .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tuSKXwmg0I .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tuSKXwmg0I .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tuSKXwmg0I .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tuSKXwmg0I .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tuSKXwmg0I .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tuSKXwmg0I .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tuSKXwmg0I .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tuSKXwmg0I .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tuSKXwmg0I .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tuSKXwmg0I .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tuSKXwmg0I .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tuSKXwmg0I .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tuSKXwmg0I .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tuSKXwmg0I .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tuSKXwmg0I .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tuSKXwmg0I .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tuSKXwmg0I .dropdown-item.active,
.cid-tuSKXwmg0I .dropdown-item:active {
  background-color: transparent;
}
.cid-tuSKXwmg0I .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tuSKXwmg0I .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tuSKXwmg0I .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tuSKXwmg0I .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tuSKXwmg0I .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tuSKXwmg0I ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tuSKXwmg0I .navbar-buttons {
  text-align: center;
}
.cid-tuSKXwmg0I button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tuSKXwmg0I button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tuSKXwmg0I button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tuSKXwmg0I button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tuSKXwmg0I button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tuSKXwmg0I button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tuSKXwmg0I nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuSKXwmg0I nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tuSKXwmg0I nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tuSKXwmg0I nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tuSKXwmg0I .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tuSKXwmg0I a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tuSKXwmg0I .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tuSKXwmg0I .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tuSKXwmg0I .soc-item {
  margin: .5rem .3rem;
}
.cid-tuSKXwmg0I .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tuSKXwmg0I .navbar {
    height: 77px;
  }
  .cid-tuSKXwmg0I .navbar.opened {
    height: auto;
  }
  .cid-tuSKXwmg0I .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tKJsupz3r3 {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #ffffff;
}
.cid-tKJtKh2bjZ {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #ffffff;
}
.cid-tuSKXxefMN {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-tAF4EyZiAe {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAF4EyZiAe .mbr-section-subtitle {
  color: #767676;
}
.cid-tAF4EzBB0n {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tAF4EzBB0n .card-box {
  padding: 0 1rem;
}
.cid-tAF4EzBB0n .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tAF4EzBB0n .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tAF4EzBB0n h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  padding-top: 2rem;
}
.cid-tAF4EzBB0n p {
  margin-bottom: 0;
  text-align: center;
  padding-top: 1.5rem;
}
.cid-tAF4EzBB0n .mbr-text {
  color: #fb0015;
}
.cid-tAF4EzBB0n .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px #000001;
  transition: box-shadow 0.3s;
}
.cid-tAF4EzBB0n .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tAF4EAiQWE {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAF4EAiQWE .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF4EAiQWE .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF4EAiQWE .container {
  max-width: 1140px;
}
.cid-tAF4EAiQWE .row {
  align-items: stretch;
}
.cid-tAF4EAiQWE .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4EAiQWE .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4EAiQWE .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF4EAiQWE .title-container {
    position: static;
  }
}
.cid-tAF4EAiQWE .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF4EAiQWE .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF4EAiQWE .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF4EAiQWE .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF4EAiQWE .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF4EAiQWE .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAF4EAiQWE .image-block {
  margin: auto;
}
.cid-tAF4EB3Jzo {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tAF4EB3Jzo .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tAF4EB3Jzo .btn {
  margin: 0 0 .5rem 0;
}
.cid-tAF4EB3Jzo H2 {
  color: #ffffff;
}
.cid-tAF4EBCFh9 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAF4EBCFh9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF4EBCFh9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF4EBCFh9 .container {
  max-width: 1140px;
}
.cid-tAF4EBCFh9 .row {
  align-items: stretch;
}
.cid-tAF4EBCFh9 .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4EBCFh9 .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4EBCFh9 .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF4EBCFh9 .title-container {
    position: static;
  }
}
.cid-tAF4EBCFh9 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF4EBCFh9 .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF4EBCFh9 .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF4EBCFh9 .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF4EBCFh9 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF4EBCFh9 .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAF4EChfFp {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAF4EChfFp .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF4EChfFp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF4EChfFp .container {
  max-width: 1140px;
}
.cid-tAF4EChfFp .row {
  align-items: stretch;
}
.cid-tAF4EChfFp .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4EChfFp .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4EChfFp .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF4EChfFp .title-container {
    position: static;
  }
}
.cid-tAF4EChfFp .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF4EChfFp .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF4EChfFp .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF4EChfFp .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF4EChfFp .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF4EChfFp .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAF4ECWC2W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAF4ECWC2W .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF4ECWC2W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF4ECWC2W .container {
  max-width: 1140px;
}
.cid-tAF4ECWC2W .row {
  align-items: stretch;
}
.cid-tAF4ECWC2W .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4ECWC2W .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4ECWC2W .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF4ECWC2W .title-container {
    position: static;
  }
}
.cid-tAF4ECWC2W .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF4ECWC2W .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF4ECWC2W .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF4ECWC2W .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF4ECWC2W .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF4ECWC2W .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
#custom-html-qa {
  /* Type valid CSS here */
}
#custom-html-qa div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qa p {
  font-size: 60px;
  color: #777;
}
.cid-tAF4EE5vMV .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAF4EE5vMV .nav-item,
.cid-tAF4EE5vMV .nav-link,
.cid-tAF4EE5vMV .navbar-caption {
  font-weight: normal;
}
.cid-tAF4EE5vMV .nav-item:focus,
.cid-tAF4EE5vMV .nav-link:focus {
  outline: none;
}
.cid-tAF4EE5vMV .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tAF4EE5vMV .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tAF4EE5vMV .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAF4EE5vMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tAF4EE5vMV .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tAF4EE5vMV .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tAF4EE5vMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tAF4EE5vMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAF4EE5vMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAF4EE5vMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAF4EE5vMV .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tAF4EE5vMV .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tAF4EE5vMV .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tAF4EE5vMV .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAF4EE5vMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAF4EE5vMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAF4EE5vMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tAF4EE5vMV .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tAF4EE5vMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAF4EE5vMV .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tAF4EE5vMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAF4EE5vMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tAF4EE5vMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAF4EE5vMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAF4EE5vMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAF4EE5vMV .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tAF4EE5vMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAF4EE5vMV .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tAF4EE5vMV .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tAF4EE5vMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAF4EE5vMV .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tAF4EE5vMV .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAF4EE5vMV .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tAF4EE5vMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAF4EE5vMV .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tAF4EE5vMV .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tAF4EE5vMV .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tAF4EE5vMV .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAF4EE5vMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAF4EE5vMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAF4EE5vMV .dropdown-item.active,
.cid-tAF4EE5vMV .dropdown-item:active {
  background-color: transparent;
}
.cid-tAF4EE5vMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAF4EE5vMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAF4EE5vMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tAF4EE5vMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAF4EE5vMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAF4EE5vMV ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tAF4EE5vMV .navbar-buttons {
  text-align: center;
}
.cid-tAF4EE5vMV button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAF4EE5vMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tAF4EE5vMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAF4EE5vMV button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF4EE5vMV button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF4EE5vMV button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAF4EE5vMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF4EE5vMV nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAF4EE5vMV nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAF4EE5vMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF4EE5vMV .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tAF4EE5vMV a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tAF4EE5vMV .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tAF4EE5vMV .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tAF4EE5vMV .soc-item {
  margin: .5rem .3rem;
}
.cid-tAF4EE5vMV .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAF4EE5vMV .navbar {
    height: 77px;
  }
  .cid-tAF4EE5vMV .navbar.opened {
    height: auto;
  }
  .cid-tAF4EE5vMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAF4EEVVWE {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-tAF4PJFrzY {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAF4PJFrzY .mbr-section-subtitle {
  color: #767676;
}
.cid-tAF4PKe0tv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tAF4PKe0tv .card-box {
  padding: 0 1rem;
}
.cid-tAF4PKe0tv .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tAF4PKe0tv .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tAF4PKe0tv h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  padding-top: 2rem;
}
.cid-tAF4PKe0tv p {
  margin-bottom: 0;
  text-align: center;
  padding-top: 1.5rem;
}
.cid-tAF4PKe0tv .mbr-text {
  color: #fb0015;
}
.cid-tAF4PKe0tv .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px #000001;
  transition: box-shadow 0.3s;
}
.cid-tAF4PKe0tv .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tAF4PL2sfn {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAF4PL2sfn .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF4PL2sfn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF4PL2sfn .container {
  max-width: 1140px;
}
.cid-tAF4PL2sfn .row {
  align-items: stretch;
}
.cid-tAF4PL2sfn .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4PL2sfn .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4PL2sfn .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF4PL2sfn .title-container {
    position: static;
  }
}
.cid-tAF4PL2sfn .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF4PL2sfn .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF4PL2sfn .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF4PL2sfn .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF4PL2sfn .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF4PL2sfn .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAF4PL2sfn .image-block {
  margin: auto;
}
.cid-tAF4PLOR7r {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tAF4PLOR7r .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tAF4PLOR7r .btn {
  margin: 0 0 .5rem 0;
}
.cid-tAF4PLOR7r H2 {
  color: #ffffff;
}
.cid-tAF4PMjGmI {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAF4PMjGmI .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF4PMjGmI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF4PMjGmI .container {
  max-width: 1140px;
}
.cid-tAF4PMjGmI .row {
  align-items: stretch;
}
.cid-tAF4PMjGmI .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4PMjGmI .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4PMjGmI .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF4PMjGmI .title-container {
    position: static;
  }
}
.cid-tAF4PMjGmI .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF4PMjGmI .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF4PMjGmI .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF4PMjGmI .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF4PMjGmI .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF4PMjGmI .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAF4PMWj03 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAF4PMWj03 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF4PMWj03 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF4PMWj03 .container {
  max-width: 1140px;
}
.cid-tAF4PMWj03 .row {
  align-items: stretch;
}
.cid-tAF4PMWj03 .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4PMWj03 .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4PMWj03 .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF4PMWj03 .title-container {
    position: static;
  }
}
.cid-tAF4PMWj03 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF4PMWj03 .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF4PMWj03 .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF4PMWj03 .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF4PMWj03 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF4PMWj03 .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAF4PNDcQU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAF4PNDcQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF4PNDcQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF4PNDcQU .container {
  max-width: 1140px;
}
.cid-tAF4PNDcQU .row {
  align-items: stretch;
}
.cid-tAF4PNDcQU .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4PNDcQU .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF4PNDcQU .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF4PNDcQU .title-container {
    position: static;
  }
}
.cid-tAF4PNDcQU .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF4PNDcQU .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF4PNDcQU .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF4PNDcQU .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF4PNDcQU .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF4PNDcQU .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
#custom-html-qk {
  /* Type valid CSS here */
}
#custom-html-qk div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qk p {
  font-size: 60px;
  color: #777;
}
.cid-tAF4POD83h .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAF4POD83h .nav-item,
.cid-tAF4POD83h .nav-link,
.cid-tAF4POD83h .navbar-caption {
  font-weight: normal;
}
.cid-tAF4POD83h .nav-item:focus,
.cid-tAF4POD83h .nav-link:focus {
  outline: none;
}
.cid-tAF4POD83h .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tAF4POD83h .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tAF4POD83h .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAF4POD83h .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tAF4POD83h .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tAF4POD83h .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tAF4POD83h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tAF4POD83h .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAF4POD83h .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAF4POD83h .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAF4POD83h .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tAF4POD83h .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tAF4POD83h .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tAF4POD83h .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAF4POD83h .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAF4POD83h .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAF4POD83h .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tAF4POD83h .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tAF4POD83h .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAF4POD83h .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tAF4POD83h .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAF4POD83h .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tAF4POD83h .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAF4POD83h .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAF4POD83h .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAF4POD83h .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tAF4POD83h .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAF4POD83h .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tAF4POD83h .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tAF4POD83h .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAF4POD83h .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tAF4POD83h .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAF4POD83h .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tAF4POD83h .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAF4POD83h .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tAF4POD83h .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tAF4POD83h .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tAF4POD83h .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAF4POD83h .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAF4POD83h .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAF4POD83h .dropdown-item.active,
.cid-tAF4POD83h .dropdown-item:active {
  background-color: transparent;
}
.cid-tAF4POD83h .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAF4POD83h .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAF4POD83h .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tAF4POD83h .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAF4POD83h .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAF4POD83h ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tAF4POD83h .navbar-buttons {
  text-align: center;
}
.cid-tAF4POD83h button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAF4POD83h button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tAF4POD83h button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAF4POD83h button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF4POD83h button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF4POD83h button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAF4POD83h nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF4POD83h nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAF4POD83h nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAF4POD83h nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF4POD83h .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tAF4POD83h a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tAF4POD83h .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tAF4POD83h .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tAF4POD83h .soc-item {
  margin: .5rem .3rem;
}
.cid-tAF4POD83h .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAF4POD83h .navbar {
    height: 77px;
  }
  .cid-tAF4POD83h .navbar.opened {
    height: auto;
  }
  .cid-tAF4POD83h .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAF4PPsIjX {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-tAF568Xdm6 {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAF568Xdm6 .mbr-section-subtitle {
  color: #767676;
}
.cid-tAF569z9Gj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tAF569z9Gj .card-box {
  padding: 0 1rem;
}
.cid-tAF569z9Gj .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tAF569z9Gj .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tAF569z9Gj h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  padding-top: 2rem;
}
.cid-tAF569z9Gj p {
  margin-bottom: 0;
  text-align: center;
  padding-top: 1.5rem;
}
.cid-tAF569z9Gj .mbr-text {
  color: #fb0015;
}
.cid-tAF569z9Gj .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px #000001;
  transition: box-shadow 0.3s;
}
.cid-tAF569z9Gj .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tAF56ank73 {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAF56ank73 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF56ank73 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF56ank73 .container {
  max-width: 1140px;
}
.cid-tAF56ank73 .row {
  align-items: stretch;
}
.cid-tAF56ank73 .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF56ank73 .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF56ank73 .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF56ank73 .title-container {
    position: static;
  }
}
.cid-tAF56ank73 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF56ank73 .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF56ank73 .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF56ank73 .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF56ank73 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF56ank73 .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAF56ank73 .image-block {
  margin: auto;
}
.cid-tAF56b63Nv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tAF56b63Nv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tAF56b63Nv .btn {
  margin: 0 0 .5rem 0;
}
.cid-tAF56b63Nv H2 {
  color: #ffffff;
}
.cid-tAF56bAI32 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAF56bAI32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF56bAI32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF56bAI32 .container {
  max-width: 1140px;
}
.cid-tAF56bAI32 .row {
  align-items: stretch;
}
.cid-tAF56bAI32 .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF56bAI32 .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF56bAI32 .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF56bAI32 .title-container {
    position: static;
  }
}
.cid-tAF56bAI32 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF56bAI32 .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF56bAI32 .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF56bAI32 .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF56bAI32 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF56bAI32 .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAF56cbt69 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAF56cbt69 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF56cbt69 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF56cbt69 .container {
  max-width: 1140px;
}
.cid-tAF56cbt69 .row {
  align-items: stretch;
}
.cid-tAF56cbt69 .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF56cbt69 .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF56cbt69 .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF56cbt69 .title-container {
    position: static;
  }
}
.cid-tAF56cbt69 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF56cbt69 .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF56cbt69 .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF56cbt69 .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF56cbt69 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF56cbt69 .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAF56cMTdu {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAF56cMTdu .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAF56cMTdu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAF56cMTdu .container {
  max-width: 1140px;
}
.cid-tAF56cMTdu .row {
  align-items: stretch;
}
.cid-tAF56cMTdu .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF56cMTdu .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAF56cMTdu .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAF56cMTdu .title-container {
    position: static;
  }
}
.cid-tAF56cMTdu .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAF56cMTdu .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAF56cMTdu .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAF56cMTdu .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAF56cMTdu .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAF56cMTdu .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
#custom-html-qu {
  /* Type valid CSS here */
}
#custom-html-qu div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-qu p {
  font-size: 60px;
  color: #777;
}
.cid-tAF56dPA3U .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAF56dPA3U .nav-item,
.cid-tAF56dPA3U .nav-link,
.cid-tAF56dPA3U .navbar-caption {
  font-weight: normal;
}
.cid-tAF56dPA3U .nav-item:focus,
.cid-tAF56dPA3U .nav-link:focus {
  outline: none;
}
.cid-tAF56dPA3U .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tAF56dPA3U .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tAF56dPA3U .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAF56dPA3U .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tAF56dPA3U .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tAF56dPA3U .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tAF56dPA3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tAF56dPA3U .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAF56dPA3U .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAF56dPA3U .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAF56dPA3U .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tAF56dPA3U .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tAF56dPA3U .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tAF56dPA3U .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAF56dPA3U .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAF56dPA3U .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAF56dPA3U .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tAF56dPA3U .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tAF56dPA3U .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAF56dPA3U .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tAF56dPA3U .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAF56dPA3U .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tAF56dPA3U .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAF56dPA3U .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAF56dPA3U .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAF56dPA3U .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tAF56dPA3U .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAF56dPA3U .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tAF56dPA3U .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tAF56dPA3U .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAF56dPA3U .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tAF56dPA3U .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAF56dPA3U .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tAF56dPA3U .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAF56dPA3U .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tAF56dPA3U .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tAF56dPA3U .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tAF56dPA3U .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAF56dPA3U .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAF56dPA3U .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAF56dPA3U .dropdown-item.active,
.cid-tAF56dPA3U .dropdown-item:active {
  background-color: transparent;
}
.cid-tAF56dPA3U .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAF56dPA3U .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAF56dPA3U .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tAF56dPA3U .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAF56dPA3U .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAF56dPA3U ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tAF56dPA3U .navbar-buttons {
  text-align: center;
}
.cid-tAF56dPA3U button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAF56dPA3U button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tAF56dPA3U button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAF56dPA3U button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF56dPA3U button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAF56dPA3U button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAF56dPA3U nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF56dPA3U nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAF56dPA3U nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAF56dPA3U nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAF56dPA3U .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tAF56dPA3U a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tAF56dPA3U .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tAF56dPA3U .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tAF56dPA3U .soc-item {
  margin: .5rem .3rem;
}
.cid-tAF56dPA3U .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAF56dPA3U .navbar {
    height: 77px;
  }
  .cid-tAF56dPA3U .navbar.opened {
    height: auto;
  }
  .cid-tAF56dPA3U .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAF56eJfkt {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-tAIicMQvdq {
  padding-top: 120px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-tAIicMQvdq .mbr-section-subtitle {
  color: #767676;
}
.cid-tAIicNo1mw {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #efefef;
}
.cid-tAIicNo1mw .card-box {
  padding: 0 1rem;
}
.cid-tAIicNo1mw .mbr-section-btn {
  padding-top: 1rem;
}
.cid-tAIicNo1mw .mbr-section-btn a {
  margin-top: 1rem;
  margin-bottom: 0;
}
.cid-tAIicNo1mw h4 {
  font-weight: 500;
  margin-bottom: 0;
  text-align: center;
  padding-top: 2rem;
}
.cid-tAIicNo1mw p {
  margin-bottom: 0;
  text-align: center;
  padding-top: 1.5rem;
}
.cid-tAIicNo1mw .mbr-text {
  color: #fb0015;
}
.cid-tAIicNo1mw .card-wrapper {
  height: 100%;
  padding-bottom: 2rem;
  background: #ffffff;
  box-shadow: 0px 0px 0px 0px #000001;
  transition: box-shadow 0.3s;
}
.cid-tAIicNo1mw .card-wrapper:hover {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
}
.cid-tAIicOf4ab {
  padding-top: 1rem;
  padding-bottom: 0rem;
  background-color: #ffffff;
}
.cid-tAIicOf4ab .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAIicOf4ab .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAIicOf4ab .container {
  max-width: 1140px;
}
.cid-tAIicOf4ab .row {
  align-items: stretch;
}
.cid-tAIicOf4ab .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAIicOf4ab .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAIicOf4ab .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAIicOf4ab .title-container {
    position: static;
  }
}
.cid-tAIicOf4ab .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAIicOf4ab .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAIicOf4ab .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAIicOf4ab .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAIicOf4ab .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAIicOf4ab .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAIicOf4ab .image-block {
  margin: auto;
}
.cid-tAIicOVedv {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-tAIicOVedv .mbr-section-subtitle {
  color: #cccccc;
}
.cid-tAIicOVedv .btn {
  margin: 0 0 .5rem 0;
}
.cid-tAIicOVedv H2 {
  color: #ffffff;
}
.cid-tAIicPsEDQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAIicPsEDQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAIicPsEDQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAIicPsEDQ .container {
  max-width: 1140px;
}
.cid-tAIicPsEDQ .row {
  align-items: stretch;
}
.cid-tAIicPsEDQ .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAIicPsEDQ .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAIicPsEDQ .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAIicPsEDQ .title-container {
    position: static;
  }
}
.cid-tAIicPsEDQ .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAIicPsEDQ .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAIicPsEDQ .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAIicPsEDQ .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAIicPsEDQ .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAIicPsEDQ .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAIicQapD2 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAIicQapD2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAIicQapD2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAIicQapD2 .container {
  max-width: 1140px;
}
.cid-tAIicQapD2 .row {
  align-items: stretch;
}
.cid-tAIicQapD2 .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAIicQapD2 .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAIicQapD2 .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAIicQapD2 .title-container {
    position: static;
  }
}
.cid-tAIicQapD2 .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAIicQapD2 .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAIicQapD2 .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAIicQapD2 .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAIicQapD2 .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAIicQapD2 .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
.cid-tAIicQQJFO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #ffffff;
}
.cid-tAIicQQJFO .mbr-fallback-image.disabled {
  display: none;
}
.cid-tAIicQQJFO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-tAIicQQJFO .container {
  max-width: 1140px;
}
.cid-tAIicQQJFO .row {
  align-items: stretch;
}
.cid-tAIicQQJFO .col-title {
  position: relative;
  padding: 10px;
  flex-grow: 1;
}
.cid-tAIicQQJFO .col-text {
  padding: 10px;
  flex-grow: 1;
}
.cid-tAIicQQJFO .title-container {
  position: sticky;
  top: 57px;
  width: 100%;
}
@media (max-width: 767px) {
  .cid-tAIicQQJFO .title-container {
    position: static;
  }
}
.cid-tAIicQQJFO .mbr-section-title {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 0 !important;
  width: 100%;
}
.cid-tAIicQQJFO .item-text {
  width: 100%;
  margin-bottom: 20px;
}
.cid-tAIicQQJFO .item-text:not(:first-child) {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .cid-tAIicQQJFO .item-text:not(:first-child) {
    margin-bottom: 0;
  }
}
.cid-tAIicQQJFO .mbr-section-subtitle {
  color: #000000;
  opacity: 0.85;
  margin-bottom: 15px !important;
  width: 100%;
}
.cid-tAIicQQJFO .mbr-text {
  color: #1d191f;
  margin-bottom: 0;
  width: 100%;
}
#custom-html-r4 {
  /* Type valid CSS here */
}
#custom-html-r4 div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-r4 p {
  font-size: 60px;
  color: #777;
}
.cid-tAIicS1Hxx .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAIicS1Hxx .nav-item,
.cid-tAIicS1Hxx .nav-link,
.cid-tAIicS1Hxx .navbar-caption {
  font-weight: normal;
}
.cid-tAIicS1Hxx .nav-item:focus,
.cid-tAIicS1Hxx .nav-link:focus {
  outline: none;
}
.cid-tAIicS1Hxx .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-tAIicS1Hxx .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-tAIicS1Hxx .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAIicS1Hxx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-tAIicS1Hxx .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-tAIicS1Hxx .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-tAIicS1Hxx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-tAIicS1Hxx .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-tAIicS1Hxx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-tAIicS1Hxx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-tAIicS1Hxx .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-tAIicS1Hxx .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-tAIicS1Hxx .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-tAIicS1Hxx .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-tAIicS1Hxx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-tAIicS1Hxx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-tAIicS1Hxx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-tAIicS1Hxx .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-tAIicS1Hxx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-tAIicS1Hxx .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-tAIicS1Hxx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-tAIicS1Hxx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-tAIicS1Hxx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-tAIicS1Hxx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-tAIicS1Hxx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-tAIicS1Hxx .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-tAIicS1Hxx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-tAIicS1Hxx .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-tAIicS1Hxx .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-tAIicS1Hxx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-tAIicS1Hxx .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-tAIicS1Hxx .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-tAIicS1Hxx .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-tAIicS1Hxx .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-tAIicS1Hxx .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-tAIicS1Hxx .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-tAIicS1Hxx .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-tAIicS1Hxx .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-tAIicS1Hxx .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-tAIicS1Hxx .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-tAIicS1Hxx .dropdown-item.active,
.cid-tAIicS1Hxx .dropdown-item:active {
  background-color: transparent;
}
.cid-tAIicS1Hxx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-tAIicS1Hxx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-tAIicS1Hxx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-tAIicS1Hxx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-tAIicS1Hxx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-tAIicS1Hxx ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-tAIicS1Hxx .navbar-buttons {
  text-align: center;
}
.cid-tAIicS1Hxx button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-tAIicS1Hxx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-tAIicS1Hxx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-tAIicS1Hxx button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-tAIicS1Hxx button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-tAIicS1Hxx button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-tAIicS1Hxx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAIicS1Hxx nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-tAIicS1Hxx nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-tAIicS1Hxx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-tAIicS1Hxx .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-tAIicS1Hxx a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-tAIicS1Hxx .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-tAIicS1Hxx .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-tAIicS1Hxx .soc-item {
  margin: .5rem .3rem;
}
.cid-tAIicS1Hxx .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-tAIicS1Hxx .navbar {
    height: 77px;
  }
  .cid-tAIicS1Hxx .navbar.opened {
    height: auto;
  }
  .cid-tAIicS1Hxx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-tAIicSP4iS {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-uWn5yu8nbm {
  padding-top: 75px;
  padding-bottom: 45px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-uWn5yu8nbm .mbr-section-title,
.cid-uWn5yu8nbm .mbr-section-subtitle {
  color: #000000;
}
.cid-uWn5yu8nbm .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 25px blue, 0 0 5px black;
}
.cid-uWn5yu8nbm .mbr-text,
.cid-uWn5yu8nbm .typed-text,
.cid-uWn5yu8nbm .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uWn5yu8nbm .btn {
  margin-left: 4px !important;
}
.cid-uWn5yu8nbm .animated-element {
  color: #f7ed4a;
}
.cid-uWn5yu8nbm .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-uWn5yu8nbm .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uWn5yu8nbm .typed-text,
  .cid-uWn5yu8nbm .mbr-section-subtitle,
  .cid-uWn5yu8nbm .mbr-section-text,
  .cid-uWn5yu8nbm .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-uWn5yu8nbm .mbr-section-text,
.cid-uWn5yu8nbm .mbr-section-btn {
  color: #ffffff;
}
.cid-uWn5yu8nbm .mbr-section-subtitle,
.cid-uWn5yu8nbm .typed-text {
  color: #ff5c00;
}
.cid-uWn5yuHUw3 {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-uWn5yuHUw3 .mbr-section-subtitle {
  color: #efefef;
}
.cid-uWn5yuHUw3 H2 {
  color: #efefef;
}
.cid-uWvgTtjrbm {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWvgTtjrbm .line {
  background-color: #149dcc;
  color: #149dcc;
  align: center;
  height: 2px;
  margin: 0 auto;
}
.cid-uWvgTtjrbm .section-text {
  padding: 2rem 0;
}
.cid-uWvgTtjrbm .inner-container {
  margin: 0 auto;
}
@media (max-width: 768px) {
  .cid-uWvgTtjrbm .inner-container {
    width: 100% !important;
  }
}
.cid-uXBvvzHNBj {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-uXBvvzHNBj .mbr-section-subtitle {
  color: #ffffff;
  font-weight: 300;
}
.cid-uXBvvzHNBj .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uXBvvzHNBj .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-uXBvvzHNBj .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uXBvvzHNBj .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uXBvvzHNBj .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ffffff;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateY(-180deg);
  -ms-transform: rotateY(-180deg);
  -moz-transform: rotateY(-180deg);
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
}
.cid-uXBvvzHNBj .card {
  min-height: 300px;
}
.cid-uXBvvzHNBj .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.cid-uXBvvzHNBj .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateY(0deg);
  -ms-transform: rotateY(0deg);
  -moz-transform: rotateY(0deg);
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);
}
.cid-uXBvvzHNBj .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-uXBvvzHNBj .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-uXBvvzHNBj .mbr-section-title {
  color: #ffffff;
}
.cid-uXBvvzHNBj H4 {
  color: #232323;
}
.cid-uXBvvzHNBj P {
  color: #232323;
}
.cid-uXBxR3GNxK {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-uXBxR3GNxK .mbr-section-subtitle {
  color: #767676;
  font-weight: 300;
}
.cid-uXBxR3GNxK .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
  align-items: stretch;
  -webkit-align-items: stretch;
}
.cid-uXBxR3GNxK .card_cont {
  -o-transition: all .5s;
  -ms-transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  background-color: #eee;
}
.cid-uXBxR3GNxK .card-front {
  z-index: 2;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.cid-uXBxR3GNxK .card-front img {
  height: 100%;
  min-width: 100%;
  width: auto;
}
.cid-uXBxR3GNxK .card_back {
  width: 100%;
  height: 100%;
  padding: 30px 30px;
  color: #ffffff;
  background-color: #ffffff;
  z-index: 1;
  margin: 0;
  text-align: center;
  overflow: hidden;
  -o-transform: rotateX(-180deg);
  -ms-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.cid-uXBxR3GNxK .card {
  min-height: 300px;
}
.cid-uXBxR3GNxK .card:hover .card-front {
  z-index: 1;
  -o-transform: rotateX(180deg);
  -ms-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  -webkit-transform: rotateX(180deg);
  transform: rotateX(180deg);
}
.cid-uXBxR3GNxK .card:hover .card_back {
  z-index: 2;
  -o-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
}
.cid-uXBxR3GNxK .builderCard .card_back {
  border-bottom-left-radius: 100px;
}
.cid-uXBxR3GNxK .builderCard .card_cont {
  -o-backface-visibility: hidden;
  -ms-backface-visibility: hidd;
  -moz-backface-visibility: visible;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
.cid-uXBxR3GNxK P {
  color: #232323;
}
.cid-uXBxR3GNxK H4 {
  color: #232323;
}
.cid-uXBtrVbDRO {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uXBtrVbDRO h2 {
  text-align: left;
}
.cid-uXBtrVbDRO h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uXBtrVbDRO p {
  color: #767676;
  text-align: left;
}
.cid-uXBtrVbDRO .aside-content {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uXBtrVbDRO .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  word-break: break-word;
}
.cid-uXBtrVbDRO .media {
  margin: initial;
  align-items: center;
  -webkit-align-items: center;
}
.cid-uXBtrVbDRO .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.cid-uXBtrVbDRO .card-img {
  padding-right: 2rem;
  width: auto;
}
.cid-uXBtrVbDRO .card-img span {
  font-size: 72px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uXBtrVbDRO .mbr-figure {
    padding-right: 4rem;
    padding-right: 0;
    padding-left: 4rem;
  }
  .cid-uXBtrVbDRO .media-container-row {
    -webkit-flex-direction: row-reverse;
  }
}
@media (max-width: 991px) {
  .cid-uXBtrVbDRO .mbr-figure {
    padding-right: 0;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-top: 1rem;
    margin-top: 2rem;
  }
  .cid-uXBtrVbDRO .media-container-row {
    -webkit-flex-direction: column-reverse;
  }
}
@media (max-width: 300px) {
  .cid-uXBtrVbDRO .card-img span {
    font-size: 40px !important;
  }
}
.cid-uWn5yvIMf6 .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWn5yvIMf6 .nav-item,
.cid-uWn5yvIMf6 .nav-link,
.cid-uWn5yvIMf6 .navbar-caption {
  font-weight: normal;
}
.cid-uWn5yvIMf6 .nav-item:focus,
.cid-uWn5yvIMf6 .nav-link:focus {
  outline: none;
}
.cid-uWn5yvIMf6 .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uWn5yvIMf6 .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uWn5yvIMf6 .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWn5yvIMf6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uWn5yvIMf6 .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWn5yvIMf6 .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uWn5yvIMf6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWn5yvIMf6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWn5yvIMf6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWn5yvIMf6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWn5yvIMf6 .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-uWn5yvIMf6 .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-uWn5yvIMf6 .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uWn5yvIMf6 .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWn5yvIMf6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWn5yvIMf6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWn5yvIMf6 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uWn5yvIMf6 .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWn5yvIMf6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWn5yvIMf6 .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uWn5yvIMf6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWn5yvIMf6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWn5yvIMf6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWn5yvIMf6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWn5yvIMf6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWn5yvIMf6 .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWn5yvIMf6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWn5yvIMf6 .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWn5yvIMf6 .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWn5yvIMf6 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWn5yvIMf6 .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWn5yvIMf6 .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWn5yvIMf6 .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWn5yvIMf6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWn5yvIMf6 .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-uWn5yvIMf6 .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWn5yvIMf6 .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWn5yvIMf6 .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWn5yvIMf6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWn5yvIMf6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWn5yvIMf6 .dropdown-item.active,
.cid-uWn5yvIMf6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uWn5yvIMf6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWn5yvIMf6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWn5yvIMf6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uWn5yvIMf6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWn5yvIMf6 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWn5yvIMf6 ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWn5yvIMf6 .navbar-buttons {
  text-align: center;
}
.cid-uWn5yvIMf6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWn5yvIMf6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWn5yvIMf6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWn5yvIMf6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWn5yvIMf6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWn5yvIMf6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWn5yvIMf6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWn5yvIMf6 nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWn5yvIMf6 nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWn5yvIMf6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWn5yvIMf6 .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWn5yvIMf6 a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWn5yvIMf6 .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uWn5yvIMf6 .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uWn5yvIMf6 .soc-item {
  margin: .5rem .3rem;
}
.cid-uWn5yvIMf6 .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWn5yvIMf6 .navbar {
    height: 77px;
  }
  .cid-uWn5yvIMf6 .navbar.opened {
    height: auto;
  }
  .cid-uWn5yvIMf6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWvhnmVJR5 {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #ffffff;
}
.cid-uWvhnmVJR5 .mbr-section-subtitle {
  color: #767676;
}
.cid-uWvksr7hw5 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWvksr7hw5 .counter-container {
  color: #767676;
}
.cid-uWvksr7hw5 .counter-container ul {
  margin-bottom: 0;
}
.cid-uWvksr7hw5 .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uWvksr7hw5 .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uWvkV0P7oQ {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWvkV0P7oQ .mbr-text {
  color: #767676;
}
.cid-uXBv1rgzih {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #091d62;
}
.cid-uXBv1rgzih h2 {
  text-align: center;
}
.cid-uXBv1rgzih h3 {
  text-align: center;
  font-weight: 300;
}
.cid-uXBv1rgzih p {
  color: #767676;
}
.cid-uXBv1rgzih img {
  object-fit: cover;
}
.cid-uXBv1rgzih .block-content {
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
}
.cid-uXBv1rgzih .mbr-figure {
  align-self: flex-start;
  -webkit-align-self: flex-start;
  flex-shrink: 0;
  -webkit-flex-shrink: 0;
}
.cid-uXBv1rgzih .media-container-row {
  word-wrap: break-word;
  word-break: break-word;
}
.cid-uXBv1rgzih .mbr-section-subtitle {
  color: #767676;
}
.cid-uXBv1rgzih .card-title {
  font-weight: 500;
}
.cid-uXBv1rgzih .card-img {
  text-align: inherit;
}
.cid-uXBv1rgzih .card-img span {
  font-size: 48px;
  color: #707070;
}
@media (min-width: 992px) {
  .cid-uXBv1rgzih .mbr-figure {
    padding-right: 2rem;
    padding-left: 2rem;
    height: 100%;
  }
}
@media (max-width: 991px) {
  .cid-uXBv1rgzih .mbr-figure {
    padding-bottom: 2rem;
    padding-top: 1rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-uXBv1rgzih .block-content {
    flex-direction: row;
    -webkit-flex-direction: row;
    text-align: center;
  }
  .cid-uXBv1rgzih .block-content .card {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
  }
}
.cid-uXBv1rgzih .mbr-section-title {
  color: #ffffff;
}
.cid-uXBv1rgzih .mbr-section-text {
  color: #ffffff;
}
.cid-uXBv1rgzih .mbr-crt-title {
  color: #ffffff;
}
.cid-uXBuZ9sA2J {
  padding-top: 90px;
  padding-bottom: 90px;
  background-color: #ffffff;
}
.cid-uXBuZ9sA2J h4 {
  text-align: left;
  font-weight: 500;
}
.cid-uXBuZ9sA2J p {
  color: #767676;
  text-align: left;
  margin-bottom: 0;
}
.cid-uXBuZ9sA2J .card-img {
  text-align: left;
  -webkit-flex: 1 0 auto;
  flex: 1 0 auto;
  width: auto;
}
.cid-uXBuZ9sA2J .card-img span {
  font-size: 72px;
  color: #ff3366;
}
.cid-uXBuZ9sA2J .card-box {
  padding-left: 1rem;
  word-break: break-word;
  width: 100%;
}
@media (max-width: 991px) {
  .cid-uXBuZ9sA2J .card-img {
    text-align: left;
    padding-bottom: 0.75rem;
  }
  .cid-uXBuZ9sA2J .card-box {
    padding-left: 0;
  }
}
.cid-uWn5yw3Evu {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-uWn6iBZU9u {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-uWn6iBZU9u .mbr-section-title,
.cid-uWn6iBZU9u .mbr-section-subtitle {
  color: #000000;
}
.cid-uWn6iBZU9u .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 25px blue, 0 0 5px black;
}
.cid-uWn6iBZU9u .mbr-text,
.cid-uWn6iBZU9u .typed-text,
.cid-uWn6iBZU9u .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uWn6iBZU9u .btn {
  margin-left: 4px !important;
}
.cid-uWn6iBZU9u .animated-element {
  color: #f7ed4a;
}
.cid-uWn6iBZU9u .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-uWn6iBZU9u .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uWn6iBZU9u .typed-text,
  .cid-uWn6iBZU9u .mbr-section-subtitle,
  .cid-uWn6iBZU9u .mbr-section-text,
  .cid-uWn6iBZU9u .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-uWn6iBZU9u .mbr-section-text,
.cid-uWn6iBZU9u .mbr-section-btn {
  color: #ffffff;
}
.cid-uWn6iBZU9u .mbr-section-subtitle,
.cid-uWn6iBZU9u .typed-text {
  color: #ff5c00;
}
#custom-html-ry {
  /* Type valid CSS here */
}
#custom-html-ry div {
  padding: 80px 0;
  color: #777;
  text-align: center;
}
#custom-html-ry p {
  font-size: 60px;
  color: #777;
}
.cid-uWn6iCG5eg {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-uWn6iCG5eg .mbr-section-subtitle {
  color: #efefef;
}
.cid-uWn6iCG5eg H2 {
  color: #efefef;
}
.cid-uWn6iCTtLk .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWn6iCTtLk .nav-item,
.cid-uWn6iCTtLk .nav-link,
.cid-uWn6iCTtLk .navbar-caption {
  font-weight: normal;
}
.cid-uWn6iCTtLk .nav-item:focus,
.cid-uWn6iCTtLk .nav-link:focus {
  outline: none;
}
.cid-uWn6iCTtLk .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uWn6iCTtLk .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uWn6iCTtLk .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWn6iCTtLk .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uWn6iCTtLk .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWn6iCTtLk .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uWn6iCTtLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWn6iCTtLk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWn6iCTtLk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWn6iCTtLk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWn6iCTtLk .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-uWn6iCTtLk .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-uWn6iCTtLk .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uWn6iCTtLk .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWn6iCTtLk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWn6iCTtLk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWn6iCTtLk .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uWn6iCTtLk .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWn6iCTtLk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWn6iCTtLk .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uWn6iCTtLk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWn6iCTtLk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWn6iCTtLk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWn6iCTtLk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWn6iCTtLk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWn6iCTtLk .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWn6iCTtLk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWn6iCTtLk .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWn6iCTtLk .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWn6iCTtLk .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWn6iCTtLk .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWn6iCTtLk .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWn6iCTtLk .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWn6iCTtLk .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWn6iCTtLk .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-uWn6iCTtLk .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWn6iCTtLk .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWn6iCTtLk .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWn6iCTtLk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWn6iCTtLk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWn6iCTtLk .dropdown-item.active,
.cid-uWn6iCTtLk .dropdown-item:active {
  background-color: transparent;
}
.cid-uWn6iCTtLk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWn6iCTtLk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWn6iCTtLk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uWn6iCTtLk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWn6iCTtLk .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWn6iCTtLk ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWn6iCTtLk .navbar-buttons {
  text-align: center;
}
.cid-uWn6iCTtLk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWn6iCTtLk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWn6iCTtLk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWn6iCTtLk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWn6iCTtLk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWn6iCTtLk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWn6iCTtLk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWn6iCTtLk nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWn6iCTtLk nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWn6iCTtLk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWn6iCTtLk .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWn6iCTtLk a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWn6iCTtLk .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uWn6iCTtLk .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uWn6iCTtLk .soc-item {
  margin: .5rem .3rem;
}
.cid-uWn6iCTtLk .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWn6iCTtLk .navbar {
    height: 77px;
  }
  .cid-uWn6iCTtLk .navbar.opened {
    height: auto;
  }
  .cid-uWn6iCTtLk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWn6iDi02d {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
.cid-uWn6re6iBM {
  padding-top: 75px;
  padding-bottom: 0px;
  background-image: url("../../../assets/images/head001-1-2000x903.webp");
}
.cid-uWn6re6iBM .mbr-section-title,
.cid-uWn6re6iBM .mbr-section-subtitle {
  color: #000000;
}
.cid-uWn6re6iBM .mbr-section-text {
  color: #232323;
  text-shadow: 2px 2px 4px black, 0 0 25px blue, 0 0 5px black;
}
.cid-uWn6re6iBM .mbr-text,
.cid-uWn6re6iBM .typed-text,
.cid-uWn6re6iBM .mbr-section-text {
  letter-spacing: 0.03rem;
}
.cid-uWn6re6iBM .btn {
  margin-left: 4px !important;
}
.cid-uWn6re6iBM .animated-element {
  color: #f7ed4a;
}
.cid-uWn6re6iBM .typed-cursor {
  opacity: 1;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
  color: #f7ed4a;
}
.cid-uWn6re6iBM .mbr-figure {
  border-radius: .25rem;
  overflow: hidden;
}
@media (max-width: 767px) {
  .cid-uWn6re6iBM .typed-text,
  .cid-uWn6re6iBM .mbr-section-subtitle,
  .cid-uWn6re6iBM .mbr-section-text,
  .cid-uWn6re6iBM .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-uWn6re6iBM .mbr-section-text,
.cid-uWn6re6iBM .mbr-section-btn {
  color: #ffffff;
}
.cid-uWn6re6iBM .mbr-section-subtitle,
.cid-uWn6re6iBM .typed-text {
  color: #ff5c00;
}
.cid-uWpCQRKlJu {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWpCQRKlJu .mbr-section-subtitle {
  color: #767676;
}
.cid-uWpCSmJSb7 {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWpCSmJSb7 .mbr-text,
.cid-uWpCSmJSb7 blockquote {
  color: #767676;
}
.cid-uWpCTBKRYM {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
.cid-uWpCTBKRYM .counter-container {
  color: #767676;
}
.cid-uWpCTBKRYM .counter-container ul {
  margin-bottom: 0;
}
.cid-uWpCTBKRYM .counter-container ul li {
  margin-bottom: 1rem;
  list-style: none;
  position: relative;
}
.cid-uWpCTBKRYM .counter-container ul li:before {
  position: absolute;
  left: -56px;
  margin-top: -10px;
  padding-top: 3px;
  content: '';
  display: inline-block;
  text-align: center;
  margin: 5px 10px;
  line-height: 20px;
  transition: all .2s;
  color: #ffffff;
  background: #149dcc;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  content: '✓';
}
.cid-uWn6reLy9B {
  padding-top: 30px;
  padding-bottom: 0px;
  background-color: #091d62;
}
.cid-uWn6reLy9B .mbr-section-subtitle {
  color: #efefef;
}
.cid-uWn6reLy9B H2 {
  color: #efefef;
}
.cid-uWn6rf1RiZ .dropdown-item:before {
  font-family: MobiriseIcons !important;
  content: '\e966';
  display: inline-block;
  width: 16px;
  position: absolute;
  right: 1rem;
  top: 30%;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWn6rf1RiZ .nav-item,
.cid-uWn6rf1RiZ .nav-link,
.cid-uWn6rf1RiZ .navbar-caption {
  font-weight: normal;
}
.cid-uWn6rf1RiZ .nav-item:focus,
.cid-uWn6rf1RiZ .nav-link:focus {
  outline: none;
}
.cid-uWn6rf1RiZ .navbar-buttons {
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .cid-uWn6rf1RiZ .dropdown-item:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
.cid-uWn6rf1RiZ .dropdown .dropdown-menu .dropdown-item {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: auto;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWn6rf1RiZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 1rem;
}
.cid-uWn6rf1RiZ .dropdown .dropdown-menu .dropdown-item:hover .mbr-iconfont:before {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}
.cid-uWn6rf1RiZ .dropdown .dropdown-menu .dropdown-item.dropdown-toggle:before {
  display: none;
}
.cid-uWn6rf1RiZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-left: -1.8rem;
  padding-right: 1rem;
  font-size: inherit;
}
.cid-uWn6rf1RiZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cid-uWn6rf1RiZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uWn6rf1RiZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uWn6rf1RiZ .navbar {
  min-height: 77px;
  transition: all .3s;
  background: #efefef;
  background: none;
}
.cid-uWn6rf1RiZ .navbar.opened {
  transition: all .3s;
  background: #efefef !important;
}
.cid-uWn6rf1RiZ .navbar .dropdown-item {
  padding: .235rem 2.5rem .235rem 1.5rem;
}
.cid-uWn6rf1RiZ .navbar .navbar-collapse {
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  z-index: 1;
}
.cid-uWn6rf1RiZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uWn6rf1RiZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uWn6rf1RiZ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(100vh - 3.8rem - 1rem);
  }
}
.cid-uWn6rf1RiZ .navbar.collapsed .dropdown-menu {
  background: transparent !important;
}
.cid-uWn6rf1RiZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uWn6rf1RiZ .navbar.collapsed .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
  margin-left: .25rem;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  border-bottom: 0;
  top: 55%;
}
.cid-uWn6rf1RiZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uWn6rf1RiZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: .25rem 1.5rem;
  text-align: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.cid-uWn6rf1RiZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
@media (max-width: 991px) {
  .cid-uWn6rf1RiZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uWn6rf1RiZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uWn6rf1RiZ .navbar .dropdown-menu {
    background: transparent !important;
  }
  .cid-uWn6rf1RiZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uWn6rf1RiZ .navbar .dropdown-menu .dropdown-toggle[data-toggle="dropdown-submenu"]:after {
    margin-left: .25rem;
    border-top: 0.35em solid;
    border-right: 0.35em solid transparent;
    border-left: 0.35em solid transparent;
    border-bottom: 0;
    top: 55%;
  }
  .cid-uWn6rf1RiZ .navbar .navbar-logo img {
    height: 3.8rem !important;
  }
  .cid-uWn6rf1RiZ .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-uWn6rf1RiZ .navbar .dropdown-menu .dropdown-item {
    padding: .25rem 1.5rem !important;
    text-align: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-uWn6rf1RiZ .navbar .navbar-brand {
    -webkit-flex-shrink: initial;
    flex-shrink: initial;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    word-break: break-word;
  }
  .cid-uWn6rf1RiZ .navbar .navbar-toggler {
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .cid-uWn6rf1RiZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }
}
.cid-uWn6rf1RiZ .navbar.navbar-short {
  background: #efefef !important;
  min-height: 60px;
}
.cid-uWn6rf1RiZ .navbar.navbar-short .navbar-logo img {
  height: 3rem !important;
}
.cid-uWn6rf1RiZ .navbar.navbar-short .navbar-brand {
  padding: 0;
}
.cid-uWn6rf1RiZ .navbar-brand {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  margin-right: 0;
  padding: 0;
  transition: all .3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uWn6rf1RiZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uWn6rf1RiZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uWn6rf1RiZ .dropdown-item.active,
.cid-uWn6rf1RiZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uWn6rf1RiZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uWn6rf1RiZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uWn6rf1RiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #efefef;
}
.cid-uWn6rf1RiZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
}
.cid-uWn6rf1RiZ .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-uWn6rf1RiZ ul.navbar-nav {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cid-uWn6rf1RiZ .navbar-buttons {
  text-align: center;
}
.cid-uWn6rf1RiZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all .2s;
  position: relative;
  -webkit-align-self: center;
  align-self: center;
}
.cid-uWn6rf1RiZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #333333;
}
.cid-uWn6rf1RiZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all .2s;
}
.cid-uWn6rf1RiZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all .15s;
}
.cid-uWn6rf1RiZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all .15s;
}
.cid-uWn6rf1RiZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all .2s;
}
.cid-uWn6rf1RiZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWn6rf1RiZ nav.opened .hamburger span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: all .25s;
}
.cid-uWn6rf1RiZ nav.opened .hamburger span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  transition: all .25s;
}
.cid-uWn6rf1RiZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all .2s;
}
.cid-uWn6rf1RiZ .navbar-dropdown {
  padding: .5rem 1rem;
  position: fixed;
}
.cid-uWn6rf1RiZ a.nav-link {
  -webkit-justify-content: center;
  justify-content: center;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.cid-uWn6rf1RiZ .mbr-iconfont {
  font-size: 1rem;
  color: #ffffff;
  display: inline-flex;
}
.cid-uWn6rf1RiZ .mbr-iconfont:before {
  padding: .5rem;
  border: 2px solid;
  border-radius: 100px;
}
.cid-uWn6rf1RiZ .soc-item {
  margin: .5rem .3rem;
}
.cid-uWn6rf1RiZ .icons-menu {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding-left: 1rem;
  text-align: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uWn6rf1RiZ .navbar {
    height: 77px;
  }
  .cid-uWn6rf1RiZ .navbar.opened {
    height: auto;
  }
  .cid-uWn6rf1RiZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uWn6rfprUZ {
  padding-top: 75px;
  padding-bottom: 30px;
  background-image: url("../../../assets/images/footer-2000x483.webp");
}
